treewide: add missing sourceProvenance (#354383)

authored by Emily and committed by GitHub 6531d2e2 28f12bcc

+23
+1
pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix
··· 70 70 license = licenses.unfree; 71 71 platforms = [ "x86_64-linux" ]; 72 72 maintainers = with maintainers; [ bfortz michalrus mrVanDalo ]; 73 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 73 74 }; 74 75 }
+1
pkgs/applications/audio/bitwig-studio/bitwig-studio4.nix
··· 116 116 license = licenses.unfree; 117 117 platforms = [ "x86_64-linux" ]; 118 118 maintainers = with maintainers; [ bfortz michalrus mrVanDalo ]; 119 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 119 120 }; 120 121 }
+1
pkgs/applications/audio/bitwig-studio/bitwig-studio5.nix
··· 131 131 license = licenses.unfree; 132 132 platforms = [ "x86_64-linux" ]; 133 133 maintainers = with maintainers; [ bfortz michalrus mrVanDalo ]; 134 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 134 135 }; 135 136 }
+1
pkgs/applications/audio/pianoteq/default.nix
··· 103 103 inherit mainProgram; 104 104 platforms = [ "x86_64-linux" "aarch64-linux" ]; 105 105 maintainers = with maintainers; [ mausch ners ]; 106 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 106 107 }; 107 108 }; 108 109
+1
pkgs/applications/editors/android-studio/common.nix
··· 294 294 dev = stable; 295 295 }."${channel}"; 296 296 mainProgram = pname; 297 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 297 298 }; 298 299 } 299 300 ''
+1
pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/default.nix
··· 129 129 "x86_64-linux" 130 130 "aarch64-linux" 131 131 ]; 132 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 132 133 }; 133 134 }
+1
pkgs/by-name/ba/banana-accounting/package.nix
··· 56 56 license = licenses.unfree; 57 57 platforms = [ "x86_64-linux" ]; 58 58 maintainers = with maintainers; [ jacg ]; 59 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 59 60 }; 60 61 }
+1
pkgs/by-name/cl/clonehero/package.nix
··· 119 119 license = licenses.unfree; 120 120 maintainers = with maintainers; [ kira-bruneau syboxez ]; 121 121 platforms = [ "x86_64-linux" ]; 122 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 122 123 }; 123 124 })
+1
pkgs/by-name/co/computecpp-unwrapped/package.nix
··· 45 45 license = licenses.unfree; 46 46 maintainers = with maintainers; [ davidtwco ]; 47 47 platforms = [ "x86_64-linux" ]; 48 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 48 49 }; 49 50 }
+1
pkgs/by-name/de/dell-command-configure/package.nix
··· 107 107 license = licenses.unfree; 108 108 maintainers = with maintainers; [ ryangibb ]; 109 109 platforms = [ "x86_64-linux" ]; 110 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 110 111 }; 111 112 }
+1
pkgs/by-name/er/erlang-language-platform/package.nix
··· 51 51 "x86_64-darwin" 52 52 ]; 53 53 maintainers = with lib.maintainers; [ offsetcyan ]; 54 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 54 55 }; 55 56 }
+1
pkgs/by-name/ev/everspace/package.nix
··· 114 114 license = licenses.unfree; 115 115 maintainers = with maintainers; [ jtrees ]; 116 116 platforms = [ "x86_64-linux" ]; 117 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 117 118 }; 118 119 }
+1
pkgs/by-name/in/intel-ocl/package.nix
··· 74 74 license = lib.licenses.unfree; 75 75 platforms = [ "x86_64-linux" ]; 76 76 maintainers = [ ]; 77 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 77 78 }; 78 79 }
+1
pkgs/by-name/in/intune-portal/package.nix
··· 109 109 license = licenses.unfree; 110 110 platforms = [ "x86_64-linux" ]; 111 111 maintainers = with lib.maintainers; [ rhysmdnz ]; 112 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 112 113 }; 113 114 }
+1
pkgs/by-name/pl/planetary_annihilation/package.nix
··· 38 38 license = lib.licenses.unfree; 39 39 platforms = platforms.linux; 40 40 maintainers = [ maintainers.domenkozar ]; 41 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 41 42 }; 42 43 }
+1
pkgs/by-name/st/starpls-bin/package.nix
··· 38 38 platforms = [ "aarch64-darwin" "x86_64-linux" ]; 39 39 maintainers = with maintainers; [ aaronjheng ]; 40 40 mainProgram = "starpls"; 41 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 41 42 }; 42 43 })
+1
pkgs/by-name/te/terra-station/package.nix
··· 72 72 maintainers = [ maintainers.peterwilli ]; 73 73 platforms = [ "x86_64-linux" ]; 74 74 mainProgram = "terra-station"; 75 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 75 76 }; 76 77 }
+1
pkgs/by-name/uh/uhk-agent/package.nix
··· 74 74 license = licenses.unfreeRedistributable; 75 75 maintainers = with maintainers; [ ngiger nickcao ]; 76 76 platforms = [ "x86_64-linux" ]; 77 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 77 78 }; 78 79 }
+1
pkgs/by-name/wo/worldofgoo/package.nix
··· 70 70 license = licenses.unfree; 71 71 platforms = [ "i686-linux" "x86_64-linux" ]; 72 72 maintainers = with maintainers; [ jcumming ]; 73 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 73 74 }; 74 75 }
+1
pkgs/by-name/ya/yarg/package.nix
··· 122 122 license = licenses.lgpl3Plus; 123 123 maintainers = with maintainers; [ kira-bruneau ]; 124 124 platforms = [ "x86_64-linux" ]; 125 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 125 126 }; 126 127 })
+1
pkgs/development/tools/replay-io/default.nix
··· 141 141 license = lib.licenses.bsd3; 142 142 maintainers = with maintainers; [ phryneas ]; 143 143 platforms = [ "x86_64-linux" ]; 144 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 144 145 }; 145 146 }; 146 147 }
+1
pkgs/games/dwarf-fortress/game.nix
··· 168 168 license = licenses.unfreeRedistributable; 169 169 platforms = attrNames platforms; 170 170 maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ncfavier ]; 171 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 171 172 }; 172 173 }
+1
pkgs/games/oilrush/default.nix
··· 72 72 #maintainers = with lib.maintainers; [ astsmtl ]; 73 73 platforms = lib.platforms.linux; 74 74 hydraPlatforms = []; 75 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 75 76 }; 76 77 77 78 }