ossec: remove phases

This commit is contained in:
Felix Buehler 2021-07-20 12:33:29 +02:00
parent 81dc87436c
commit 67d0658e65

View file

@ -11,8 +11,6 @@ stdenv.mkDerivation {
buildInputs = [ which ];
phases = [ "unpackPhase" "patchPhase" "buildPhase" ];
patches = [ ./no-root.patch ];
buildPhase = ''