Fix cross compilation issue by explicitly using makeBinaryWrapper from
pkgsBuildHost
This commit is contained in:
parent
803322102e
commit
c17203c23a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ in
|
|||
system-manager =
|
||||
pkgs.runCommand "system-manager"
|
||||
{
|
||||
nativeBuildInputs = [ pkgs.makeBinaryWrapper ];
|
||||
nativeBuildInputs = [ pkgs.pkgsBuildHost.makeBinaryWrapper ];
|
||||
}
|
||||
''
|
||||
makeWrapper \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue