mirage: fix build failure

This commit is contained in:
Fabian Möller
2019-08-30 14:50:52 +02:00
parent f1f50c10e5
commit 00ab4f8c80

View File

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