mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 17:42:45 +00:00
ossec: remove phases
This commit is contained in:
parent
81dc87436c
commit
67d0658e65
|
@ -11,8 +11,6 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ which ];
|
||||
|
||||
phases = [ "unpackPhase" "patchPhase" "buildPhase" ];
|
||||
|
||||
patches = [ ./no-root.patch ];
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue