Skip to content

Commit

Permalink
kumi: ugly fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jan 8, 2025
1 parent bb1cdac commit b927e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/kumi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {

preConfigure = ''
mkdir cmake/cpm
cp ${cpm-cmake}/share/cpm/CPM.cmake cmake/cpm/CPM_${cpm-cmake.version}.cmake
cp ${cpm-cmake}/share/cpm/CPM.cmake cmake/cpm/CPM_0.40.2.cmake
'';

cmakeFlags = [
Expand Down

0 comments on commit b927e7d

Please sign in to comment.