mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
acl: Add platforms
This commit is contained in:
parent
421989fb5a
commit
40879a95ee
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user