3
0
Fork 0
forked from mirrors/nixpkgs

attr: Add platforms

This commit is contained in:
Tuomas Tynkkynen 2016-02-03 03:57:52 +02:00
parent 40879a95ee
commit 3a98ff3c21

View file

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://savannah.nongnu.org/projects/attr/;
description = "Library and tools for manipulating extended attributes";
platforms = stdenv.lib.platforms.linux;
};
}