zeek: Fix zeek script coreutils and hardlinking
This commit is contained in:
@@ -14,9 +14,10 @@
|
||||
, swig
|
||||
, gettext
|
||||
, fetchpatch
|
||||
, coreutils
|
||||
}:
|
||||
let
|
||||
preConfigure = (import ./script.nix);
|
||||
preConfigure = (import ./script.nix {inherit coreutils;});
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zeek";
|
||||
|
||||
Reference in New Issue
Block a user