tinyalsa: fix build with cmake4 (#453936)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user