Skip to content

Commit

Permalink
blockbench: remove electron version pin
Browse files Browse the repository at this point in the history
(cherry picked from commit 44d3de2)
  • Loading branch information
TomaSajt authored and github-actions[bot] committed Aug 27, 2024
1 parent 72b6efd commit b2a845d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/bl/blockbench/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
imagemagick,
copyDesktopItems,
makeDesktopItem,
electron_28,
electron
}:

let
electron = electron_28;
electronDist = "${electron}/${if stdenv.isDarwin then "Applications" else "libexec/electron"}";
in
buildNpmPackage rec {
Expand Down

0 comments on commit b2a845d

Please sign in to comment.