lua*Packages.cqueues: fix internal version number

It's a workaround for now, until we know more.  See upstream ticket.
This commit is contained in:
Vladimír Čunát 2019-04-23 10:52:43 +02:00
parent daaf50fbdf
commit 5b316ed476
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -177,6 +177,9 @@ with self; {
preConfigure = ''export prefix=$out'';
# https://github.com/wahern/cqueues/issues/216
NIX_CFLAGS_COMPILE = [ "-DCQUEUES_VERSION=${version}" ];
nativeBuildInputs = [ gnum4 ];
buildInputs = [ openssl ];