pnmixer: remove unused pcre dependency

This commit is contained in:
Grayson Tinker
2026-06-21 21:43:39 -07:00
parent f56bad1bdd
commit 70849de9e7
+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 = {