···2425 meta = {
26 description = "A Telepathy connection manager based on libpurple";
27- platforms = stdenv.lib.platforms.gnu; # Random choice
28 };
29}
···2425 meta = {
26 description = "A Telepathy connection manager based on libpurple";
27+ platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # Random choice
28 };
29}
···17 meta = with lib; {
18 homepage = http://www.gnu.org/software/vcdimager/;
19 description = "Full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs";
20- platforms = platforms.gnu; # random choice
21 license = licenses.gpl2;
22 };
23}
···17 meta = with lib; {
18 homepage = http://www.gnu.org/software/vcdimager/;
19 description = "Full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs";
20+ platforms = platforms.gnu ++ platforms.linux; # random choice
21 license = licenses.gpl2;
22 };
23}
···116 homepage = http://www.gnu.org/software/mailutils/;
117118 # Some of the dependencies fail to build on {cyg,dar}win.
119- platforms = platforms.gnu;
120 };
121}
···116 homepage = http://www.gnu.org/software/mailutils/;
117118 # Some of the dependencies fail to build on {cyg,dar}win.
119+ platforms = platforms.gnu ++ platforms.linux;
120 };
121}
···17 description = "A client and daemon for the Telnet protocol";
18 homepage = ftp://ftp.suse.com/pub/people/kukuk/ipv6/;
19 license = "BSD";
20- platforms = stdenv.lib.platforms.gnu;
21 };
22}
···17 description = "A client and daemon for the Telnet protocol";
18 homepage = ftp://ftp.suse.com/pub/people/kukuk/ipv6/;
19 license = "BSD";
20+ platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux;
21 };
22}
+1-1
pkgs/tools/security/gnupg/1.nix
···27 other applications. A wealth of frontend applications and libraries are
28 available.
29 '';
30- platforms = platforms.gnu; # arbitrary choice
31 };
32}
···27 other applications. A wealth of frontend applications and libraries are
28 available.
29 '';
30+ platforms = platforms.gnu ++ platforms.linux; # arbitrary choice
31 };
32}