Making minicom use /etc instead of $out/etc for configuration files (sysconfdir).

I could not find how to open a given serial device without allowing minicom to write into
its sysconfdir.

svn path=/nixpkgs/trunk/; revision=16782
This commit is contained in:
Lluís Batlle i Rossell 2009-08-19 20:19:40 +00:00
parent 116c1e4bdd
commit d0a9bac4c1

View file

@ -6,7 +6,7 @@ rec {
};
buildInputs = [ncurses];
configureFlags = [];
configureFlags = [ "--sysconfdir=/etc" ];
/* doConfigure should be specified separately */
phaseNames = [ "doConfigure" "doMakeInstall"];