fix typo postInstall

This commit is contained in:
Clément DOUIN
2024-11-25 11:26:30 +01:00
parent abbd67e5e1
commit d826d8ddde
+1 -1
View File
@@ -73,7 +73,7 @@ himalaya.overrideAttrs (drv: {
propagatedBuildInputs = drv.propagatedBuildInputs
++ lib.optional hostPlatform.isWindows empty-libgcc_eh;
postInstall = (builtins.trace drv drv).postInstall ++ lib.optionalString hostPlatform.isWindows ''
postInstall = (builtins.trace drv drv).postInstall + lib.optionalString hostPlatform.isWindows ''
export WINEPREFIX="$(${lib.getExe' pkgs.buildPackages.mktemp "mktemp"} -d)"
'' + ''
mkdir -p $out/bin/share/{applications,completions,man,services}