Skip to content

Commit

Permalink
navidrome: fix cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxe committed Nov 28, 2023
1 parent 010c729 commit a38e092
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 a38e092

Please sign in to comment.