simplenes: use sfml_2

This commit is contained in:
Gaetan Lepage
2025-03-07 23:37:13 +01:00
parent c4be0be5f7
commit 2fe0f0563b

View File

@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
cmake,
sfml,
sfml_2,
}:
stdenv.mkDerivation {
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ sfml ];
buildInputs = [ sfml_2 ];
installPhase = ''
runHook preInstall