linux-wifi-hotspot: fix path

authored by SCOTT-HAMILTON and committed by Yt ccac7fd6 d31202e8

+24 -2
+24 -2
pkgs/os-specific/linux/linux-wifi-hotspot/default.nix
··· 14 , iproute2 15 , flock 16 , iptables 17 - , gawk }: 18 19 stdenv.mkDerivation rec { 20 pname = "linux-wifi-hotspot"; ··· 56 postInstall = '' 57 wrapProgram $out/bin/create_ap \ 58 --prefix PATH : ${lib.makeBinPath [ 59 - hostapd getopt iw which dnsmasq iproute2 flock iptables gawk 60 ]} 61 62 wrapProgram $out/bin/wihotspot-gui \
··· 14 , iproute2 15 , flock 16 , iptables 17 + , gawk 18 + , coreutils 19 + , gnugrep 20 + , gnused 21 + , kmod 22 + , networkmanager 23 + , procps 24 + }: 25 + 26 27 stdenv.mkDerivation rec { 28 pname = "linux-wifi-hotspot"; ··· 64 postInstall = '' 65 wrapProgram $out/bin/create_ap \ 66 --prefix PATH : ${lib.makeBinPath [ 67 + coreutils 68 + dnsmasq 69 + flock 70 + gawk 71 + getopt 72 + gnugrep 73 + gnused 74 + hostapd 75 + iproute2 76 + iptables 77 + iw 78 + kmod 79 + networkmanager 80 + procps 81 + which 82 ]} 83 84 wrapProgram $out/bin/wihotspot-gui \