tiscamera: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/156249703
This commit is contained in:
parent
518865059a
commit
5f56cd5406
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
, python3Packages
|
||||
, libuuid
|
||||
, wrapGAppsHook
|
||||
, catch2
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -30,6 +31,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0hpy9yhc4mn6w8gvzwif703smmcys0j2jqbz2xfghqxcyb0ykplj";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
cp ${catch2}/include/catch2/catch.hpp external/catch/catch.hpp
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue