brasero: inherit meta in wrapper

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:06:55 +02:00
parent 5c831c7bfe
commit 4269eb17dc
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -12,4 +12,6 @@ in symlinkJoin {
wrapProgram $out/bin/brasero \
--prefix PATH ':' ${binPath}
'';
inherit (brasero-original) meta;
}