From 93b0eb60e053bffce2985f2aabe3348e5085c1b1 Mon Sep 17 00:00:00 2001 From: Heinz Deinhart Date: Tue, 22 Oct 2024 10:00:43 +0200 Subject: [PATCH] ddnet: 18.4 -> 18.6 (remove commented out patch) --- pkgs/games/ddnet/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/games/ddnet/default.nix b/pkgs/games/ddnet/default.nix index f899cdf8ddc1..78583f133064 100644 --- a/pkgs/games/ddnet/default.nix +++ b/pkgs/games/ddnet/default.nix @@ -92,13 +92,6 @@ stdenv.mkDerivation rec { Security ]); -# patches = [ -# (fetchpatch { -# url = "https://github.com/ddnet/ddnet/pull/8517/commits/c840bf45016a30e629f7684df5fab5d07b2c70d5.patch"; -# hash = "sha256-UG7pi0Xh/nAHFEF1RIyNZLewF+NFilTLARbV5oUlftc="; -# }) -# ]; - postPatch = '' substituteInPlace src/engine/shared/storage.cpp \ --replace /usr/ $out/