libmaa: /var/run -> /run

This commit is contained in:
Bob van der Linden
2019-03-24 20:47:56 +01:00
parent 81318908a5
commit 2b5a3087ff

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";