Merge pull request #172841 from LeSuisse/compactor-zhf
compactor: fix the build
This commit is contained in:
commit
58ced8bc85
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, stdenv, fetchFromGitHub
|
{ lib, stdenv, fetchFromGitHub
|
||||||
, asciidoctor, autoreconfHook, pkg-config
|
, asciidoctor, autoreconfHook, pkg-config
|
||||||
, boost, libctemplate, libmaxminddb, libpcap, libtins, openssl, protobuf, xz, zlib
|
, boost, libctemplate, libmaxminddb, libpcap, libtins, openssl, protobuf, xz, zlib, catch2
|
||||||
, cbor-diag, cddl, diffutils, file, mktemp, netcat, tcpdump, wireshark-cli
|
, cbor-diag, cddl, diffutils, file, mktemp, netcat, tcpdump, wireshark-cli
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs test-scripts/
|
patchShebangs test-scripts/
|
||||||
|
cp ${catch2}/include/catch2/catch.hpp tests/catch.hpp
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue