This commit is contained in:
LuoChen 2024-06-05 17:21:16 +08:00
parent 57610d2f8f
commit f96126d678
No known key found for this signature in database

View File

@ -29,11 +29,9 @@ mkDerivation rec {
src = fetchurl {
url = "http://www.ffado.org/files/libffado-${version}.tgz";
hash = "sha256-f0x561ehKw6uMSri0RZip+v1JHZuhixtywl0PVU/N44=";
hash = "sha256-0iFXYyGctOoHCdc232Ud80/wV81tiS7ItiS0uLKyq2Y=";
};
sourceRoot = "libffado-${version}/libffado";
prePatch = ''
substituteInPlace ./support/tools/ffado-diag.in \
--replace /lib/modules/ "/run/booted-system/kernel-modules/lib/modules/"