3
0
Fork 0
forked from mirrors/nixpkgs

remove pointless passthru meta

This commit is contained in:
Domen Kožar 2014-01-09 21:44:21 +01:00
parent 5040ae0ccf
commit bc6e2e9c36
2 changed files with 1 additions and 2 deletions

View file

@ -29,5 +29,4 @@ stdenv.mkDerivation rec {
platforms = stdenv.lib.platforms.gnu;
};
passthru = { inherit meta; };
}

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
ln -s libsepol.so.1 $out/lib/libsepol.so
'';
passthru = { inherit se_release se_url meta; };
passthru = { inherit se_release se_url; };
meta = with stdenv.lib; {
homepage = http://userspace.selinuxproject.org;