acl: Add platforms

+1
+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"; 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 }