forked from mirrors/nixpkgs
remove pointless passthru meta
This commit is contained in:
parent
5040ae0ccf
commit
bc6e2e9c36
|
@ -29,5 +29,4 @@ stdenv.mkDerivation rec {
|
|||
|
||||
platforms = stdenv.lib.platforms.gnu;
|
||||
};
|
||||
passthru = { inherit meta; };
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue