mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
attr: Add platforms
This commit is contained in:
parent
40879a95ee
commit
3a98ff3c21
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://savannah.nongnu.org/projects/attr/;
|
homepage = http://savannah.nongnu.org/projects/attr/;
|
||||||
description = "Library and tools for manipulating extended attributes";
|
description = "Library and tools for manipulating extended attributes";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user