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
commit 0201822cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];