about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iwd
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-08-15 18:22:26 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-13 20:59:31 -0400
commit208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c (patch)
tree9dc896816e4677dc3c8845f1a46648c07dc9b69f /pkgs/os-specific/linux/iwd
parentaaf0ccfa4da6d1413de9886ec26565d635beda44 (diff)
downloadnixlib-208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c.tar
nixlib-208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c.tar.gz
nixlib-208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c.tar.bz2
nixlib-208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c.tar.lz
nixlib-208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c.tar.xz
nixlib-208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c.tar.zst
nixlib-208fa6be8e92a7e7fb427a28e0afb92cf7af7c7c.zip
iwd: revert commit introducing attempt to create /var
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
Diffstat (limited to 'pkgs/os-specific/linux/iwd')
-rw-r--r--pkgs/os-specific/linux/iwd/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix
index dcca5864b526..59d41412f55e 100644
--- a/pkgs/os-specific/linux/iwd/default.nix
+++ b/pkgs/os-specific/linux/iwd/default.nix
@@ -19,6 +19,16 @@ stdenv.mkDerivation rec {
     sha256 = "03ca47d4hn28vkf5fr6ck1gz5py4lm1pw3nw9s1ckw7cqxw961sf";
   };
 
+  patches = [
+    # Undo creating ReadWritePaths as instalation target.
+    (fetchpatch {
+      name = "revert-create-dirs-on-install.patch";
+      url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git/patch/?id=5a96c11664eb553bc28a2142af382b190254edbb";
+      sha256 = "08gkz3ia1l5xsh3pbx4abimgf7m88wygfpfyg77yi6dwavjqm6cx";
+      revert = true;
+    })
+  ];
+
   nativeBuildInputs = [
     autoreconfHook
     pkgconfig