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:
[eureka@nixos] 2025-05-20 15:51:54 -07:00 committed by GitHub
commit 64ca98a15b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ in
system-manager =
pkgs.runCommand "system-manager"
{
nativeBuildInputs = [ pkgs.makeBinaryWrapper ];
nativeBuildInputs = [ pkgs.pkgsBuildHost.makeBinaryWrapper ];
}
''
makeWrapper \