1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-01 08:49:44 +01:00

nixgl: ensure makeWrapper is present during build

Co-authored-by: V. <150687949+vigress8@users.noreply.github.com>
This commit is contained in:
Mel Bourgeois 2024-06-26 21:16:22 -05:00 committed by Robert Helgesson
parent 199cf5634c
commit d0c036ca49
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -35,7 +35,7 @@ in {
# a new debug output to be produced. We won't be producing any debug info
# for the original package.
separateDebugInfo = false;
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ pkgs.makeWrapper ];
buildCommand = ''
set -eo pipefail