From 3412b701e5aba88f754fb3a8eac35afdf26458b9 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Mon, 22 Apr 2019 23:21:00 -0500 Subject: iwd: use default readline for simplicity. Maybe we'll update it one day :). --- pkgs/os-specific/linux/iwd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux/iwd') diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix index eb22a08cbc6..1f8f8c90272 100644 --- a/pkgs/os-specific/linux/iwd/default.nix +++ b/pkgs/os-specific/linux/iwd/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchgit, autoreconfHook, pkgconfig, ell, coreutils, readline80, python3Packages }: +{ stdenv, fetchgit, autoreconfHook, pkgconfig, ell, coreutils, readline, python3Packages }: stdenv.mkDerivation rec { pname = "iwd"; @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { buildInputs = [ ell - readline80 + readline python3Packages.python ]; -- cgit 1.4.1