Loading pkgs/by-name/al/alure2/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation { libsndfile ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { description = "Utility library for OpenAL, providing a C++ API and managing common tasks that include file loading, caching, and streaming"; homepage = "https://github.com/kcat/alure"; Loading Loading
pkgs/by-name/al/alure2/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation { libsndfile ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { description = "Utility library for OpenAL, providing a C++ API and managing common tasks that include file loading, caching, and streaming"; homepage = "https://github.com/kcat/alure"; Loading