mosh: remove boost dependency

boost was removed from the mosh dependency requirements in 2012.
(It was only used from February and April 2012.)
This commit is contained in:
Aneesh Agrawal 2016-08-03 22:07:19 -04:00
parent cc9547dcf9
commit 942aad7489

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, zlib, boost, protobuf, ncurses, pkgconfig, IOTty { stdenv, fetchurl, zlib, protobuf, ncurses, pkgconfig, IOTty
, makeWrapper, perl, openssl, autoreconfHook, fetchpatch }: , makeWrapper, perl, openssl, autoreconfHook, fetchpatch }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s"; sha256 = "1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s";
}; };
buildInputs = [ autoreconfHook boost protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ]; buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
patches = [ patches = [
# remove automake detection macro patch on next release as it is already on mosh master # remove automake detection macro patch on next release as it is already on mosh master