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 GitHub
parent 378f5e3733
commit 2641ad375c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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