Loading pkgs/by-name/en/ente-desktop/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { # Path to vips (otherwise it looks within the electron derivation) postPatch = '' substituteInPlace src/main/services/image.ts src/main.ts \ --replace-fail "process.resourcesPath" '"$out/share/ente-desktop/resources"' --replace-fail "process.resourcesPath" "\"$out/share/ente-desktop/resources\"" ''; postConfigure = '' Loading Loading
pkgs/by-name/en/ente-desktop/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { # Path to vips (otherwise it looks within the electron derivation) postPatch = '' substituteInPlace src/main/services/image.ts src/main.ts \ --replace-fail "process.resourcesPath" '"$out/share/ente-desktop/resources"' --replace-fail "process.resourcesPath" "\"$out/share/ente-desktop/resources\"" ''; postConfigure = '' Loading