dict: fix datadir path

/run/current-system/sw is the correct profile.
This commit is contained in:
Matthew Bauer 2018-06-16 20:13:39 -04:00
parent fb924af13f
commit 0ac07da0ec

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
patchPhase = "patch -p0 < ${./buildfix.diff}";
configureFlags = [
"--enable-dictorg"
"--datadir=/run/current-system/share/dictd"
"--datadir=/run/current-systems/sw/share/dictd"
];
meta = with stdenv.lib; {