Revert "Python 3.5: add less"

This reverts commit e261818c68 and
others. Having Python propagate less really doesn't make sense.
This commit is contained in:
Eelco Dolstra
2016-09-01 12:20:41 +02:00
parent b1841490e7
commit 0c3b1112af
4 changed files with 0 additions and 24 deletions

View File

@@ -2,7 +2,6 @@
, bzip2
, db
, gdbm
, less
, libX11, xproto
, lzma
, ncurses
@@ -44,10 +43,6 @@ let
xproto
] ++ optionals stdenv.isDarwin [ CF configd ];
propagatedBuildInputs = [
less
];
in
stdenv.mkDerivation {
name = "python3-${fullVersion}";