nixgl: ensure makeWrapper is present during build
Co-authored-by: V. <150687949+vigress8@users.noreply.github.com>
This commit is contained in:
parent
378f5e3733
commit
2641ad375c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue