diff --git a/pkgs/applications/altcoins/dashpay.nix b/pkgs/applications/altcoins/dashpay.nix index 68a0926c4668..2e9f17017a2d 100644 --- a/pkgs/applications/altcoins/dashpay.nix +++ b/pkgs/applications/altcoins/dashpay.nix @@ -28,6 +28,6 @@ stdenv.mkDerivation rec { ''; homepage = http://dashpay.io; maintainers = with maintainers; [ AndersonTorres ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/applications/audio/cava/default.nix b/pkgs/applications/audio/cava/default.nix index c1b5aef333b8..456a22ee697a 100644 --- a/pkgs/applications/audio/cava/default.nix +++ b/pkgs/applications/audio/cava/default.nix @@ -21,6 +21,6 @@ stdenv.mkDerivation rec { description = "Console-based Audio Visualizer for Alsa"; homepage = https://github.com/karlstav/cava; maintainers = with maintainers; [offline]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix index ffd8d071ab21..7706203104ca 100644 --- a/pkgs/applications/audio/keyfinder/default.nix +++ b/pkgs/applications/audio/keyfinder/default.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation { ''; homepage = http://www.ibrahimshaath.co.uk/keyfinder/; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/applications/editors/emacs-modes/jabber/default.nix b/pkgs/applications/editors/emacs-modes/jabber/default.nix index 781806bedd67..c0ddbc88cf27 100644 --- a/pkgs/applications/editors/emacs-modes/jabber/default.nix +++ b/pkgs/applications/editors/emacs-modes/jabber/default.nix @@ -18,6 +18,6 @@ stdenv.mkDerivation rec { homepage = http://emacs-jabber.sourceforge.net/; license = licenses.gpl2Plus; maintainers = with maintainers; [ astsmtl ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/misc/dmenu2/default.nix b/pkgs/applications/misc/dmenu2/default.nix index 54aec8606cd4..9dca8f983a4b 100644 --- a/pkgs/applications/misc/dmenu2/default.nix +++ b/pkgs/applications/misc/dmenu2/default.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation rec { homepage = https://bitbucket.org/melek/dmenu2; license = stdenv.lib.licenses.mit; maintainers = with maintainers; [ cstrahan ]; - platforms = with platforms; all; + platforms = platforms.all; }; } diff --git a/pkgs/applications/misc/eaglemode/default.nix b/pkgs/applications/misc/eaglemode/default.nix index d81061f32072..061a10c6a9f2 100644 --- a/pkgs/applications/misc/eaglemode/default.nix +++ b/pkgs/applications/misc/eaglemode/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { description = "Zoomable User Interface"; license = licenses.gpl3; maintainers = with maintainers; [ viric ]; - platforms = with platforms; linux; + platforms = platforms.linux; hydraPlatforms = []; }; } diff --git a/pkgs/applications/misc/finalterm/default.nix b/pkgs/applications/misc/finalterm/default.nix index c8e8bb01e5d6..2cb22cd62fc8 100644 --- a/pkgs/applications/misc/finalterm/default.nix +++ b/pkgs/applications/misc/finalterm/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation { ''; license = licenses.gpl3Plus; maintainers = with maintainers; [ cstrahan ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/misc/keybase/default.nix b/pkgs/applications/misc/keybase/default.nix index dea0e9062df6..bead4e82571c 100644 --- a/pkgs/applications/misc/keybase/default.nix +++ b/pkgs/applications/misc/keybase/default.nix @@ -32,6 +32,6 @@ in nodePackages.buildNodePackage rec { license = licenses.mit; homepage = https://keybase.io/docs/command_line; maintainers = with maintainers; [manveru]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/misc/st/default.nix b/pkgs/applications/misc/st/default.nix index 1ef8f697aeee..234e8b6ba694 100644 --- a/pkgs/applications/misc/st/default.nix +++ b/pkgs/applications/misc/st/default.nix @@ -26,6 +26,6 @@ stdenv.mkDerivation rec { homepage = http://st.suckless.org/; license = stdenv.lib.licenses.mit; maintainers = with maintainers; [viric]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/misc/terminal-notifier/default.nix b/pkgs/applications/misc/terminal-notifier/default.nix index 2afebec9ee36..dad05d8adb1a 100644 --- a/pkgs/applications/misc/terminal-notifier/default.nix +++ b/pkgs/applications/misc/terminal-notifier/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { meta = with lib; { maintainers = with maintainers; [ cstrahan ]; - platforms = with platforms; darwin; + platforms = platforms.darwin; }; } diff --git a/pkgs/applications/networking/browsers/conkeror/default.nix b/pkgs/applications/networking/browsers/conkeror/default.nix index 007c49b2733b..8ade601d4840 100644 --- a/pkgs/applications/networking/browsers/conkeror/default.nix +++ b/pkgs/applications/networking/browsers/conkeror/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation { homepage = http://conkeror.org/; license = with licenses; [ mpl11 gpl2 lgpl21 ]; maintainers = with maintainers; [ astsmtl chaoflow ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/fribid/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/fribid/default.nix index b8aa17803e9f..81a05b360162 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/fribid/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/fribid/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation rec { homepage = http://fribid.se; license = with licenses; [ gpl2 mpl10 ]; maintainers = [ maintainers.edwtjo ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/networking/cluster/chronos/default.nix b/pkgs/applications/networking/cluster/chronos/default.nix index 596163336f7b..974c085bdc16 100644 --- a/pkgs/applications/networking/cluster/chronos/default.nix +++ b/pkgs/applications/networking/cluster/chronos/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { license = licenses.asl20; description = "Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules"; maintainers = with maintainers; [ offline ]; - platforms = with platforms; unix; + platforms = platforms.unix; broken = true; # doesn't build http://hydra.nixos.org/build/25768319 }; } diff --git a/pkgs/applications/networking/cluster/mesos/default.nix b/pkgs/applications/networking/cluster/mesos/default.nix index 6f92ca5a6b70..bb7a60f2b27f 100644 --- a/pkgs/applications/networking/cluster/mesos/default.nix +++ b/pkgs/applications/networking/cluster/mesos/default.nix @@ -137,6 +137,6 @@ in stdenv.mkDerivation rec { license = licenses.asl20; description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks"; maintainers = with maintainers; [ cstrahan offline rushmorem ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/networking/feedreaders/rsstail/default.nix b/pkgs/applications/networking/feedreaders/rsstail/default.nix index 1a36dd8ae205..62054ef0613d 100644 --- a/pkgs/applications/networking/feedreaders/rsstail/default.nix +++ b/pkgs/applications/networking/feedreaders/rsstail/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { ''; homepage = http://www.vanheusden.com/rsstail/; license = licenses.gpl2Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/applications/networking/remote/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix index eaa1c5e318aa..fdc27b63e9e3 100644 --- a/pkgs/applications/networking/remote/x2goclient/default.nix +++ b/pkgs/applications/networking/remote/x2goclient/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { description = "Graphical NoMachine NX3 remote desktop client"; homepage = http://x2go.org/; license = licenses.gpl2; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/applications/science/electronics/ngspice/default.nix b/pkgs/applications/science/electronics/ngspice/default.nix index 4f887f511ae1..f4870d7bfbbd 100644 --- a/pkgs/applications/science/electronics/ngspice/default.nix +++ b/pkgs/applications/science/electronics/ngspice/default.nix @@ -17,6 +17,6 @@ stdenv.mkDerivation { homepage = "http://ngspice.sourceforge.net"; license = with licenses; [ "BSD" gpl2 ]; maintainers = with maintainers; [ viric ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/video/minitube/default.nix b/pkgs/applications/video/minitube/default.nix index b9c4de0811de..9ae200abebb2 100644 --- a/pkgs/applications/video/minitube/default.nix +++ b/pkgs/applications/video/minitube/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation { ''; homepage = http://flavio.tordini.org/minitube; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/applications/window-managers/tabbed/default.nix b/pkgs/applications/window-managers/tabbed/default.nix index a7e2059cd042..68c72a20e673 100644 --- a/pkgs/applications/window-managers/tabbed/default.nix +++ b/pkgs/applications/window-managers/tabbed/default.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation rec { description = "Simple generic tabbed fronted to xembed aware applications"; license = licenses.mit; maintainers = with maintainers; [ viric ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/applications/window-managers/vwm/default.nix b/pkgs/applications/window-managers/vwm/default.nix index 1e6b53446aa4..b5d4733bae54 100644 --- a/pkgs/applications/window-managers/vwm/default.nix +++ b/pkgs/applications/window-managers/vwm/default.nix @@ -27,6 +27,6 @@ stdenv.mkDerivation rec { description = "Dynamic window manager for the console"; license = licenses.gpl2Plus; maintainers = with maintainers; [ viric ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/data/fonts/gohufont/default.nix b/pkgs/data/fonts/gohufont/default.nix index a4e228d7de14..2bd0d5800b43 100644 --- a/pkgs/data/fonts/gohufont/default.nix +++ b/pkgs/data/fonts/gohufont/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = http://font.gohu.org/; license = licenses.wtfpl; maintainers = with maintainers; [ epitrochoid ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/data/fonts/terminus-font/default.nix b/pkgs/data/fonts/terminus-font/default.nix index b30bb307807e..29c4c250fb96 100644 --- a/pkgs/data/fonts/terminus-font/default.nix +++ b/pkgs/data/fonts/terminus-font/default.nix @@ -39,6 +39,6 @@ stdenv.mkDerivation rec { homepage = http://www.is-vn.bg/hamster/; license = licenses.gpl2Plus; maintainers = with maintainers; [ astsmtl ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/development/compilers/squeak/default.nix b/pkgs/development/compilers/squeak/default.nix index 7f3ed5c6ec3a..19b73a0bde5e 100644 --- a/pkgs/development/compilers/squeak/default.nix +++ b/pkgs/development/compilers/squeak/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation { homepage = http://squeakvm.org/; downloadPage = http://squeakvm.org/unix/index.html; license = with licenses; [ asl20 mit ]; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/interpreters/picoc/default.nix b/pkgs/development/interpreters/picoc/default.nix index e9893dfd1c7e..72e89def4f50 100644 --- a/pkgs/development/interpreters/picoc/default.nix +++ b/pkgs/development/interpreters/picoc/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation { homepage = https://github.com/zsaleeba/picoc; downloadPage = https://code.google.com/p/picoc/downloads/list; license = licenses.bsd3; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/libraries/hivex/default.nix b/pkgs/development/libraries/hivex/default.nix index 4f0b3826022f..e048b07a1da1 100644 --- a/pkgs/development/libraries/hivex/default.nix +++ b/pkgs/development/libraries/hivex/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation rec { license = licenses.lgpl2; homepage = https://github.com/libguestfs/hivex; maintainers = with maintainers; [offline]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/development/libraries/libcli/default.nix b/pkgs/development/libraries/libcli/default.nix index a6d564d92946..0b3f46ab1958 100644 --- a/pkgs/development/libraries/libcli/default.nix +++ b/pkgs/development/libraries/libcli/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation { description = "Emulate a Cisco-style telnet command-line interface"; homepage = http://sites.dparrish.com/libcli; license = licenses.lgpl21Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/development/libraries/libfreefare/default.nix b/pkgs/development/libraries/libfreefare/default.nix index 17afa9423b0e..8c485fef47c9 100644 --- a/pkgs/development/libraries/libfreefare/default.nix +++ b/pkgs/development/libraries/libfreefare/default.nix @@ -16,6 +16,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3; homepage = http://code.google.com/p/libfreefare/; maintainers = with maintainers; [bobvanderlinden]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/libguestfs/default.nix b/pkgs/development/libraries/libguestfs/default.nix index 313934c66574..fb988db65d1a 100644 --- a/pkgs/development/libraries/libguestfs/default.nix +++ b/pkgs/development/libraries/libguestfs/default.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { license = licenses.gpl2; homepage = http://libguestfs.org/; maintainers = with maintainers; [offline]; - platforms = with platforms; linux; + platforms = platforms.linux; hydraPlatforms = []; }; } diff --git a/pkgs/development/libraries/libkeyfinder/default.nix b/pkgs/development/libraries/libkeyfinder/default.nix index ca3e7949c1c0..bde5db77fdae 100644 --- a/pkgs/development/libraries/libkeyfinder/default.nix +++ b/pkgs/development/libraries/libkeyfinder/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation { description = "Musical key detection for digital audio (C++ library)"; homepage = http://www.ibrahimshaath.co.uk/keyfinder/; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/libraries/libnfc/default.nix b/pkgs/development/libraries/libnfc/default.nix index a018ce1f0fa0..89cf3e544e50 100644 --- a/pkgs/development/libraries/libnfc/default.nix +++ b/pkgs/development/libraries/libnfc/default.nix @@ -16,6 +16,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3; homepage = http://code.google.com/p/libnfc/; maintainers = with maintainers; [offline]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/libxcomp/default.nix b/pkgs/development/libraries/libxcomp/default.nix index b922778de0ed..3a65277abe28 100644 --- a/pkgs/development/libraries/libxcomp/default.nix +++ b/pkgs/development/libraries/libxcomp/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation { description = "NX compression library"; homepage = "http://wiki.x2go.org/doku.php/wiki:libs:nx-libs"; license = licenses.gpl2; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/libraries/neardal/default.nix b/pkgs/development/libraries/neardal/default.nix index 23098a463370..23bc7f883d43 100644 --- a/pkgs/development/libraries/neardal/default.nix +++ b/pkgs/development/libraries/neardal/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { license = licenses.lgpl2; homepage = https://01.org/linux-nfc; maintainers = with maintainers; [ tstrobel ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/quesoglc/default.nix b/pkgs/development/libraries/quesoglc/default.nix index 46df5459dca6..33e8d49454c1 100644 --- a/pkgs/development/libraries/quesoglc/default.nix +++ b/pkgs/development/libraries/quesoglc/default.nix @@ -20,6 +20,6 @@ stdenv.mkDerivation rec { homepage = http://quesoglc.sourceforge.net/; license = licenses.lgpl21Plus; maintainers = with maintainers; [ astsmtl ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/development/libraries/science/math/openblas/default.nix b/pkgs/development/libraries/science/math/openblas/default.nix index 781c0d38ee61..f028e65694e1 100644 --- a/pkgs/development/libraries/science/math/openblas/default.nix +++ b/pkgs/development/libraries/science/math/openblas/default.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation { description = "Basic Linear Algebra Subprograms"; license = licenses.bsd3; homepage = "https://github.com/xianyi/OpenBLAS"; - platforms = with platforms; unix; + platforms = platforms.unix; maintainers = with maintainers; [ ttuegel ]; }; } diff --git a/pkgs/development/libraries/v8/4.5.nix b/pkgs/development/libraries/v8/4.5.nix index 95ff225c059a..50fc2b7b0d90 100644 --- a/pkgs/development/libraries/v8/4.5.nix +++ b/pkgs/development/libraries/v8/4.5.nix @@ -136,7 +136,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Google's open source JavaScript engine"; maintainers = with maintainers; [ cstrahan ]; - platforms = with platforms; linux; + platforms = platforms.linux; license = licenses.bsd3; }; } diff --git a/pkgs/development/libraries/v8/generic.nix b/pkgs/development/libraries/v8/generic.nix index b056ba640d2d..51637fe6dbd0 100644 --- a/pkgs/development/libraries/v8/generic.nix +++ b/pkgs/development/libraries/v8/generic.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Google's open source JavaScript engine"; - platforms = with platforms; linux; + platforms = platforms.linux; license = licenses.bsd3; }; } diff --git a/pkgs/development/tools/alloy/default.nix b/pkgs/development/tools/alloy/default.nix index e0be56e50376..cb559a128ab3 100644 --- a/pkgs/development/tools/alloy/default.nix +++ b/pkgs/development/tools/alloy/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { homepage = http://alloy.mit.edu/; downloadPage = http://alloy.mit.edu/alloy/download.html; license = licenses.mit; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/tools/analysis/coan/default.nix b/pkgs/development/tools/analysis/coan/default.nix index dd550064e263..bf749b694a2c 100644 --- a/pkgs/development/tools/analysis/coan/default.nix +++ b/pkgs/development/tools/analysis/coan/default.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { ''; homepage = http://coan2.sourceforge.net/; license = licenses.bsd3; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/development/tools/analysis/egypt/default.nix b/pkgs/development/tools/analysis/egypt/default.nix index 2bb978739990..1233c4ce15af 100644 --- a/pkgs/development/tools/analysis/egypt/default.nix +++ b/pkgs/development/tools/analysis/egypt/default.nix @@ -22,7 +22,7 @@ buildPerlPackage rec { ''; homepage = http://www.gson.org/egypt/; license = with licenses; [ artistic1 gpl1Plus ]; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/tools/analysis/include-what-you-use/default.nix b/pkgs/development/tools/analysis/include-what-you-use/default.nix index 36164bffebf9..577d058beb13 100644 --- a/pkgs/development/tools/analysis/include-what-you-use/default.nix +++ b/pkgs/development/tools/analysis/include-what-you-use/default.nix @@ -23,7 +23,7 @@ in stdenv.mkDerivation rec { ''; homepage = http://include-what-you-use.org; license = licenses.bsd3; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/tools/java/cfr/default.nix b/pkgs/development/tools/java/cfr/default.nix index f6cf63afc2a6..3d42de4640eb 100644 --- a/pkgs/development/tools/java/cfr/default.nix +++ b/pkgs/development/tools/java/cfr/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { ''; homepage = http://www.benf.org/other/cfr/; license = licenses.mit; - platforms = with platforms; all; + platforms = platforms.all; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/development/tools/sauce-connect/default.nix b/pkgs/development/tools/sauce-connect/default.nix index 948e39f4b550..7f925da376b8 100644 --- a/pkgs/development/tools/sauce-connect/default.nix +++ b/pkgs/development/tools/sauce-connect/default.nix @@ -35,6 +35,6 @@ stdenv.mkDerivation rec { license = licenses.unfree; homepage = https://docs.saucelabs.com/reference/sauce-connect/; maintainers = with maintainers; [offline]; - platforms = with platforms; platforms.linux; + platforms = platforms.linux; }; } diff --git a/pkgs/games/asc/default.nix b/pkgs/games/asc/default.nix index 5243316734e3..b2f251bfecb8 100644 --- a/pkgs/games/asc/default.nix +++ b/pkgs/games/asc/default.nix @@ -33,6 +33,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Plus; maintainers = with maintainers; [ viric ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/games/freeciv/default.nix b/pkgs/games/freeciv/default.nix index 1ad9685a5056..4d7bc4eb4a67 100644 --- a/pkgs/games/freeciv/default.nix +++ b/pkgs/games/freeciv/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation { license = licenses.gpl2; maintainers = with maintainers; [ pierron ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/games/tremulous/default.nix b/pkgs/games/tremulous/default.nix index fd80eecfd55c..f62a9976fe3e 100644 --- a/pkgs/games/tremulous/default.nix +++ b/pkgs/games/tremulous/default.nix @@ -75,7 +75,7 @@ stdenv.mkDerivation rec { cc-by-sa-25 /* media */ ]; maintainers = with maintainers; [ astsmtl ]; - platforms = with platforms; linux; + platforms = platforms.linux; broken = true; }; } diff --git a/pkgs/games/warsow/default.nix b/pkgs/games/warsow/default.nix index 95086d046303..b525e3cb0f89 100644 --- a/pkgs/games/warsow/default.nix +++ b/pkgs/games/warsow/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { # Engine is under GPLv2, everything else is under license = licenses.unfreeRedistributable; maintainers = with maintainers; [ astsmtl ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/os-specific/linux/freefall/default.nix b/pkgs/os-specific/linux/freefall/default.nix index 683ec9f6155d..53b347b48e3f 100644 --- a/pkgs/os-specific/linux/freefall/default.nix +++ b/pkgs/os-specific/linux/freefall/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation { disk heads, and an accelerometer device. It has no effect on SSD devices! ''; license = licenses.gpl2; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/os-specific/linux/ftop/default.nix b/pkgs/os-specific/linux/ftop/default.nix index e4165b08d7d9..e41a28b256a0 100644 --- a/pkgs/os-specific/linux/ftop/default.nix +++ b/pkgs/os-specific/linux/ftop/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation rec { As with top, the items are displayed in order from most to least active. ''; maintainers = with maintainers; [ nckx ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/os-specific/linux/jfbview/default.nix b/pkgs/os-specific/linux/jfbview/default.nix index c89f6e814105..467fed744edf 100644 --- a/pkgs/os-specific/linux/jfbview/default.nix +++ b/pkgs/os-specific/linux/jfbview/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation { ''; homepage = http://seasonofcode.com/pages/jfbview.html; license = licenses.asl20; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/os-specific/linux/kexectools/default.nix b/pkgs/os-specific/linux/kexectools/default.nix index aefb6dbaaca3..5c6114040ff6 100644 --- a/pkgs/os-specific/linux/kexectools/default.nix +++ b/pkgs/os-specific/linux/kexectools/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { inherit version; homepage = http://horms.net/projects/kexec/kexec-tools; description = "Tools related to the kexec Linux feature"; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/os-specific/linux/numactl/default.nix b/pkgs/os-specific/linux/numactl/default.nix index d895a9600106..389e9514d703 100644 --- a/pkgs/os-specific/linux/numactl/default.nix +++ b/pkgs/os-specific/linux/numactl/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { description = "Library and tools for non-uniform memory access (NUMA) machines"; homepage = http://oss.sgi.com/projects/libnuma/; license = licenses.gpl2; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ wkennington ]; }; } diff --git a/pkgs/os-specific/linux/statifier/default.nix b/pkgs/os-specific/linux/statifier/default.nix index dd62d6d9d071..f666ac3e1351 100644 --- a/pkgs/os-specific/linux/statifier/default.nix +++ b/pkgs/os-specific/linux/statifier/default.nix @@ -20,6 +20,6 @@ stdenv.mkDerivation { meta = with stdenv.lib; { description = "Tool for creating static Linux binaries"; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/servers/nosql/cassandra/1.2.nix b/pkgs/servers/nosql/cassandra/1.2.nix index 1507787ae003..8380a21b2cac 100644 --- a/pkgs/servers/nosql/cassandra/1.2.nix +++ b/pkgs/servers/nosql/cassandra/1.2.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://cassandra.apache.org/; description = "A massively scalable open source NoSQL database"; - platforms = with platforms; all; + platforms = platforms.all; license = licenses.asl20; maintainers = with maintainers; [ bcarrell ]; }; diff --git a/pkgs/servers/nosql/cassandra/2.0.nix b/pkgs/servers/nosql/cassandra/2.0.nix index d1c76c83a7ee..026ae476691d 100644 --- a/pkgs/servers/nosql/cassandra/2.0.nix +++ b/pkgs/servers/nosql/cassandra/2.0.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://cassandra.apache.org/; description = "A massively scalable open source NoSQL database"; - platforms = with platforms; all; + platforms = platforms.all; license = licenses.asl20; maintainers = with maintainers; [ nckx rushmorem ]; }; diff --git a/pkgs/servers/nosql/cassandra/2.1.nix b/pkgs/servers/nosql/cassandra/2.1.nix index 8a2100cdac6e..a0500e899b49 100644 --- a/pkgs/servers/nosql/cassandra/2.1.nix +++ b/pkgs/servers/nosql/cassandra/2.1.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://cassandra.apache.org/; description = "A massively scalable open source NoSQL database"; - platforms = with platforms; all; + platforms = platforms.all; license = licenses.asl20; maintainers = with maintainers; [ nckx rushmorem ]; }; diff --git a/pkgs/tools/admin/nxproxy/default.nix b/pkgs/tools/admin/nxproxy/default.nix index ebcd2afd46f6..70e1b55984dd 100644 --- a/pkgs/tools/admin/nxproxy/default.nix +++ b/pkgs/tools/admin/nxproxy/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation { description = "NX compression proxy"; homepage = "http://wiki.x2go.org/doku.php/wiki:libs:nx-libs"; license = licenses.gpl2; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/tools/compression/lz4/default.nix b/pkgs/tools/compression/lz4/default.nix index 1fefc1dcc83a..0ce7e0e33436 100644 --- a/pkgs/tools/compression/lz4/default.nix +++ b/pkgs/tools/compression/lz4/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { ''; homepage = https://code.google.com/p/lz4/; license = with licenses; [ bsd2 gpl2Plus ]; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/tools/compression/pbzip2/default.nix b/pkgs/tools/compression/pbzip2/default.nix index 3c442e221397..ff03b9b30c51 100644 --- a/pkgs/tools/compression/pbzip2/default.nix +++ b/pkgs/tools/compression/pbzip2/default.nix @@ -21,6 +21,6 @@ stdenv.mkDerivation rec { description = "A parallel implementation of bzip2 for multi-core machines"; license = licenses.bsd2; maintainers = with maintainers; [viric]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/compression/xdelta/default.nix b/pkgs/tools/compression/xdelta/default.nix index 407b14a60999..6fdf555986b9 100644 --- a/pkgs/tools/compression/xdelta/default.nix +++ b/pkgs/tools/compression/xdelta/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation { description = "Binary differential compression in VCDIFF (RFC 3284) format"; homepage = http://xdelta.org/; license = licenses.gpl2Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/tools/filesystems/boxfs/default.nix b/pkgs/tools/filesystems/boxfs/default.nix index e82e720c11bd..30bb8d009a06 100644 --- a/pkgs/tools/filesystems/boxfs/default.nix +++ b/pkgs/tools/filesystems/boxfs/default.nix @@ -55,7 +55,7 @@ in stdenv.mkDerivation { ''; homepage = https://github.com/drotiro/boxfs2; license = licenses.gpl3; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix index 8c169f131ed2..1673e69679b4 100644 --- a/pkgs/tools/filesystems/ceph/generic.nix +++ b/pkgs/tools/filesystems/ceph/generic.nix @@ -280,7 +280,7 @@ stdenv.mkDerivation { description = "Distributed storage system"; license = licenses.lgpl21; maintainers = with maintainers; [ ak wkennington ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; passthru.version = version; diff --git a/pkgs/tools/filesystems/mp3fs/default.nix b/pkgs/tools/filesystems/mp3fs/default.nix index 8859aa003ebf..3b6b3c919cd7 100644 --- a/pkgs/tools/filesystems/mp3fs/default.nix +++ b/pkgs/tools/filesystems/mp3fs/default.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { ''; homepage = http://khenriks.github.io/mp3fs/; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/tools/misc/abduco/default.nix b/pkgs/tools/misc/abduco/default.nix index c4515fde5fc4..c9c526bc520f 100644 --- a/pkgs/tools/misc/abduco/default.nix +++ b/pkgs/tools/misc/abduco/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { license = licenses.isc; description = "Allows programs to be run independently from its controlling terminal"; maintainers = with maintainers; [ pSub ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; src = fetchurl { diff --git a/pkgs/tools/misc/clex/default.nix b/pkgs/tools/misc/clex/default.nix index 47eacd9bdb09..996254a54a25 100644 --- a/pkgs/tools/misc/clex/default.nix +++ b/pkgs/tools/misc/clex/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { ''; homepage = http://www.clex.sk; license = licenses.gpl2Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/tools/networking/airfield/default.nix b/pkgs/tools/networking/airfield/default.nix index aad3b769fe28..3c8e96547259 100644 --- a/pkgs/tools/networking/airfield/default.nix +++ b/pkgs/tools/networking/airfield/default.nix @@ -33,7 +33,7 @@ in nodePackages.buildNodePackage rec { license = licenses.mit; homepage = https://github.com/emblica/airfield; maintainers = with maintainers; [offline]; - platforms = with platforms; linux; + platforms = platforms.linux; broken = true; }; } diff --git a/pkgs/tools/networking/bud/default.nix b/pkgs/tools/networking/bud/default.nix index 96003d85218e..46f923df4e9e 100644 --- a/pkgs/tools/networking/bud/default.nix +++ b/pkgs/tools/networking/bud/default.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A TLS terminating proxy"; license = licenses.mit; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ cstrahan ]; }; } diff --git a/pkgs/tools/networking/curl-unix-socket/default.nix b/pkgs/tools/networking/curl-unix-socket/default.nix index 4f0b68ce4bec..985cb0c3015a 100644 --- a/pkgs/tools/networking/curl-unix-socket/default.nix +++ b/pkgs/tools/networking/curl-unix-socket/default.nix @@ -19,6 +19,6 @@ stdenv.mkDerivation { license = licenses.mit; homepage = https://github.com/Soulou/curl-unix-socket; maintainers = with maintainers; [offline]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/networking/driftnet/default.nix b/pkgs/tools/networking/driftnet/default.nix index 432411c1460d..83a26f98d8b6 100644 --- a/pkgs/tools/networking/driftnet/default.nix +++ b/pkgs/tools/networking/driftnet/default.nix @@ -21,6 +21,6 @@ stdenv.mkDerivation rec { description = "Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display."; homepage = https://github.com/deiv/driftnet; maintainers = with maintainers; [ offline ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/networking/hans/default.nix b/pkgs/tools/networking/hans/default.nix index 31a47d2e4414..aecc0bb63fa3 100644 --- a/pkgs/tools/networking/hans/default.nix +++ b/pkgs/tools/networking/hans/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { ''; homepage = http://code.gerade.org/hans/; license = licenses.gpl3Plus; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/tools/networking/netsniff-ng/default.nix b/pkgs/tools/networking/netsniff-ng/default.nix index 121f08c7e553..e39787a4fbb9 100644 --- a/pkgs/tools/networking/netsniff-ng/default.nix +++ b/pkgs/tools/networking/netsniff-ng/default.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation { ''; homepage = http://netsniff-ng.org/; license = licenses.gpl2; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; } diff --git a/pkgs/tools/security/ccid/default.nix b/pkgs/tools/security/ccid/default.nix index 02eee4d7e369..2d17c9e8ba68 100644 --- a/pkgs/tools/security/ccid/default.nix +++ b/pkgs/tools/security/ccid/default.nix @@ -26,6 +26,6 @@ stdenv.mkDerivation rec { homepage = http://pcsclite.alioth.debian.org/; license = licenses.gpl2Plus; maintainers = with maintainers; [ viric wkennington ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/eid-viewer/default.nix b/pkgs/tools/security/eid-viewer/default.nix index ad33975a7d92..c96632537615 100644 --- a/pkgs/tools/security/eid-viewer/default.nix +++ b/pkgs/tools/security/eid-viewer/default.nix @@ -43,6 +43,6 @@ in stdenv.mkDerivation rec { which is required to actually use your eID for authentication or signing. ''; maintainers = with maintainers; [ nckx ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/gpgstats/default.nix b/pkgs/tools/security/gpgstats/default.nix index a04b87c8e313..480ef5bf3e7e 100644 --- a/pkgs/tools/security/gpgstats/default.nix +++ b/pkgs/tools/security/gpgstats/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { homepage = http://www.vanheusden.com/gpgstats/; license = licenses.gpl2; maintainers = with maintainers; [ davidak ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/security/john/default.nix b/pkgs/tools/security/john/default.nix index 24a6782c2065..2e99208fe114 100644 --- a/pkgs/tools/security/john/default.nix +++ b/pkgs/tools/security/john/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2; homepage = https://github.com/magnumripper/JohnTheRipper/; maintainers = with maintainers; [ offline ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/security/knockknock/default.nix b/pkgs/tools/security/knockknock/default.nix index 7cf68d48e18d..6258f2315904 100644 --- a/pkgs/tools/security/knockknock/default.nix +++ b/pkgs/tools/security/knockknock/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { homepage = "http://www.thoughtcrime.org/software/knockknock/"; license = licenses.gpl3; maintainers = with maintainers; [ copumpkin ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/logkeys/default.nix b/pkgs/tools/security/logkeys/default.nix index ab1f2e01f5d8..ba875c04e2ba 100644 --- a/pkgs/tools/security/logkeys/default.nix +++ b/pkgs/tools/security/logkeys/default.nix @@ -22,6 +22,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3; homepage = https://github.com/kernc/logkeys; maintainers = with maintainers; [offline]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/mfcuk/default.nix b/pkgs/tools/security/mfcuk/default.nix index 9d92482f68f1..9a593907a533 100644 --- a/pkgs/tools/security/mfcuk/default.nix +++ b/pkgs/tools/security/mfcuk/default.nix @@ -16,6 +16,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2; homepage = http://code.google.com/p/mfcuk/; maintainers = with maintainers; [ offline ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/security/mfoc/default.nix b/pkgs/tools/security/mfoc/default.nix index f99db572b6c3..a223b3e835ae 100644 --- a/pkgs/tools/security/mfoc/default.nix +++ b/pkgs/tools/security/mfoc/default.nix @@ -18,6 +18,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2; homepage = http://code.google.com/p/mfoc/; maintainers = with maintainers; [ offline ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/security/modsecurity/default.nix b/pkgs/tools/security/modsecurity/default.nix index 5ed6c9ecdc4a..2f3101cffea8 100644 --- a/pkgs/tools/security/modsecurity/default.nix +++ b/pkgs/tools/security/modsecurity/default.nix @@ -40,6 +40,6 @@ stdenv.mkDerivation rec { license = licenses.asl20; homepage = https://www.modsecurity.org/; maintainers = with maintainers; [offline]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/nasty/default.nix b/pkgs/tools/security/nasty/default.nix index 099547c2f321..35bbb3bae48d 100644 --- a/pkgs/tools/security/nasty/default.nix +++ b/pkgs/tools/security/nasty/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { homepage = http://www.vanheusden.com/nasty/; license = licenses.gpl2; maintainers = with maintainers; [ davidak ]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/security/pcsclite/default.nix b/pkgs/tools/security/pcsclite/default.nix index dd33e68c1526..4c96c947f57a 100644 --- a/pkgs/tools/security/pcsclite/default.nix +++ b/pkgs/tools/security/pcsclite/default.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation rec { homepage = http://pcsclite.alioth.debian.org/; license = licenses.bsd3; maintainers = with maintainers; [ viric wkennington ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/pcsctools/default.nix b/pkgs/tools/security/pcsctools/default.nix index 59db6889a578..af0090cdf965 100644 --- a/pkgs/tools/security/pcsctools/default.nix +++ b/pkgs/tools/security/pcsctools/default.nix @@ -35,6 +35,6 @@ in stdenv.mkDerivation rec { homepage = http://ludovic.rousseau.free.fr/softwares/pcsc-tools/; license = licenses.gpl2Plus; maintainers = with maintainers; [ viric ]; - platforms = with platforms; linux; + platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/thc-hydra/default.nix b/pkgs/tools/security/thc-hydra/default.nix index 29c29d6b93af..c06636dc3677 100644 --- a/pkgs/tools/security/thc-hydra/default.nix +++ b/pkgs/tools/security/thc-hydra/default.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation rec { license = licenses.agpl3; homepage = https://www.thc.org/thc-hydra/; maintainers = with maintainers; [offline]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/system/augeas/default.nix b/pkgs/tools/system/augeas/default.nix index 263690728d22..7f35551f2ee9 100644 --- a/pkgs/tools/system/augeas/default.nix +++ b/pkgs/tools/system/augeas/default.nix @@ -16,6 +16,6 @@ stdenv.mkDerivation rec { license = licenses.lgpl2; homepage = http://augeas.net/; maintainers = with maintainers; [offline]; - platforms = with platforms; unix; + platforms = platforms.unix; }; } diff --git a/pkgs/tools/system/dd_rescue/default.nix b/pkgs/tools/system/dd_rescue/default.nix index d90b5d1d2f00..a6bbb48ecb27 100644 --- a/pkgs/tools/system/dd_rescue/default.nix +++ b/pkgs/tools/system/dd_rescue/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A tool to copy data from a damaged block device"; maintainers = with maintainers; [ raskin iElectric ]; - platforms = with platforms; linux; + platforms = platforms.linux; downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/"; inherit version; updateWalker = true; diff --git a/pkgs/tools/system/dog/default.nix b/pkgs/tools/system/dog/default.nix index ce29fc635531..d05e2986204c 100644 --- a/pkgs/tools/system/dog/default.nix +++ b/pkgs/tools/system/dog/default.nix @@ -20,6 +20,6 @@ stdenv.mkDerivation rec { description = "cat replacement"; license = licenses.gpl2Plus; maintainers = with maintainers; [ qknight ]; - platforms = with platforms; all; + platforms = platforms.all; }; } diff --git a/pkgs/tools/system/foremost/default.nix b/pkgs/tools/system/foremost/default.nix index d560fdad51bc..0e502edc2893 100644 --- a/pkgs/tools/system/foremost/default.nix +++ b/pkgs/tools/system/foremost/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { ''; homepage = http://foremost.sourceforge.net/; license = licenses.publicDomain; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/tools/system/ioping/default.nix b/pkgs/tools/system/ioping/default.nix index 54721f7ce73d..bd01dc8377b9 100644 --- a/pkgs/tools/system/ioping/default.nix +++ b/pkgs/tools/system/ioping/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Disk I/O latency measuring tool"; maintainers = with maintainers; [ raskin ]; - platforms = with platforms; unix; + platforms = platforms.unix; license = licenses.gpl3Plus; homepage = https://github.com/koct9i/ioping; }; diff --git a/pkgs/tools/system/iops/default.nix b/pkgs/tools/system/iops/default.nix index 03c1c85ea84d..243325168706 100644 --- a/pkgs/tools/system/iops/default.nix +++ b/pkgs/tools/system/iops/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { homepage = http://www.vanheusden.com/iops/; license = licenses.gpl2; maintainers = with maintainers; davidak; - platforms = with platforms; linux; # build problems on Darwin + platforms = platforms.linux; # build problems on Darwin }; } diff --git a/pkgs/tools/system/tm/default.nix b/pkgs/tools/system/tm/default.nix index c443dc148f13..58036af1a947 100644 --- a/pkgs/tools/system/tm/default.nix +++ b/pkgs/tools/system/tm/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { description = "terminal mixer - multiplexer for the i/o of terminal applications"; license = licenses.gpl2; maintainers = with maintainers; [ viric ]; - platforms = with platforms; all; + platforms = platforms.all; }; } diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix index 3bf4cea09f53..ff2fdfefb059 100644 --- a/pkgs/tools/system/ts/default.nix +++ b/pkgs/tools/system/ts/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { description = "task spooler - batch queue"; license = licenses.gpl2; maintainers = with maintainers; [ viric ]; - platforms = with platforms; all; + platforms = platforms.all; }; } diff --git a/pkgs/tools/system/uptimed/default.nix b/pkgs/tools/system/uptimed/default.nix index 386e80a13762..6e0c2da5c181 100644 --- a/pkgs/tools/system/uptimed/default.nix +++ b/pkgs/tools/system/uptimed/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { ''; homepage = https://github.com/rpodgorny/uptimed/; license = licenses.gpl2; - platforms = with platforms; linux; + platforms = platforms.linux; }; patches = [ ./no-var-spool-install.patch ]; diff --git a/pkgs/tools/text/aha/default.nix b/pkgs/tools/text/aha/default.nix index d1c21e62a66a..60114b7b3f3a 100644 --- a/pkgs/tools/text/aha/default.nix +++ b/pkgs/tools/text/aha/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation { ''; homepage = https://github.com/theZiz/aha; license = with licenses; [ lgpl2Plus mpl11 ]; - platforms = with platforms; linux; + platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; diff --git a/pkgs/tools/text/poedit/default.nix b/pkgs/tools/text/poedit/default.nix index 10822f1809fb..e68b819f59a1 100644 --- a/pkgs/tools/text/poedit/default.nix +++ b/pkgs/tools/text/poedit/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { description = "Cross-platform gettext catalogs (.po files) editor"; homepage = http://www.poedit.net/; license = licenses.mit; - platforms = with platforms; unix; + platforms = platforms.unix; maintainers = with maintainers; [ iElectric ]; }; } diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index bbb4d6d87af2..cad90b3617e7 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -13500,7 +13500,7 @@ let homepage = https://pypi.python.org/pypi/pygit2; description = "A set of Python bindings to the libgit2 shared library"; license = licenses.gpl2; - platforms = with platforms; all; + platforms = platforms.all; }; };