Skip to content

Commit

Permalink
edm4eic: don't limit podio version
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 19, 2024
1 parent 6dbfe3b commit 0470541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/edm4eic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ stdenv.mkDerivation rec {

src = edm4eic-src;

postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-warn "find_package(podio 0.15)" "find_package(podio)"
'';

nativeBuildInputs = [
cmake
python3
Expand Down

0 comments on commit 0470541

Please sign in to comment.