mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
navidrome: fix cross-compilation
This commit is contained in:
parent
010c7296f3
commit
a38e092e21
@ -1,4 +1,5 @@
|
||||
{ buildGoModule
|
||||
, buildPackages
|
||||
, fetchFromGitHub
|
||||
, fetchNpmDeps
|
||||
, lib
|
||||
@ -37,7 +38,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
buildPackages.makeWrapper
|
||||
nodejs
|
||||
npmHooks.npmConfigHook
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user