mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
podman-desktop: use electron.dist
This commit is contained in:
parent
e436eb9dfa
commit
bc04f75308
|
@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
yarn --offline run build
|
||||
yarn --offline run electron-builder --dir \
|
||||
--config .electron-builder.config.cjs \
|
||||
-c.electronDist=${electron}/libexec/electron \
|
||||
-c.electronDist=${electron.dist} \
|
||||
-c.electronVersion=${electron.version}
|
||||
|
||||
runHook postBuild
|
||||
|
|
Loading…
Reference in a new issue