rambox: inherit meta from bare derivation

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:19:13 +02:00
parent f6b1f03f34
commit fec4795f00
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -37,4 +37,6 @@ stdenv.mkDerivation {
mkdir -p $out/share/applications
ln -s ${desktopItem}/share/applications/* $out/share/applications
'';
inherit (rambox-bare) meta;
}