mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
electron.headers: use gzip instead of xz compression (#275628)
node-gyp can't unpack XZ. Fixes https://github.com/NixOS/nixpkgs/issues/275627
This commit is contained in:
parent
6b25f0686e
commit
586070ede3
@ -183,7 +183,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
|
||||
passthru = {
|
||||
inherit info;
|
||||
headers = stdenv.mkDerivation rec {
|
||||
name = "node-v${info.node}-headers.tar.xz";
|
||||
name = "node-v${info.node}-headers.tar.gz";
|
||||
nativeBuildInputs = [ python3 ];
|
||||
src = fetchdep info.deps."src/third_party/electron_node";
|
||||
buildPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user