Commit 4a66eb28 authored by Aaron Andersen's avatar Aaron Andersen
Browse files

cronie: fixup build to reference out of store paths for state & config

parent 59b19aee
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-WrzdpE9t7vWpc8QFoFs+S/HgHwsidRNmfcHp7ltSWQw=";
  };

  configureFlags = [
    "--localstatedir=/var"
    "--sysconfdir=/etc"
  ];

  nativeBuildInputs = [ autoreconfHook ];

  outputs = [