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