forked from mirrors/nixpkgs
pipelight: fix build
I removed the "propagatedbuildInputs" line because it's misspelled, and so will never have worked. Nobody seems to have complained, so presumably wasn't necessary.
This commit is contained in:
parent
b3e3daeeba
commit
349872f778
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue