zeek: Fix zeek script coreutils and hardlinking

This commit is contained in:
GTrunSec
2020-09-11 15:59:31 -07:00
parent e0759a4973
commit b82f1771da
2 changed files with 9 additions and 1 deletions
@@ -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";