remove pointless passthru meta

This commit is contained in:
Domen Kožar
2014-01-10 01:45:35 +01:00
parent 5040ae0ccf
commit bc6e2e9c36
2 changed files with 1 additions and 2 deletions
@@ -29,5 +29,4 @@ stdenv.mkDerivation rec {
platforms = stdenv.lib.platforms.gnu;
};
passthru = { inherit meta; };
}
+1 -1
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;