pnmixer: remove unused pcre dependency (#534134)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user