mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
Merge pull request #365 from reinthal/main
fix(nix): fix package rename asar
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -20,11 +20,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1774701658,
|
||||
"narHash": "sha256-CIS/4AMUSwUyC8X5g+5JsMRvIUL3YUfewe8K4VrbsSQ=",
|
||||
"lastModified": 1774855581,
|
||||
"narHash": "sha256-YkreHeMgTCYvJ5fESV0YyqQK49bHGe2B51tH6claUh4=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b63fe7f000adcfa269967eeff72c64cafecbbebe",
|
||||
"rev": "15c6719d8c604779cf59e03c245ea61d3d7ab69b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
icoutils,
|
||||
imagemagick,
|
||||
nodejs,
|
||||
nodePackages,
|
||||
asar,
|
||||
makeDesktopItem,
|
||||
python3,
|
||||
bash,
|
||||
@@ -61,7 +61,7 @@ stdenvNoCC.mkDerivation {
|
||||
nativeBuildInputs = [
|
||||
p7zip
|
||||
nodejs
|
||||
nodePackages.asar
|
||||
asar
|
||||
icoutils
|
||||
imagemagick
|
||||
bash
|
||||
|
||||
Reference in New Issue
Block a user