Merge pull request #229 from nickecurran/nickecurran/fix-cross-compilation
Fix cross compilation by using pkgs from the build host when creating the binary wrapper for system-manager app.
This commit is contained in:
commit
64ca98a15b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ in
|
||||||
system-manager =
|
system-manager =
|
||||||
pkgs.runCommand "system-manager"
|
pkgs.runCommand "system-manager"
|
||||||
{
|
{
|
||||||
nativeBuildInputs = [ pkgs.makeBinaryWrapper ];
|
nativeBuildInputs = [ pkgs.pkgsBuildHost.makeBinaryWrapper ];
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
makeWrapper \
|
makeWrapper \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue