ddnet: remove unused pcre dependency

This commit is contained in:
Xiangyan Sun
2026-05-11 14:39:33 -07:00
parent c3042f1a2c
commit 5ee8e884ff
-2
View File
@@ -15,7 +15,6 @@
libogg,
libx11,
opusfile,
pcre,
python3,
SDL2,
sqlite,
@@ -62,7 +61,6 @@ stdenv.mkDerivation rec {
buildInputs = [
curl
libnotify
pcre
python3
sqlite
]