pnmixer: remove unused pcre dependency (#534134)

This commit is contained in:
isabel
2026-07-14 09:41:00 +00:00
committed by GitHub
+4 -2
View File
@@ -10,13 +10,16 @@
glib,
libnotify,
libx11,
pcre,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "pnmixer";
version = "0.7.2";
strictDeps = true;
__structuredAttrs = true;
enableParallelBuilding = true;
src = fetchFromGitHub {
owner = "nicklan";
repo = "pnmixer";
@@ -41,7 +44,6 @@ stdenv.mkDerivation (finalAttrs: {
glib
libnotify
libx11
pcre
];
meta = {