We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41547a0 + d773d1e commit f025232Copy full SHA for f025232
1 file changed
pkgs/by-name/ko/koboredux/package.nix
@@ -65,7 +65,14 @@ stdenv.mkDerivation rec {
65
})
66
];
67
68
- postPatch = optionalString useProprietaryAssets ''
+ postPatch = ''
69
+ # CMake 4 support
70
+ # https://github.com/olofson/koboredux/pull/562
71
+ substituteInPlace CMakeLists.txt --replace-fail \
72
+ 'cmake_minimum_required(VERSION 2.8)' \
73
+ 'cmake_minimum_required(VERSION 2.8...4.1)'
74
+ ''
75
+ + optionalString useProprietaryAssets ''
76
cp -r ../koboredux-${version}-Linux/sfx/redux data/sfx/
77
cp -r ../koboredux-${version}-Linux/gfx/redux data/gfx/
78
cp -r ../koboredux-${version}-Linux/gfx/redux_fullscreen data/gfx/
0 commit comments