Skip to content

Commit

Permalink
Python 3.6: add less
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 19, 2016
1 parent 7c75fa4 commit 773f622
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/interpreters/python/3.6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, bzip2
, db
, gdbm
, less
, libX11, xproto
, lzma
, ncurses
Expand Down Expand Up @@ -44,13 +45,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 = "https://www.python.org/ftp/python/${majorVersion}.0/Python-${fullVersion}.tar.xz";
Expand Down

0 comments on commit 773f622

Please sign in to comment.