ofono: load configuration from outside the nix store
This commit is contained in:
parent
5322c1f7d7
commit
65bf177b0b
@ -46,6 +46,14 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-external-ell"
|
"--enable-external-ell"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
rm -r $out/etc/ofono
|
||||||
|
ln -s /etc/ofono $out/etc/ofono
|
||||||
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
enableParallelChecking = false;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user