dict: fix datadir path
This commit is contained in:
parent
7bc350cc28
commit
199ef0912b
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
patchPhase = "patch -p0 < ${./buildfix.diff}";
|
||||
configureFlags = [
|
||||
"--enable-dictorg"
|
||||
"--datadir=/run/current-systems/sw/share/dictd"
|
||||
"--datadir=/run/current-system/sw/share/dictd"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user