qdl: 2.4 -> 2.5 (#495002)

This commit is contained in:
@mjones
2026-02-28 07:07:38 +00:00
committed by GitHub
+2 -7
View File
@@ -1,5 +1,4 @@
{
lib,
stdenv,
fetchFromGitHub,
@@ -11,19 +10,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdl";
version = "2.4";
version = "2.5";
src = fetchFromGitHub {
owner = "linux-msm";
repo = "qdl";
tag = "v${finalAttrs.version}";
hash = "sha256-8jkuSNK7xTBUkBWzh766zKOlh+7pTr+e0xT1w3xifsw=";
hash = "sha256-k6PMiKPwdV3eOFm9FEQPMbyN73DypAZ/UgwOR6aigHA=";
};
postPatch = ''
substituteInPlace Makefile --replace-fail 'pkg-config' '${stdenv.cc.targetPrefix}pkg-config'
'';
nativeBuildInputs = [ pkg-config ];
buildInputs = [
libxml2