3
0
Fork 0
forked from mirrors/nixpkgs

libunistring: Build on all platforms.

svn path=/nixpkgs/trunk/; revision=19951
This commit is contained in:
Ludovic Courtès 2010-02-12 13:40:53 +00:00
parent f2b0c5a6fa
commit 76494a3029

View file

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
license = "LGPLv3+";
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.all;
};
}