tasksh: Add readline support.

This commit is contained in:
hiberno (Christian Lask) 2017-09-11 11:25:59 +02:00
parent 90b3d2db91
commit 38563d6130
No known key found for this signature in database
GPG Key ID: 9A147BDD6DDEBAEB

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, libuuid, gnutls }:
{ stdenv, fetchurl, cmake, libuuid, gnutls, readline }:
stdenv.mkDerivation rec {
name = "tasksh-${version}";
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1z8zw8lld62fjafjvy248dncjk0i4fwygw0ahzjdvyyppx4zjhkf";
};
buildInputs = [ readline ];
nativeBuildInputs = [ cmake ];
meta = with stdenv.lib; {