Merge #12783: add some meta.platforms attributes

This commit is contained in:
Vladimír Čunát
2016-02-03 09:10:19 +01:00
4 changed files with 4 additions and 2 deletions

View File

@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://savannah.nongnu.org/projects/acl;
description = "Library and tools for manipulating access control lists";
platforms = stdenv.lib.platforms.linux;
};
}

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;
};
}