megasync: avoid double wrapping

This commit is contained in:
Arne Keller
2025-01-01 12:57:47 +01:00
committed by GitHub
parent f6bb4417aa
commit b0ad8eafb0

View File

@@ -122,8 +122,8 @@ mkDerivation rec {
(lib.cmakeBool "ENABLE_DESIGN_TOKENS_IMPORTER" false) # cannot be fetched (lib.cmakeBool "ENABLE_DESIGN_TOKENS_IMPORTER" false) # cannot be fetched
]; ];
postInstall = '' preFixup = ''
wrapProgram $out/bin/megasync --prefix PATH : ${lib.makeBinPath [ xorg.xrdb ]} qtWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ xorg.xrdb ]})
''; '';
meta = with lib; { meta = with lib; {