Skip to content

Commit

Permalink
Merge pull request #261215 from erdnaxe/navidrome-fix
Browse files Browse the repository at this point in the history
navidrome: fix cross-compilation
  • Loading branch information
mweinelt authored Dec 17, 2023
2 parents 98d49cc + a38e092 commit 7ed419e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/servers/misc/navidrome/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ buildGoModule
, buildPackages
, fetchFromGitHub
, fetchNpmDeps
, lib
Expand Down Expand Up @@ -37,7 +38,7 @@ buildGoModule rec {
};

nativeBuildInputs = [
makeWrapper
buildPackages.makeWrapper
nodejs
npmHooks.npmConfigHook
pkg-config
Expand Down

0 comments on commit 7ed419e

Please sign in to comment.