mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
musicfree-desktop: pin electron version
(cherry picked from commit a4749ee3c3)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
copyDesktopItems,
|
||||
makeWrapper,
|
||||
nix-update-script,
|
||||
electron,
|
||||
electron_41,
|
||||
python3,
|
||||
nodejs,
|
||||
vips,
|
||||
@@ -16,7 +16,9 @@
|
||||
xcodebuild,
|
||||
zip,
|
||||
}:
|
||||
|
||||
let
|
||||
electron = electron_41;
|
||||
in
|
||||
buildNpmPackage (finalAttrs: {
|
||||
pname = "musicfree-desktop";
|
||||
version = "0.0.8";
|
||||
|
||||
Reference in New Issue
Block a user