Loading pkgs/os-specific/linux/wpa_supplicant/default.nix +10 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, openssl, pkg-config, libnl { lib, stdenv, fetchurl, fetchpatch, openssl, pkg-config, libnl , nixosTests, wpa_supplicant_gui , dbusSupport ? !stdenv.hostPlatform.isStatic, dbus , withReadline ? true, readline Loading @@ -16,6 +16,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-kS6gb3TjCo42+7aAZNbN/yGNjVkdsPxddd7myBrH/Ao="; }; patches = [ (fetchpatch { name = "revert-change-breaking-auth-broadcom.patch"; url = "https://w1.fi/cgit/hostap/patch/?id=41638606054a09867fe3f9a2b5523aa4678cbfa5"; hash = "sha256-X6mBbj7BkW66aYeSCiI3JKBJv10etLQxaTRfRgwsFmM="; revert = true; }) ]; # TODO: Patch epoll so that the dbus actually responds # TODO: Figure out how to get privsep working, currently getting SIGBUS extraConfig = '' Loading Loading
pkgs/os-specific/linux/wpa_supplicant/default.nix +10 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, openssl, pkg-config, libnl { lib, stdenv, fetchurl, fetchpatch, openssl, pkg-config, libnl , nixosTests, wpa_supplicant_gui , dbusSupport ? !stdenv.hostPlatform.isStatic, dbus , withReadline ? true, readline Loading @@ -16,6 +16,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-kS6gb3TjCo42+7aAZNbN/yGNjVkdsPxddd7myBrH/Ao="; }; patches = [ (fetchpatch { name = "revert-change-breaking-auth-broadcom.patch"; url = "https://w1.fi/cgit/hostap/patch/?id=41638606054a09867fe3f9a2b5523aa4678cbfa5"; hash = "sha256-X6mBbj7BkW66aYeSCiI3JKBJv10etLQxaTRfRgwsFmM="; revert = true; }) ]; # TODO: Patch epoll so that the dbus actually responds # TODO: Figure out how to get privsep working, currently getting SIGBUS extraConfig = '' Loading