summary refs log tree commit diff
path: root/pkgs/tools/networking/cadaver
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-08-09 12:13:44 +0200
committerLuca Bruno <lucabru@src.gnome.org>2014-08-09 12:29:26 +0200
commitba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7 (patch)
tree6ae4f5d9b78a3abe5fe1ddb70f86a286f97f7192 /pkgs/tools/networking/cadaver
parente9aadfd807654c4f01f09c98c553f781107e3fbe (diff)
downloadnixpkgs-ba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7.tar
nixpkgs-ba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7.tar.gz
nixpkgs-ba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7.tar.bz2
nixpkgs-ba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7.tar.lz
nixpkgs-ba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7.tar.xz
nixpkgs-ba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7.tar.zst
nixpkgs-ba2da1fa6c13ce7e5f5bf0fea9e3f8935aef31e7.zip
cadaver: mark as unsupported on darwin
Diffstat (limited to 'pkgs/tools/networking/cadaver')
-rw-r--r--pkgs/tools/networking/cadaver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/cadaver/default.nix b/pkgs/tools/networking/cadaver/default.nix
index 83073df0a98..a37bf2d0a56 100644
--- a/pkgs/tools/networking/cadaver/default.nix
+++ b/pkgs/tools/networking/cadaver/default.nix
@@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
     homepage    = http://www.webdav.org/cadaver;
     maintainers = with maintainers; [ ianwookim ];
     license     = licenses.gpl2;
-    platforms   = platforms.unix;
+    platforms   = with platforms; linux ++ freebsd ++ openbsd;
   };
 }