Merge pull request #67765 from B4dM4n/mirage-build
mirage: fix build failure
This commit is contained in:
commit
38c209d26e
@ -11,6 +11,8 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
nativeBuildInputs = [ gettext ];
|
||||||
|
|
||||||
buildInputs = [ stdenv libX11 gettext ];
|
buildInputs = [ stdenv libX11 gettext ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user