non-Linux platforms: extend to some important pkgs

This commit is contained in:
Vladimír Čunát
2013-06-18 22:02:52 +02:00
parent 3cba755596
commit 2058d95eb4
9 changed files with 10 additions and 5 deletions

View File

@@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://curl.haxx.se/";
description = "A command line tool for transferring files with URL syntax";
platforms = stdenv.lib.platforms.all;
};
}