mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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:
parent
daaf50fbdf
commit
5b316ed476
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue