about summary refs log tree commit diff
path: root/pkgs/tools/misc/abduco
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:29:29 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:30:43 +0100
commit7fd2796e994842e7c7998ad81d7815838b0226fe (patch)
tree3e2e0c16c76ee468e501fa91d9068004923a1a39 /pkgs/tools/misc/abduco
parent8ca605fccb1760e06cf79b2898e05b63848e434c (diff)
Replace 'with plaforms; platform' with 'platforms.platform'
Diffstat (limited to 'pkgs/tools/misc/abduco')
-rw-r--r--pkgs/tools/misc/abduco/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/abduco/default.nix b/pkgs/tools/misc/abduco/default.nix
index c4515fde5fc46..c9c526bc520f3 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 {