pies: look in /etc for configuration

This commit is contained in:
Jörg Thalheim 2017-08-29 23:16:19 +01:00
parent 780ceffd51
commit 012b6bcbc1

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "12r7rjjyibjdj08dvwbp0iflfpzl4s0zhn6cr6zj3hwf9gbzgl1g";
};
configureFlags = ["--sysconfdir=/etc"];
hardeningDisable = [ "format" ];
doCheck = true;