Skip to content

Commit

Permalink
Python 3.5: add less
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 19, 2016
1 parent 773f622 commit e261818
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/interpreters/python/3.5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, bzip2
, db
, gdbm
, less
, libX11, xproto
, lzma
, ncurses
Expand Down Expand Up @@ -42,13 +43,19 @@ let
libX11
xproto
] ++ optionals stdenv.isDarwin [ CF configd ];

propagatedBuildInputs = [
less
];

in
stdenv.mkDerivation {
name = "python3-${fullVersion}";
pythonVersion = majorVersion;
inherit majorVersion version;

inherit buildInputs;
inherit propagatedBuildInputs;

src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${fullVersion}.tar.xz";
Expand Down

0 comments on commit e261818

Please sign in to comment.