Skip to content

Commit 466c2e3

Browse files
committed
treewide/applications: add sourceType binaryNativeCode for many packages
1 parent cefe06f commit 466c2e3

200 files changed

Lines changed: 256 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pkgs/applications/audio/baudline/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
6363
# See http://www.baudline.com/faq.html#licensing_terms.
6464
# (Do NOT (re)distribute on hydra.)
6565
license = licenses.unfree;
66+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
6667
platforms = [ "x86_64-linux" "i686-linux" ];
6768
maintainers = [ maintainers.bjornfor ];
6869
};

pkgs/applications/audio/hqplayer-desktop/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ mkDerivation rec {
8686
homepage = "https://www.signalyst.com/custom.html";
8787
description = "High-end upsampling multichannel software HD-audio player";
8888
license = licenses.unfree;
89+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
8990
platforms = [ "x86_64-linux" ];
9091
maintainers = with maintainers; [ lovesegfault ];
9192
};

pkgs/applications/audio/losslessaudiochecker/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ stdenv.mkDerivation {
2222
meta = {
2323
description = "Utility to check whether audio is truly lossless or not";
2424
homepage = "https://losslessaudiochecker.com";
25+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
2526
license = lib.licenses.unfree;
2627
platforms = [ "x86_64-linux" ];
2728
maintainers = with lib.maintainers; [ p-h ];

pkgs/applications/audio/midas/generic.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
3535
meta = with lib; {
3636
inherit homepage;
3737
description = "Editor for the ${brand} ${type} digital mixer";
38+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
3839
license = licenses.unfree;
3940
platforms = platforms.linux;
4041
maintainers = [ maintainers.magnetophon ];

pkgs/applications/audio/ocenaudio/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
4747
meta = with lib; {
4848
description = "Cross-platform, easy to use, fast and functional audio editor";
4949
homepage = "https://www.ocenaudio.com";
50+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5051
license = licenses.unfree;
5152
platforms = platforms.linux;
5253
maintainers = with maintainers; [ onny ];

pkgs/applications/audio/pocket-casts/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
4848
meta = with lib; {
4949
description = "Pocket Casts webapp, packaged for the Linux Desktop";
5050
homepage = "https://github.com/felicianotech/pocket-casts-desktop-app";
51+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5152
license = licenses.mit;
5253
maintainers = with maintainers; [ wolfangaukang ];
5354
platforms = [ "x86_64-linux" ];

pkgs/applications/audio/reaper/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
7676
meta = with lib; {
7777
description = "Digital audio workstation";
7878
homepage = "https://www.reaper.fm/";
79+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
7980
license = licenses.unfree;
8081
platforms = [ "x86_64-linux" "aarch64-linux" ];
8182
maintainers = with maintainers; [ jfrankenau ilian orivej uniquepointer ];

pkgs/applications/audio/redux/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
4242
meta = with lib; {
4343
description = "Sample-based instrument, with a powerful phrase sequencer";
4444
homepage = "https://www.renoise.com/products/redux";
45+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4546
license = licenses.unfree;
4647
maintainers = with maintainers; [ mihnea-s ];
4748
platforms = [ "x86_64-linux" ];

pkgs/applications/audio/renoise/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
7979
meta = {
8080
description = "Modern tracker-based DAW";
8181
homepage = "https://www.renoise.com/";
82+
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
8283
license = licenses.unfree;
8384
maintainers = [];
8485
platforms = [ "x86_64-linux" ];

pkgs/applications/audio/rymcast/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
2525
meta = with lib; {
2626
description = "Player for Mega Drive/Genesis VGM files";
2727
homepage = "https://www.inphonik.com/products/rymcast-genesis-vgm-player/";
28+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
2829
license = licenses.unfree;
2930
platforms = [ "x86_64-linux" ];
3031
maintainers = with maintainers; [ astsmtl ];

0 commit comments

Comments
 (0)