tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
acl: Add platforms
Tuomas Tynkkynen
10 years ago
40879a95
421989fb
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
acl
default.nix
+1
pkgs/development/libraries/acl/default.nix
···
25
meta = {
26
homepage = http://savannah.nongnu.org/projects/acl;
27
description = "Library and tools for manipulating access control lists";
0
28
};
29
}
···
25
meta = {
26
homepage = http://savannah.nongnu.org/projects/acl;
27
description = "Library and tools for manipulating access control lists";
28
+
platforms = stdenv.lib.platforms.linux;
29
};
30
}