Merge pull request #130753 from Stunkymonkey/ossec-phases

ossec: remove phases
This commit is contained in:
Sandro 2021-07-20 13:28:17 +02:00 committed by GitHub
commit ffcf63dfef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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