mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
ofono: allow users to change configuration via /etc
This commit is contained in:
parent
000973d1a1
commit
30ee7382cd
@ -46,6 +46,10 @@ stdenv.mkDerivation rec {
|
||||
"--enable-external-ell"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"SYSCONFDIR=${placeholder "out"}/etc"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
rm -r $out/etc/ofono
|
||||
ln -s /etc/ofono $out/etc/ofono
|
||||
|
Loading…
Reference in New Issue
Block a user