summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/brasero
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-05 16:06:55 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-05 16:06:55 +0200
commit4269eb17dc6a2067269737f0f06e7073c02cb657 (patch)
tree1c786f8fa0d91d1158c734a05277d6ab2c418860 /pkgs/tools/cd-dvd/brasero
parent5c831c7bfe1966b7d3c72266ca1c0c38c9f761ad (diff)
downloadnixpkgs-4269eb17dc6a2067269737f0f06e7073c02cb657.tar
nixpkgs-4269eb17dc6a2067269737f0f06e7073c02cb657.tar.gz
nixpkgs-4269eb17dc6a2067269737f0f06e7073c02cb657.tar.bz2
nixpkgs-4269eb17dc6a2067269737f0f06e7073c02cb657.tar.lz
nixpkgs-4269eb17dc6a2067269737f0f06e7073c02cb657.tar.xz
nixpkgs-4269eb17dc6a2067269737f0f06e7073c02cb657.tar.zst
nixpkgs-4269eb17dc6a2067269737f0f06e7073c02cb657.zip
brasero: inherit meta in wrapper
see issue #43716
Diffstat (limited to 'pkgs/tools/cd-dvd/brasero')
-rw-r--r--pkgs/tools/cd-dvd/brasero/wrapper.nix2
1 files changed, 2 insertions, 0 deletions
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;
 }