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
@ -6,7 +6,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ncurses];
|
buildInputs = [ncurses];
|
||||||
configureFlags = [];
|
configureFlags = [ "--sysconfdir=/etc" ];
|
||||||
|
|
||||||
/* doConfigure should be specified separately */
|
/* doConfigure should be specified separately */
|
||||||
phaseNames = [ "doConfigure" "doMakeInstall"];
|
phaseNames = [ "doConfigure" "doMakeInstall"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user