about summary refs log tree commit diff
path: root/pkgs/tools/networking/curl-unix-socket
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/networking/curl-unix-socket
parent8ca605fccb1760e06cf79b2898e05b63848e434c (diff)
Replace 'with plaforms; platform' with 'platforms.platform'
Diffstat (limited to 'pkgs/tools/networking/curl-unix-socket')
-rw-r--r--pkgs/tools/networking/curl-unix-socket/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/curl-unix-socket/default.nix b/pkgs/tools/networking/curl-unix-socket/default.nix
index 4f0b68ce4bece..985cb0c3015a5 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;
   };
 }