mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #29230 from hiberno/add-readline-to-tasksh
tasksh: Add readline support.
This commit is contained in:
commit
65b4f4f09f
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user