Merge pull request #76511 from alyssais/pipelight

pipelight: fix build
This commit is contained in:
Maximilian Bosch
2019-12-26 01:48:46 +01:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
buildInputs = [ wine_custom libX11 libGLU libGL curl ];
propagatedbuildInputs = [ curl cabextract ];
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
patches = [ ./pipelight.patch ];