unit: remove drop capabilites patch

This commit is contained in:
Izorkin
2020-05-06 12:27:12 +03:00
parent cfad151ac5
commit f87bc13930
2 changed files with 0 additions and 84 deletions
-5
View File
@@ -39,11 +39,6 @@ in stdenv.mkDerivation rec {
sha256 = "19gclqhwccpi7y4386ap33ycwhylv4s4kwfc6ik8scmc4pw3sj9l";
};
patches = [
# https://github.com/nginx/unit/issues/357
./drop_cap.patch
];
nativeBuildInputs = [ which ];
buildInputs = [ ]