blueman: Fix double wrapping (#541073)
This commit is contained in:
@@ -76,6 +76,8 @@ stdenv.mkDerivation rec {
|
||||
(lib.enableFeature withPulseAudio "pulseaudio")
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--prefix PATH ':' ${
|
||||
lib.makeBinPath [
|
||||
@@ -85,6 +87,7 @@ stdenv.mkDerivation rec {
|
||||
]
|
||||
}"
|
||||
"--suffix PATH ':' ${lib.makeBinPath [ xdg-utils ]}"
|
||||
"\${gappsWrapperArgs[@]}"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
|
||||
Reference in New Issue
Block a user