nettee: fix build with cmake4
This commit is contained in:
@@ -17,6 +17,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
patches = [ ./fix-cmake-output.patch ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace-fail "cmake_minimum_required (VERSION 2.8)" "cmake_minimum_required (VERSION 3.10)"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
# additional shell scripts require accudate (not in nixpkgs)
|
||||
|
||||
Reference in New Issue
Block a user