Merge pull request #130753 from Stunkymonkey/ossec-phases
ossec: remove phases
This commit is contained in:
commit
ffcf63dfef
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ which ];
|
||||
|
||||
phases = [ "unpackPhase" "patchPhase" "buildPhase" ];
|
||||
|
||||
patches = [ ./no-root.patch ];
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue