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}";
|
patchPhase = "patch -p0 < ${./buildfix.diff}";
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-dictorg"
|
"--enable-dictorg"
|
||||||
"--datadir=/run/current-systems/sw/share/dictd"
|
"--datadir=/run/current-system/sw/share/dictd"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user