mission-center: avoid double wrapping (#468282)
This commit is contained in:
@@ -179,8 +179,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
versionCheckProgram = "${placeholder "out"}/bin/missioncenter";
|
||||
doInstallCheck = true;
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/missioncenter \
|
||||
"''${gappsWrapperArgs[@]}"
|
||||
|
||||
wrapProgram $out/bin/missioncenter-magpie \
|
||||
"''${gappsWrapperArgs[@]}" \
|
||||
--prefix LD_LIBRARY_PATH : "${
|
||||
lib.makeLibraryPath [
|
||||
# Make sure libGL libvulkan can be found by dlopen()
|
||||
|
||||
Reference in New Issue
Block a user