mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
[Backport release-25.05] ente-desktop: fix literal inclusion of '$out' (#410215)
ente-desktop: fix literal inclusion of '$out' (#410214)
(cherry picked from commit 766a203ac7)
Co-authored-by: oddlama <oddlama@oddlama.org>
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user