mirage: fix build failure

This commit is contained in:
Fabian Möller 2019-08-30 14:50:52 +02:00
parent f1f50c10e5
commit 00ab4f8c80
No known key found for this signature in database
GPG key ID: 70B29D65DD8A7E31

View file

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