idk this should fix a bad path

This commit is contained in:
Whovian NTSN 2024-06-01 15:39:59 -04:00
parent 126b726974
commit d249583cff
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation {
--replace-fail "SCMP_SYS(write)," \ --replace-fail "SCMP_SYS(write)," \
"SCMP_SYS(write), SCMP_SYS(getdents64)," "SCMP_SYS(write), SCMP_SYS(getdents64),"
substituteInPlace "src/rp-stub/CMakeLists.txt" \ substituteInPlace "src/rp-stub/CMakeLists.txt" \
--replace-fail "{CMAKE_INSTALL_PREFIX}/" "" --replace-fail "{CMAKE_INSTALL_PREFIX}/\$" ""
''; '';
meta = { meta = {