Merge pull request #39773 from dtzWill/feature/platforms-musl-too

treewide: platforms.gnu -> gnu ++ linux, allow using musl

authored by Will Dietz and committed by GitHub dc488634 ebb7c537

+68 -68
+1 -1
pkgs/applications/audio/mpc123/default.nix
··· 27 27 license = stdenv.lib.licenses.gpl2Plus; 28 28 29 29 maintainers = [ ]; 30 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 30 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 31 31 }; 32 32 }
+1 -1
pkgs/applications/audio/mpg321/default.nix
··· 30 30 homepage = http://mpg321.sourceforge.net/; 31 31 license = licenses.gpl2; 32 32 maintainers = [ maintainers.rycee ]; 33 - platforms = platforms.gnu; 33 + platforms = platforms.gnu ++ platforms.linux; 34 34 }; 35 35 }
+1 -1
pkgs/applications/editors/emacs-modes/calfw/default.nix
··· 29 29 license = stdenv.lib.licenses.gpl3Plus; 30 30 31 31 maintainers = with stdenv.lib.maintainers; [ chaoflow ]; 32 - platforms = stdenv.lib.platforms.gnu; 32 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 33 33 }; 34 34 }
+1 -1
pkgs/applications/editors/emacs-modes/jdee/default.nix
··· 92 92 license = stdenv.lib.licenses.gpl2Plus; 93 93 94 94 maintainers = [ ]; 95 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 95 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 96 96 97 97 broken = true; 98 98 };
+1 -1
pkgs/applications/editors/texmacs/default.nix
··· 41 41 42 42 meta = common.meta // { 43 43 maintainers = [ stdenv.lib.maintainers.roconnor ]; 44 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 44 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 45 45 }; 46 46 }
+1 -1
pkgs/applications/graphics/geeqie/default.nix
··· 49 49 homepage = http://geeqie.sourceforge.net; 50 50 51 51 maintainers = with maintainers; [ jfrankenau pSub ]; 52 - platforms = platforms.gnu; 52 + platforms = platforms.gnu ++ platforms.linux; 53 53 }; 54 54 }
+1 -1
pkgs/applications/graphics/gimp/plugins/default.nix
··· 196 196 197 197 license = stdenv.lib.licenses.gpl3Plus; 198 198 maintainers = [ ]; 199 - platforms = stdenv.lib.platforms.gnu; 199 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 200 200 }; 201 201 }; 202 202
+1 -1
pkgs/applications/graphics/ocrad/default.nix
··· 29 29 30 30 license = licenses.gpl3Plus; 31 31 maintainers = with maintainers; [ pSub ]; 32 - platforms = platforms.gnu; # arbitrary choice 32 + platforms = platforms.gnu ++ platforms.linux; # arbitrary choice 33 33 }; 34 34 }
+1 -1
pkgs/applications/graphics/panotools/default.nix
··· 18 18 description = "Free software suite for authoring and displaying virtual reality panoramas"; 19 19 license = stdenv.lib.licenses.gpl2Plus; 20 20 21 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 21 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 22 22 }; 23 23 }
+1 -1
pkgs/applications/graphics/qtpfsgui/default.nix
··· 36 36 license = stdenv.lib.licenses.gpl2Plus; 37 37 38 38 maintainers = [ ]; 39 - platforms = stdenv.lib.platforms.gnu; 39 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 40 40 }; 41 41 }
+1 -1
pkgs/applications/graphics/scantailor/advanced.nix
··· 44 44 description = "Interactive post-processing tool for scanned pages"; 45 45 license = licenses.gpl3Plus; 46 46 maintainers = with maintainers; [ jfrankenau ]; 47 - platforms = platforms.gnu; 47 + platforms = platforms.gnu ++ platforms.linux; 48 48 }; 49 49 }
+1 -1
pkgs/applications/graphics/scantailor/default.nix
··· 19 19 license = stdenv.lib.licenses.gpl3Plus; 20 20 21 21 maintainers = [ stdenv.lib.maintainers.viric ]; 22 - platforms = stdenv.lib.platforms.gnu; 22 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 23 23 }; 24 24 }
+1 -1
pkgs/applications/graphics/ufraw/default.nix
··· 49 49 license = stdenv.lib.licenses.gpl2Plus; 50 50 51 51 maintainers = [ ]; 52 - platforms = stdenv.lib.platforms.gnu; # needs GTK+ 52 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # needs GTK+ 53 53 }; 54 54 }
+1 -1
pkgs/applications/graphics/viewnior/default.nix
··· 38 38 39 39 maintainers = [ stdenv.lib.maintainers.smironov ]; 40 40 41 - platforms = stdenv.lib.platforms.gnu; 41 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 42 42 }; 43 43 }
+1 -1
pkgs/applications/graphics/xfig/default.nix
··· 42 42 meta = { 43 43 description = "An interactive drawing tool for X11"; 44 44 homepage = http://xfig.org; 45 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 45 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 46 46 }; 47 47 }
+1 -1
pkgs/applications/networking/instant-messengers/bitlbee/default.nix
··· 50 50 license = licenses.gpl2Plus; 51 51 52 52 maintainers = with maintainers; [ wkennington pSub ]; 53 - platforms = platforms.gnu; # arbitrary choice 53 + platforms = platforms.gnu ++ platforms.linux; # arbitrary choice 54 54 }; 55 55 }
+1 -1
pkgs/applications/networking/instant-messengers/telepathy/gabble/default.nix
··· 22 22 homepage = https://telepathy.freedesktop.org/components/telepathy-gabble/; 23 23 description = "Jabber/XMPP connection manager for the Telepathy framework"; 24 24 license = licenses.lgpl21Plus; 25 - platforms = stdenv.lib.platforms.gnu; 25 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 26 26 }; 27 27 }
+1 -1
pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix
··· 24 24 25 25 meta = { 26 26 description = "A Telepathy connection manager based on libpurple"; 27 - platforms = stdenv.lib.platforms.gnu; # Random choice 27 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # Random choice 28 28 }; 29 29 }
+1 -1
pkgs/applications/networking/instant-messengers/telepathy/idle/default.nix
··· 21 21 meta = { 22 22 description = "IRC connection manager for the Telepathy framework"; 23 23 license = stdenv.lib.licenses.lgpl21; 24 - platforms = stdenv.lib.platforms.gnu; 24 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 25 25 }; 26 26 }
+1 -1
pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
··· 31 31 homepage = https://telepathy.freedesktop.org/components/telepathy-logger/; 32 32 license = licenses.lgpl21; 33 33 maintainers = with maintainers; [ jtojnar ]; 34 - platforms = platforms.gnu; # Arbitrary choice 34 + platforms = platforms.gnu ++ platforms.linux; # Arbitrary choice 35 35 }; 36 36 }
+1 -1
pkgs/applications/networking/instant-messengers/telepathy/salut/default.nix
··· 20 20 21 21 meta = with stdenv.lib; { 22 22 description = "Link-local XMPP connection manager for Telepathy"; 23 - platforms = platforms.gnu; # Random choice 23 + platforms = platforms.gnu ++ platforms.linux; # Random choice 24 24 maintainers = [ maintainers.lethalman ]; 25 25 }; 26 26 }
+1 -1
pkgs/applications/networking/p2p/gnunet/default.nix
··· 73 73 license = licenses.gpl2Plus; 74 74 75 75 maintainers = with maintainers; [ viric vrthra ]; 76 - platforms = platforms.gnu; 76 + platforms = platforms.gnu ++ platforms.linux; 77 77 }; 78 78 }
+1 -1
pkgs/applications/networking/p2p/gnunet/git.nix
··· 87 87 license = stdenv.lib.licenses.gpl2Plus; 88 88 89 89 maintainers = with stdenv.lib.maintainers; [ viric ]; 90 - platforms = stdenv.lib.platforms.gnu; 90 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 91 91 }; 92 92 }
+1 -1
pkgs/applications/networking/p2p/gnunet/svn.nix
··· 88 88 license = stdenv.lib.licenses.gpl2Plus; 89 89 90 90 maintainers = with stdenv.lib.maintainers; [ viric ]; 91 - platforms = stdenv.lib.platforms.gnu; 91 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 92 92 }; 93 93 }
+1 -1
pkgs/applications/office/gnucash/2.6.nix
··· 113 113 homepage = http://www.gnucash.org/; 114 114 115 115 maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.domenkozar ]; 116 - platforms = stdenv.lib.platforms.gnu; 116 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 117 117 }; 118 118 }
+1 -1
pkgs/applications/office/gnucash/default.nix
··· 80 80 homepage = http://www.gnucash.org/; 81 81 82 82 maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.domenkozar ]; 83 - platforms = stdenv.lib.platforms.gnu; 83 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 84 84 }; 85 85 }
+1 -1
pkgs/applications/science/machine-learning/torch/torch-distro.nix
··· 9 9 homepage = http://torch.ch; 10 10 license = stdenv.lib.licenses.bsd3; 11 11 maintainers = with stdenv.lib.maintainers; [ smironov ]; 12 - platforms = stdenv.lib.platforms.gnu; 12 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 13 13 }; 14 14 15 15 distro_src = src;
+1 -1
pkgs/applications/science/misc/megam/default.nix
··· 41 41 license = "non-commercial"; 42 42 43 43 maintainers = [ ]; 44 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 44 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 45 45 }; 46 46 }
+1 -1
pkgs/applications/science/misc/tulip/default.nix
··· 33 33 license = stdenv.lib.licenses.gpl3Plus; 34 34 35 35 maintainers = [ ]; 36 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 36 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 37 37 }; 38 38 }
+1 -1
pkgs/applications/video/qstopmotion/default.nix
··· 31 31 32 32 license = stdenv.lib.licenses.gpl2Plus; 33 33 maintainers = [ maintainers.leenaars ]; 34 - platforms = stdenv.lib.platforms.gnu; 34 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 35 35 }; 36 36 }
+1 -1
pkgs/desktops/gnome-3/core/folks/default.nix
··· 45 45 license = stdenv.lib.licenses.lgpl2Plus; 46 46 47 47 maintainers = gnome3.maintainers; 48 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 48 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 49 49 }; 50 50 }
+1 -1
pkgs/development/compilers/gprolog/default.nix
··· 63 63 ''; 64 64 65 65 maintainers = [ stdenv.lib.maintainers.peti ]; 66 - platforms = stdenv.lib.platforms.gnu; 66 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 67 67 }; 68 68 }
+1 -1
pkgs/development/compilers/mit-scheme/default.nix
··· 87 87 88 88 # Build fails on Cygwin and Darwin: 89 89 # <http://article.gmane.org/gmane.lisp.scheme.mit-scheme.devel/489>. 90 - platforms = platforms.gnu ++ platforms.freebsd; 90 + platforms = platforms.gnu ++ platforms.linux ++ platforms.freebsd; 91 91 }; 92 92 }
+1 -1
pkgs/development/guile-modules/guile-lib/default.nix
··· 40 40 homepage = "http://www.nongnu.org/guile-lib/"; 41 41 license = licenses.gpl3Plus; 42 42 maintainers = with maintainers; [ vyp ]; 43 - platforms = platforms.gnu; 43 + platforms = platforms.gnu ++ platforms.linux; 44 44 }; 45 45 }
+1 -1
pkgs/development/guile-modules/guile-ncurses/default.nix
··· 39 39 homepage = "https://www.gnu.org/software/guile-ncurses/"; 40 40 license = licenses.lgpl3Plus; 41 41 maintainers = with maintainers; [ vyp ]; 42 - platforms = platforms.gnu; 42 + platforms = platforms.gnu ++ platforms.linux; 43 43 }; 44 44 }
+1 -1
pkgs/development/libraries/clutter-gst/default.nix
··· 30 30 license = stdenv.lib.licenses.lgpl2Plus; 31 31 32 32 maintainers = with stdenv.lib.maintainers; [ lethalman ]; 33 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 33 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 34 34 }; 35 35 }
+1 -1
pkgs/development/libraries/clutter-gtk/default.nix
··· 27 27 homepage = http://www.clutter-project.org/; 28 28 license = stdenv.lib.licenses.lgpl2Plus; 29 29 maintainers = with stdenv.lib.maintainers; [ lethalman ]; 30 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 30 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 31 31 }; 32 32 }
+1 -1
pkgs/development/libraries/libcanberra/default.nix
··· 43 43 license = stdenv.lib.licenses.lgpl2Plus; 44 44 45 45 maintainers = [ ]; 46 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 46 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 47 47 }; 48 48 }
+1 -1
pkgs/development/libraries/libchamplain/default.nix
··· 38 38 ''; 39 39 40 40 maintainers = gnome3.maintainers; 41 - platforms = platforms.gnu; # arbitrary choice 41 + platforms = platforms.gnu ++ platforms.linux; # arbitrary choice 42 42 }; 43 43 }
+1 -1
pkgs/development/libraries/libchop/default.nix
··· 50 50 homepage = http://nongnu.org/libchop/; 51 51 license = licenses.gpl3Plus; 52 52 maintainers = with maintainers; [ viric ]; 53 - platforms = platforms.gnu; 53 + platforms = platforms.gnu ++ platforms.linux; 54 54 }; 55 55 }
+1 -1
pkgs/development/libraries/libgpod/default.nix
··· 32 32 homepage = http://gtkpod.sourceforge.net/; 33 33 description = "Library used by gtkpod to access the contents of an ipod"; 34 34 license = "LGPL"; 35 - platforms = stdenv.lib.platforms.gnu; 35 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 36 36 maintainers = [ ]; 37 37 }; 38 38 }
+1 -1
pkgs/development/libraries/libxmi/default.nix
··· 15 15 description = "Library for rasterizing 2-D vector graphics"; 16 16 homepage = http://www.gnu.org/software/libxmi/; 17 17 license = stdenv.lib.licenses.gpl2Plus; 18 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 18 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 19 19 maintainers = [ ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/libraries/tokyo-tyrant/default.nix
··· 35 35 36 36 license = stdenv.lib.licenses.lgpl21Plus; 37 37 38 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 38 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 39 39 maintainers = [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/libraries/vcdimager/default.nix
··· 17 17 meta = with lib; { 18 18 homepage = http://www.gnu.org/software/vcdimager/; 19 19 description = "Full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs"; 20 - platforms = platforms.gnu; # random choice 20 + platforms = platforms.gnu ++ platforms.linux; # random choice 21 21 license = licenses.gpl2; 22 22 }; 23 23 }
+1 -1
pkgs/development/tools/misc/complexity/default.nix
··· 26 26 27 27 homepage = http://www.gnu.org/software/complexity/; 28 28 29 - platforms = stdenv.lib.platforms.gnu; 29 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 30 30 maintainers = [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/os-specific/gnu/mig/default.nix
··· 46 46 47 47 homepage = http://www.gnu.org/software/hurd/microkernel/mach/mig/gnu_mig.html; 48 48 49 - # platforms = stdenv.lib.platforms.gnu; # really GNU/Hurd 49 + # platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # really GNU/Hurd 50 50 maintainers = [ stdenv.lib.maintainers.ludo ]; 51 51 }; 52 52 }
+1 -1
pkgs/servers/http/myserver/default.nix
··· 43 43 license = lib.licenses.gpl3Plus; 44 44 45 45 # libevent fails to build on Cygwin and Guile has troubles on Darwin. 46 - platforms = lib.platforms.gnu; 46 + platforms = lib.platforms.gnu ++ lib.platforms.linux; 47 47 48 48 broken = true; # needs patch for gets() 49 49 };
+1 -1
pkgs/servers/pies/default.nix
··· 42 42 43 43 homepage = http://www.gnu.org/software/pies/; 44 44 45 - platforms = stdenv.lib.platforms.gnu; 45 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 46 46 maintainers = [ ]; 47 47 }; 48 48 }
+1 -1
pkgs/tools/X11/xnee/default.nix
··· 50 50 homepage = http://www.gnu.org/software/xnee/; 51 51 52 52 maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 53 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 53 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 54 54 }; 55 55 }
+1 -1
pkgs/tools/filesystems/mtools/default.nix
··· 20 20 meta = { 21 21 homepage = http://www.gnu.org/software/mtools/; 22 22 description = "Utilities to access MS-DOS disks"; 23 - platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.darwin; 23 + platforms = stdenv.lib.platforms.unix; 24 24 maintainers = [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/tools/graphics/logstalgia/default.nix
··· 38 38 a Miscellaneous section. 39 39 ''; 40 40 41 - platforms = platforms.gnu; 41 + platforms = platforms.gnu ++ platforms.linux; 42 42 maintainers = with maintainers; [ pSub ]; 43 43 }; 44 44 }
+1 -1
pkgs/tools/misc/grub/pvgrub_image/default.nix
··· 37 37 Xen guests 38 38 ''; 39 39 40 - platforms = platforms.gnu; 40 + platforms = platforms.gnu ++ platforms.linux; 41 41 }; 42 42 })
+1 -1
pkgs/tools/misc/grub/trusted.nix
··· 98 98 description = "GRUB 2.0 extended with TCG (TPM) support for integrity measured boot process (trusted boot)"; 99 99 homepage = https://github.com/Sirrix-AG/TrustedGRUB2; 100 100 license = licenses.gpl3Plus; 101 - platforms = platforms.gnu; 101 + platforms = platforms.gnu ++ platforms.linux; 102 102 }; 103 103 }
+1 -1
pkgs/tools/misc/picocom/default.nix
··· 26 26 description = "Minimal dumb-terminal emulation program"; 27 27 homepage = https://github.com/npat-efault/picocom/; 28 28 license = stdenv.lib.licenses.gpl2Plus; 29 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 29 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 30 30 }; 31 31 }
+1 -1
pkgs/tools/misc/urjtag/default.nix
··· 34 34 description = "Enhanced, modern tool for communicating over JTAG with flash chips, CPUs,and many more"; 35 35 homepage = http://urjtag.org/; 36 36 license = with stdenv.lib.licenses; [ gpl2Plus lgpl21Plus ]; 37 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 37 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 38 38 maintainers = with stdenv.lib.maintainers; [ lowfatcomputing ]; 39 39 }; 40 40 }
+1 -1
pkgs/tools/networking/connect/default.nix
··· 23 23 ''; 24 24 homepage = https://bitbucket.org/gotoh/connect/wiki/Home; 25 25 license = stdenv.lib.licenses.gpl2Plus; 26 - platforms = stdenv.lib.platforms.gnu; 26 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 27 27 maintainers = with stdenv.lib.maintainers; [ jcumming ]; 28 28 }; 29 29 }
+1 -1
pkgs/tools/networking/inetutils/default.nix
··· 48 48 license = stdenv.lib.licenses.gpl3Plus; 49 49 50 50 maintainers = [ ]; 51 - platforms = stdenv.lib.platforms.gnu; 51 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 52 52 }; 53 53 }
+1 -1
pkgs/tools/networking/mailutils/default.nix
··· 116 116 homepage = http://www.gnu.org/software/mailutils/; 117 117 118 118 # Some of the dependencies fail to build on {cyg,dar}win. 119 - platforms = platforms.gnu; 119 + platforms = platforms.gnu ++ platforms.linux; 120 120 }; 121 121 }
+1 -1
pkgs/tools/networking/p2p/amule/default.nix
··· 65 65 66 66 license = stdenv.lib.licenses.gpl2Plus; 67 67 68 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 68 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 69 69 maintainers = [ stdenv.lib.maintainers.phreedom ]; 70 70 }; 71 71 }
+1 -1
pkgs/tools/networking/p2p/seeks/default.nix
··· 63 63 maintainers = [ 64 64 stdenv.lib.maintainers.matejc 65 65 ]; 66 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 66 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 67 67 broken = true; # 2018-04-11 68 68 }; 69 69 }
+1 -1
pkgs/tools/networking/p2p/tahoe-lafs/default.nix
··· 89 89 homepage = http://tahoe-lafs.org/; 90 90 license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ]; 91 91 maintainers = with lib.maintainers; [ MostAwesomeDude ]; 92 - platforms = lib.platforms.gnu; # arbitrary choice 92 + platforms = lib.platforms.gnu ++ lib.platforms.linux; 93 93 }; 94 94 }
+1 -1
pkgs/tools/networking/telnet/default.nix
··· 17 17 description = "A client and daemon for the Telnet protocol"; 18 18 homepage = ftp://ftp.suse.com/pub/people/kukuk/ipv6/; 19 19 license = "BSD"; 20 - platforms = stdenv.lib.platforms.gnu; 20 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 21 21 }; 22 22 }
+1 -1
pkgs/tools/security/gnupg/1.nix
··· 27 27 other applications. A wealth of frontend applications and libraries are 28 28 available. 29 29 ''; 30 - platforms = platforms.gnu; # arbitrary choice 30 + platforms = platforms.gnu ++ platforms.linux; # arbitrary choice 31 31 }; 32 32 }
+1 -1
pkgs/tools/security/pius/default.nix
··· 32 32 33 33 license = stdenv.lib.licenses.gpl2; 34 34 35 - platforms = stdenv.lib.platforms.gnu; 35 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; 36 36 maintainers = with stdenv.lib.maintainers; [ fuuzetsu kierdavis ]; 37 37 }; 38 38 }
+1 -1
pkgs/tools/system/freeipmi/default.nix
··· 36 36 license = stdenv.lib.licenses.gpl3Plus; 37 37 38 38 maintainers = with stdenv.lib.maintainers; [ raskin ]; 39 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 39 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 40 40 41 41 updateWalker = true; 42 42 inherit version;
+1 -1
pkgs/tools/text/namazu/default.nix
··· 38 38 license = stdenv.lib.licenses.gpl2Plus; 39 39 homepage = http://namazu.org/; 40 40 41 - platforms = stdenv.lib.platforms.gnu; # arbitrary choice 41 + platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice 42 42 maintainers = [ ]; 43 43 broken = true; # File-MMagic is not compatible with our Perl version 44 44 };
+1 -1
pkgs/tools/text/numdiff/default.nix
··· 18 18 homepage = http://www.nongnu.org/numdiff/; 19 19 license = licenses.gpl3Plus; 20 20 maintainers = with maintainers; [ ndowens ]; 21 - platforms = platforms.gnu; 21 + platforms = platforms.gnu ++ platforms.linux; 22 22 }; 23 23 }
+1 -1
pkgs/tools/video/dvgrab/default.nix
··· 34 34 homepage = http://kinodv.org/; 35 35 36 36 license = licenses.gpl2Plus; 37 - platforms = platforms.gnu; 37 + platforms = platforms.gnu ++ platforms.linux; 38 38 }; 39 39 }