Merge pull request #67765 from B4dM4n/mirage-build

mirage: fix build failure
This commit is contained in:
worldofpeace 2019-08-30 12:02:27 -04:00 committed by GitHub
commit 38c209d26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ pythonPackages.buildPythonApplication rec {
doCheck = false;
nativeBuildInputs = [ gettext ];
buildInputs = [ stdenv libX11 gettext ];
patchPhase = ''