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:
Alyssa Ross 2019-12-25 16:03:20 +00:00
parent b3e3daeeba
commit 349872f778
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

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