Remove firmware loader fallback.

Systemd dropped support in 207 (would be nice if configure failed with a bad flag),
so all this does is add an annoying delay if firmware can't be found by the kernel
This commit is contained in:
Shea Levy
2015-10-30 10:29:56 -04:00
parent 99744943a4
commit a7157fa2f0
2 changed files with 0 additions and 6 deletions
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
"--with-dbuspolicydir=$(out)/etc/dbus-1/system.d"
"--with-dbussystemservicedir=$(out)/share/dbus-1/system-services"
"--with-dbussessionservicedir=$(out)/share/dbus-1/services"
"--with-firmware-path=/root/test-firmware:/run/current-system/firmware"
"--with-tty-gid=3" # tty in NixOS has gid 3
"--enable-compat-libs" # get rid of this eventually
"--disable-tests"