Skip to content

Commit

Permalink
[Backport release-24.05] blockbench: remove electron version pin (#33…
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Aug 28, 2024
2 parents 9fa6b92 + b2a845d commit ae2fc9e
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 ae2fc9e

Please sign in to comment.