From 4269eb17dc6a2067269737f0f06e7073c02cb657 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 5 Aug 2018 16:06:55 +0200 Subject: brasero: inherit meta in wrapper see issue #43716 --- pkgs/tools/cd-dvd/brasero/wrapper.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/cd-dvd/brasero') diff --git a/pkgs/tools/cd-dvd/brasero/wrapper.nix b/pkgs/tools/cd-dvd/brasero/wrapper.nix index 839cc1d604e..7f97209a4aa 100644 --- a/pkgs/tools/cd-dvd/brasero/wrapper.nix +++ b/pkgs/tools/cd-dvd/brasero/wrapper.nix @@ -12,4 +12,6 @@ in symlinkJoin { wrapProgram $out/bin/brasero \ --prefix PATH ':' ${binPath} ''; + + inherit (brasero-original) meta; } -- cgit 1.4.1