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:
parent
116c1e4bdd
commit
d0a9bac4c1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ rec {
|
|||
};
|
||||
|
||||
buildInputs = [ncurses];
|
||||
configureFlags = [];
|
||||
configureFlags = [ "--sysconfdir=/etc" ];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = [ "doConfigure" "doMakeInstall"];
|
||||
|
|
Loading…
Reference in a new issue