From 1b51c304ab82ec47a4132ec99cfda44c71c29f6b Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 5 Jan 2011 10:07:42 +0000 Subject: [PATCH] do not build convmv on darwin svn path=/nixpkgs/trunk/; revision=25414 --- pkgs/tools/misc/convmv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/convmv/default.nix b/pkgs/tools/misc/convmv/default.nix index c49e25a4dc57..a4b84f13507c 100644 --- a/pkgs/tools/misc/convmv/default.nix +++ b/pkgs/tools/misc/convmv/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { buildInputs = [ perl ]; meta = with stdenv.lib; { - platforms = platforms.all; + platforms = platforms.linux ++ platforms.freebsd ++ platforms.cygwin; maintainers = [ maintainers.urkud ]; }; }