Skip to content

Commit

Permalink
iwd: set modulesloaddir?
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jan 28, 2019
1 parent 71e257b commit 7ae446f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/iwd/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, autoreconfHook, pkgconfig, coreutils, readline, python3Packages, systemd }:
{ stdenv, fetchgit, autoreconfHook, pkgconfig, coreutils, readline, python3Packages }:

let
ell = fetchgit {
Expand Down Expand Up @@ -28,7 +28,6 @@ in stdenv.mkDerivation rec {
buildInputs = [
readline
python3Packages.python
systemd
];

pythonPath = [
Expand All @@ -40,6 +39,7 @@ in stdenv.mkDerivation rec {
"--with-dbus-datadir=${placeholder "out"}/etc/"
"--with-dbus-busdir=${placeholder "out"}/share/dbus-1/system-services/"
"--with-systemd-unitdir=${placeholder "out"}/lib/systemd/system/"
"--with-systemd-modloaddir=${placeholder "out"}/etc/modules-load.d/" # maybe
"--localstatedir=/var/"
"--enable-wired"
];
Expand Down

0 comments on commit 7ae446f

Please sign in to comment.