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

This commit is contained in:
Aaron Andersen
2025-10-16 18:35:54 -04:00
parent 59b19aee67
commit 4a66eb283a
+5
View File
@@ -16,6 +16,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-WrzdpE9t7vWpc8QFoFs+S/HgHwsidRNmfcHp7ltSWQw=";
};
configureFlags = [
"--localstatedir=/var"
"--sysconfdir=/etc"
];
nativeBuildInputs = [ autoreconfHook ];
outputs = [