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
No known key found for this signature in database
GPG key ID: EEBE8E3EC4A31364

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