From 676daf652991ae32c76f98653bf60d2b30d16de2 Mon Sep 17 00:00:00 2001 From: Ian-Woo Kim Date: Thu, 31 Jul 2014 13:51:31 +0200 Subject: [PATCH] cadaver: change to platform.unix and specify licence (gpl2) --- pkgs/tools/networking/cadaver/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/networking/cadaver/default.nix b/pkgs/tools/networking/cadaver/default.nix index 3fed3600b08a..83073df0a98f 100644 --- a/pkgs/tools/networking/cadaver/default.nix +++ b/pkgs/tools/networking/cadaver/default.nix @@ -12,6 +12,7 @@ stdenv.mkDerivation rec { description = "A command-line WebDAV client for Unix"; homepage = http://www.webdav.org/cadaver; maintainers = with maintainers; [ ianwookim ]; - platforms = platforms.all; + license = licenses.gpl2; + platforms = platforms.unix; }; }