unit: add drop capabilites patch

This commit is contained in:
Izorkin
2019-12-26 17:51:53 +03:00
parent 681dca1b67
commit b5bd159690
2 changed files with 84 additions and 0 deletions
+5
View File
@@ -27,6 +27,11 @@ stdenv.mkDerivation rec {
sha256 = "01anczfcdwd22hb0y4zw647f86ivk5zq8lcd13xfxjvkmnsnbj9w";
};
patches = [
# https://github.com/nginx/unit/issues/357
./drop_cap.patch
];
nativeBuildInputs = [ which ];
buildInputs = [ ]