summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-08-22 22:06:45 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-08-22 22:06:45 +0200
commit6c97e9ef722e60d93b843254cd90591ed26bda97 (patch)
tree0caf1c064fe33112dcba5cddf91255e63f9d0c0f /pkgs/tools
parent3f928466df1b03735e6bf44ed63847c5718f317b (diff)
downloadnixlib-6c97e9ef722e60d93b843254cd90591ed26bda97.tar
nixlib-6c97e9ef722e60d93b843254cd90591ed26bda97.tar.gz
nixlib-6c97e9ef722e60d93b843254cd90591ed26bda97.tar.bz2
nixlib-6c97e9ef722e60d93b843254cd90591ed26bda97.tar.lz
nixlib-6c97e9ef722e60d93b843254cd90591ed26bda97.tar.xz
nixlib-6c97e9ef722e60d93b843254cd90591ed26bda97.tar.zst
nixlib-6c97e9ef722e60d93b843254cd90591ed26bda97.zip
duply: platforms.unix -> platforms.linux
Dependency ncftp fails to build on freebsd and darwin.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/backup/duply/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/duply/default.nix b/pkgs/tools/backup/duply/default.nix
index affedcae73a0..5e95ede695cd 100644
--- a/pkgs/tools/backup/duply/default.nix
+++ b/pkgs/tools/backup/duply/default.nix
@@ -34,6 +34,6 @@ stdenv.mkDerivation {
     homepage = http://duply.net/;
     license = licenses.gpl2;
     maintainers = [ maintainers.bjornfor ];
-    platforms = platforms.unix;
+    platforms = platforms.linux;
   };
 }