ddnet: 18.4 -> 18.6 (remove commented out patch)

This commit is contained in:
Heinz Deinhart 2024-10-22 10:00:43 +02:00
parent f2095203e6
commit 93b0eb60e0

View File

@ -92,13 +92,6 @@ stdenv.mkDerivation rec {
Security Security
]); ]);
# patches = [
# (fetchpatch {
# url = "https://github.com/ddnet/ddnet/pull/8517/commits/c840bf45016a30e629f7684df5fab5d07b2c70d5.patch";
# hash = "sha256-UG7pi0Xh/nAHFEF1RIyNZLewF+NFilTLARbV5oUlftc=";
# })
# ];
postPatch = '' postPatch = ''
substituteInPlace src/engine/shared/storage.cpp \ substituteInPlace src/engine/shared/storage.cpp \
--replace /usr/ $out/ --replace /usr/ $out/