summary refs log tree commit diff
diff options
context:
space:
mode:
authortekeri <47343275+tekeri@users.noreply.github.com>2021-08-15 15:48:35 +0900
committertekeri <47343275+tekeri@users.noreply.github.com>2021-08-21 16:49:18 +0900
commit30ee7382cd132272b4c936409d4465fca9615741 (patch)
tree0d0cd99deae9b509ddbc41d7fafa7b66662e3e4c
parent000973d1a1fbfed6828a56d9893fb4eeed135e33 (diff)
downloadnixpkgs-30ee7382cd132272b4c936409d4465fca9615741.tar
nixpkgs-30ee7382cd132272b4c936409d4465fca9615741.tar.gz
nixpkgs-30ee7382cd132272b4c936409d4465fca9615741.tar.bz2
nixpkgs-30ee7382cd132272b4c936409d4465fca9615741.tar.lz
nixpkgs-30ee7382cd132272b4c936409d4465fca9615741.tar.xz
nixpkgs-30ee7382cd132272b4c936409d4465fca9615741.tar.zst
nixpkgs-30ee7382cd132272b4c936409d4465fca9615741.zip
ofono: allow users to change configuration via /etc
-rw-r--r--pkgs/tools/networking/ofono/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/ofono/default.nix b/pkgs/tools/networking/ofono/default.nix
index 93e1415b91c..c1d6b761547 100644
--- a/pkgs/tools/networking/ofono/default.nix
+++ b/pkgs/tools/networking/ofono/default.nix
@@ -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