Merge pull request #109109 from Mic92/ofono
ofono: load configuration from outside the nix store
This commit is contained in:
commit
26787436b3
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@ stdenv.mkDerivation rec {
|
|||
"--enable-external-ell"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
rm -r $out/etc/ofono
|
||||
ln -s /etc/ofono $out/etc/ofono
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelChecking = false;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue