libmaa: /var/run -> /run

This commit is contained in:
Bob van der Linden
2019-04-11 20:05:35 +02:00
parent 81318908a5
commit 2b5a3087ff
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ libtool ];
# configureFlags = [ "--datadir=/var/run/current-system/share/dictd" ];
# configureFlags = [ "--datadir=/run/current-system/share/dictd" ];
meta = with stdenv.lib; {
description = "Dict protocol server and client";