forked from mirrors/nixpkgs
klibcShrunk: add meta data
This commit is contained in:
parent
fc47c7b883
commit
b2cfe47647
|
@ -22,7 +22,5 @@ stdenv.mkDerivation {
|
||||||
''; # */
|
''; # */
|
||||||
allowedReferences = ["out"];
|
allowedReferences = ["out"];
|
||||||
|
|
||||||
meta = {
|
inherit (klibc) meta;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue