Loading pkgs/by-name/ie/ieda/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,12 @@ let }) ]; postPatch = '' # Patch for boost1.89, should be removed after upstream update: https://gitee.com/oscc-project/iEDA/pulls/92 sed -i '1i find_package(Boost REQUIRED)' src/operation/iPA/test/CMakeLists.txt sed -i 's/boost_system/Boost::headers/g' src/operation/iPA/test/CMakeLists.txt ''; dontBuild = true; dontFixup = true; installPhase = '' Loading Loading
pkgs/by-name/ie/ieda/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,12 @@ let }) ]; postPatch = '' # Patch for boost1.89, should be removed after upstream update: https://gitee.com/oscc-project/iEDA/pulls/92 sed -i '1i find_package(Boost REQUIRED)' src/operation/iPA/test/CMakeLists.txt sed -i 's/boost_system/Boost::headers/g' src/operation/iPA/test/CMakeLists.txt ''; dontBuild = true; dontFixup = true; installPhase = '' Loading