ddnet: remove unused pcre dependency (#519161)

This commit is contained in:
Sefa Eyeoglu
2026-05-12 05:54:58 +00:00
committed by GitHub
-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
]