forked from mirrors/nixpkgs
dict: fix datadir path
/run/current-system/sw is the correct profile.
This commit is contained in:
parent
fb924af13f
commit
0ac07da0ec
|
@ -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-system/share/dictd"
|
"--datadir=/run/current-systems/sw/share/dictd"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue