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;
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
};
|
};
|
||||||
passthru = { inherit meta; };
|
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
ln -s libsepol.so.1 $out/lib/libsepol.so
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://userspace.selinuxproject.org;
|
homepage = http://userspace.selinuxproject.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user