klibcShrunk: add meta data

This commit is contained in:
Markus Kowalewski 2020-06-30 21:04:56 +02:00
parent fc47c7b883
commit b2cfe47647
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -22,7 +22,5 @@ stdenv.mkDerivation {
''; # */
allowedReferences = ["out"];
meta = {
platforms = stdenv.lib.platforms.linux;
};
inherit (klibc) meta;
}