Loading pkgs/by-name/co/colobot/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,12 @@ stdenv.mkDerivation (finalAttrs: { }) ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail 'find_package(Boost COMPONENTS system filesystem regex REQUIRED)' \ 'find_package(Boost COMPONENTS filesystem regex REQUIRED)' ''; nativeBuildInputs = [ cmake xmlstarlet Loading Loading
pkgs/by-name/co/colobot/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,12 @@ stdenv.mkDerivation (finalAttrs: { }) ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail 'find_package(Boost COMPONENTS system filesystem regex REQUIRED)' \ 'find_package(Boost COMPONENTS filesystem regex REQUIRED)' ''; nativeBuildInputs = [ cmake xmlstarlet Loading