Skip to content

Commit

Permalink
treewide/applications: add sourceType binaryNativeCode for many p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
risicle committed Jun 23, 2022
1 parent cefe06f commit 466c2e3
Show file tree
Hide file tree
Showing 200 changed files with 256 additions and 8 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/audio/baudline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
# See http://www.baudline.com/faq.html#licensing_terms.
# (Do NOT (re)distribute on hydra.)
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = [ maintainers.bjornfor ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/hqplayer-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ mkDerivation rec {
homepage = "https://www.signalyst.com/custom.html";
description = "High-end upsampling multichannel software HD-audio player";
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ lovesegfault ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/losslessaudiochecker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ stdenv.mkDerivation {
meta = {
description = "Utility to check whether audio is truly lossless or not";
homepage = "https://losslessaudiochecker.com";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ p-h ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/midas/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
inherit homepage;
description = "Editor for the ${brand} ${type} digital mixer";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
maintainers = [ maintainers.magnetophon ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/ocenaudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cross-platform, easy to use, fast and functional audio editor";
homepage = "https://www.ocenaudio.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ onny ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/pocket-casts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Pocket Casts webapp, packaged for the Linux Desktop";
homepage = "https://github.com/felicianotech/pocket-casts-desktop-app";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/reaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Digital audio workstation";
homepage = "https://www.reaper.fm/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ jfrankenau ilian orivej uniquepointer ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/redux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Sample-based instrument, with a powerful phrase sequencer";
homepage = "https://www.renoise.com/products/redux";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ mihnea-s ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/renoise/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Modern tracker-based DAW";
homepage = "https://www.renoise.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = [];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/rymcast/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Player for Mega Drive/Genesis VGM files";
homepage = "https://www.inphonik.com/products/rymcast-genesis-vgm-player/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ astsmtl ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/soundwireserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ qt5.mkDerivation {
homepage = "https://georgielabs.net/";
maintainers = with maintainers; [ mkg20001 ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/spotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://www.spotify.com/";
description = "Play music from the Spotify music service";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri timokau ma27 ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/sunvox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Small, fast and powerful modular synthesizer with pattern-based sequencer";
license = licenses.unfreeRedistributable;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
homepage = "http://www.warmplace.ru/soft/sunvox/";
maintainers = with maintainers; [ puffnfresh ];
platforms = [ "i686-linux" "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/tonelib-gfx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tonelib GFX is an amp and effects modeling software for electric guitar and bass.";
homepage = "https://tonelib.net/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ dan4ik605743 orivej ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/tonelib-jam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "ToneLib Jam – the learning and practice software for guitar players";
homepage = "https://tonelib.net/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ dan4ik605743 ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/tonelib-metal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "ToneLib Metal – Guitar amp simulator targeted at metal players";
homepage = "https://tonelib.net/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ dan4ik605743 ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/tonelib-zoom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "ToneLib Zoom – change and save all the settings in your Zoom(r) guitar pedal";
homepage = "https://tonelib.net/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ dan4ik605743 ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/transcribe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ stdenv.mkDerivation rec {
conventional music players.
'';
homepage = "https://www.seventhstring.com/xscribe/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/audio/virtual-ans/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
+ supported sound systems: ASIO, DirectSound, MME, ALSA, OSS, JACK, Audiobus, IAA.
'';
homepage = "https://warmplace.ru/soft/ans/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.free;
# I cannot test the Darwin version, so I'll leave it disabled
platforms = [ "x86_64-linux" "i686-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/exodus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.exodus.io/";
description = "Top-rated cryptocurrency wallet with Trezor integration and built-in Exchange";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ mmahut rople380 ];
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/blockchains/sparrow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A modern desktop Bitcoin wallet application supporting most hardware wallets and built on common standards such as PSBT, with an emphasis on transparency and usability.";
homepage = "https://sparrowwallet.com";
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode
];
license = licenses.asl20;
maintainers = with maintainers; [ emmanuelrosa _1000101 ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/wasabibackend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ buildDotnetModule rec {
meta = with lib; {
description = "Backend for the Wasabi Wallet";
homepage = "https://wasabiwallet.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
maintainers = with maintainers; [ mmahut ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/wasabiwallet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Privacy focused Bitcoin wallet";
homepage = "https://wasabiwallet.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ mmahut ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/atom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ let
meta = with lib; {
description = "A hackable text editor for the 21st Century";
homepage = "https://atom.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit;
maintainers = with maintainers; [ offline ysndr ];
platforms = platforms.x86_64;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/eclipse/build-eclipse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.eclipse.org/";
inherit description;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ];
};

Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/pinegrow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
homepage = "https://pinegrow.com";
description = "UI Web Editor";
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = with licenses; [ unfreeRedistributable ];
maintainers = with maintainers; [ gador ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/quartus-prime/quartus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
inherit homepage;
description = "FPGA design and simulation software";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
hydraPlatforms = [ ]; # requireFile srcs cannot be fetched by hydra, ignore
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/sublime/2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Sophisticated text editor for code, markup and prose";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}
1 change: 1 addition & 0 deletions pkgs/applications/editors/sublime/3/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ in stdenv.mkDerivation (rec {
description = "Sophisticated text editor for code, markup and prose";
homepage = "https://www.sublimetext.com/";
maintainers = with maintainers; [ jtojnar wmertens demin-dmitriy zimbatm ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/sublime/4/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ in stdenv.mkDerivation (rec {
description = "Sophisticated text editor for code, markup and prose";
homepage = "https://www.sublimetext.com/";
maintainers = with maintainers; [ jtojnar wmertens demin-dmitriy zimbatm ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "aarch64-linux" "x86_64-linux" ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/emulators/kega-fusion/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ in stdenv.mkDerivation {
description = "Sega SG1000, SC3000, SF7000, Master System, Game Gear, Genesis/Megadrive, SVP, Pico, SegaCD/MegaCD and 32X emulator";
homepage = "https://www.carpeludum.com/kega-fusion/";
maintainers = with maintainers; [ abbradar ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfreeRedistributable;
platforms = [ "i686-linux" ];
};
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/emulators/wine/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
inherit version;
homepage = "https://www.winehq.org/";
license = with lib.licenses; [ lgpl21Plus ];
sourceProvenance = with lib.sourceTypes; [
fromSource
binaryNativeCode # mono, gecko
];
description = if supportFlags.waylandSupport then "An Open Source implementation of the Windows API on top of OpenGL and Unix (with experimental Wayland support)" else "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
platforms = if supportFlags.waylandSupport then (lib.remove "x86_64-darwin" prevPlatforms) else prevPlatforms;
maintainers = with lib.maintainers; [ avnik raskin bendlas jmc-figueira ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/finance/cryptowatch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
homepage = "https://cryptowat.ch";
description = "Application for visualising real-time cryptocurrency market data";
platforms = platforms.linux;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ livnev ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/gis/udig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let
meta = with lib; {
description = "User-friendly Desktop Internet GIS";
homepage = "http://udig.refractions.net/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = with licenses; [ epl10 bsd3 ];
maintainers = with maintainers; [ sikmir ];
platforms = builtins.attrNames srcs;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/avocode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://avocode.com/";
description = "The bridge between designers and developers";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ megheaiulian ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/drawio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A desktop application for creating diagrams";
homepage = "https://about.draw.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.asl20;
changelog = "https://github.com/jgraph/drawio-desktop/releases/tag/v${version}";
maintainers = with maintainers; [ darkonion0 ];
Expand Down
5 changes: 4 additions & 1 deletion pkgs/applications/graphics/fiji/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ stdenv.mkDerivation rec {
homepage = "https://imagej.net/software/fiji/";
description = "batteries-included distribution of ImageJ2, bundling a lot of plugins which facilitate scientific image analysis";
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode
];
license = with lib.licenses; [ gpl2Plus gpl3Plus bsd2 publicDomain ];
maintainers = with maintainers; [ zane ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/kodelife/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://hexler.net/products/kodelife";
description = "Real-time GPU shader editor";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ prusnak ];
platforms = [ "aarch64-linux" "armv7l-linux" "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/lightburn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Layout, editing, and control software for your laser cutter";
homepage = "https://lightburnsoftware.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ q3k ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/odafileconverter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ in mkDerivation {
meta = with lib; {
description = "For converting between different versions of .dwg and .dxf";
homepage = "https://www.opendesign.com/guestfiles/oda_file_converter";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ nagisa ];
platforms = [ "x86_64-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/pencil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "GUI prototyping/mockup tool";
homepage = "https://pencil.evolus.vn/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl2; # Commercial license is also available
maintainers = with maintainers; [ bjornfor prikhi mrVanDalo ];
platforms = platforms.linux;
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/pixeluvo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A Beautifully Designed Image and Photo Editor for Windows and Linux";
homepage = "http://www.pixeluvo.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ wolfangaukang ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/pixinsight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Scientific image processing program for astrophotography";
homepage = "https://pixinsight.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.sheepforce ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ stdenv.mkDerivation rec {
description = "Brother brscan4 sane backend driver";
homepage = "http://www.brother.com";
platforms = [ "i686-linux" "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ jraygauthier ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ stdenv.mkDerivation rec {
description = "Brother brscan5 sane backend driver";
homepage = "https://www.brother.com";
platforms = [ "i686-linux" "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ mattchrist ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
description = "Brother DSSeries SANE backend driver";
homepage = "http://www.brother.com";
platforms = lib.platforms.linux;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ callahad ];
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/unigine-heaven/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ stdenv.mkDerivation
{
description = "The Unigine Heaven GPU benchmarking tool";
homepage = "https://benchmark.unigine.com/heaven";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.BarinovMaxim ];
platforms = [ "x86_64-linux" "i686-linux" ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/graphics/unigine-sanctuary/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ stdenv.mkDerivation rec{
meta = {
description = "The Unigine Heaven GPU benchmarking tool";
homepage = "https://benchmark.unigine.com/sanctuary";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.BarinovMaxim ];
platforms = [ "x86_64-linux" "i686-linux" ];
Expand Down
Loading

0 comments on commit 466c2e3

Please sign in to comment.