Skip to content

Commit 4acb425

Browse files
committedSep 22, 2017

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
 

‎pkgs/applications/science/logic/jonprl/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
2929
homepage = http://www.jonprl.org/;
3030
license = stdenv.lib.licenses.mit;
3131
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
32-
platforms = stdenv.lib.platforms.unix;
32+
platforms = stdenv.lib.platforms.linux;
3333
};
3434
}

‎pkgs/desktops/mate/libmatemixer/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727
description = "Mixer library for MATE";
2828
homepage = https://github.com/mate-desktop/libmatemixer;
2929
license = with licenses; [ gpl2 lgpl2 ];
30-
platforms = platforms.unix;
30+
platforms = platforms.linux;
3131
maintainers = [ maintainers.romildo ];
3232
};
3333
}

‎pkgs/development/libraries/dirac/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
2424
meta = with stdenv.lib; {
2525
homepage = http://sourceforge.net/projects/dirac;
2626
description = "A general-purpose video codec based on wavelets";
27-
platforms = platforms.all;
27+
platforms = platforms.linux;
2828
license = with licenses; [ mpl11 gpl2 lgpl21 ];
2929
maintainer = maintainers.igsha;
3030
};

‎pkgs/development/libraries/idnkit/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
1414
homepage = https://www.nic.ad.jp/ja/idn/idnkit;
1515
description = "Provides functionalities about i18n domain name processing";
1616
license = "idnkit-2 license";
17-
platforms = platforms.unix;
17+
platforms = platforms.linux;
1818
maintainers = with maintainers; [ wkennington ];
1919
};
2020
}

‎pkgs/tools/misc/osm2pgsql/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
2323
version = "0.92.1-unstable";
2424
homepage = https://github.com/openstreetmap/osm2pgsql;
2525
license = stdenv.lib.licenses.gpl2;
26-
platforms = stdenv.lib.platforms.unix;
26+
platforms = stdenv.lib.platforms.linux;
2727
};
2828
}

‎pkgs/tools/networking/cjdns/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ stdenv.mkDerivation {
3131
description = "Encrypted networking for regular people";
3232
license = licenses.gpl3;
3333
maintainers = with maintainers; [ ehmry ];
34-
platforms = platforms.unix;
34+
platforms = platforms.linux;
3535
};
3636
}

‎pkgs/tools/networking/packetdrill/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
1919
description = "Quick, precise tests for entire TCP/UDP/IPv4/IPv6 network stacks";
2020
homepage = https://github.com/google/packetdrill;
2121
license = stdenv.lib.licenses.gpl2;
22-
platforms = stdenv.lib.platforms.unix;
22+
platforms = stdenv.lib.platforms.linux;
2323
maintainers = with stdenv.lib.maintainers; [ dmjio cleverca22 ];
2424
};
2525
}

‎pkgs/tools/security/trousers/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
2929
homepage = http://trousers.sourceforge.net/;
3030
license = licenses.cpl10;
3131
maintainers = [ maintainers.ak ];
32-
platforms = platforms.unix;
32+
platforms = platforms.linux;
3333
};
3434
}
3535

‎pkgs/tools/text/nawk/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
3636
homepage = https://www.cs.princeton.edu/~bwk/btl.mirror/;
3737
license = stdenv.lib.licenses.mit;
3838
maintainers = [ stdenv.lib.maintainers.konimex ];
39-
platforms = stdenv.lib.platforms.all;
39+
platforms = stdenv.lib.platforms.linux;
4040
};
4141
}

0 commit comments

Comments
 (0)
Please sign in to comment.