Skip to content

Commit

Permalink
build-scripts/shell-electron: Pin electron version.
Browse files Browse the repository at this point in the history
The bin version is used since only this one is supported on x8_64-darwin.

See NixOS/nixpkgs#296156.
  • Loading branch information
aadcg committed Mar 25, 2024
1 parent 6fa0f6d commit dd16984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/shell-electron.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation {
pkgs.pkg-config.out
];

buildInputs = [ electron ];
buildInputs = [ electron_29-bin ];

LD_LIBRARY_PATH = with lib; "${makeLibraryPath [ pkgs.libfixposix.out
pkgs.sqlite.out
Expand Down

0 comments on commit dd16984

Please sign in to comment.