Loading pkgs/by-name/ti/tinyalsa/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation { "-Wno-error=sign-compare" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 3.1)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://github.com/tinyalsa/tinyalsa"; description = "Tiny library to interface with ALSA in the Linux kernel"; Loading Loading
pkgs/by-name/ti/tinyalsa/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation { "-Wno-error=sign-compare" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 3.1)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://github.com/tinyalsa/tinyalsa"; description = "Tiny library to interface with ALSA in the Linux kernel"; Loading