Skip to content

Commit

Permalink
Python 2.7: add less
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 19, 2016
1 parent c59d211 commit bce5a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/interpreters/python/2.7/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ stdenv, fetchurl, self, callPackage, python27Packages
, bzip2, openssl, gettext
, less

, includeModules ? false

Expand Down Expand Up @@ -108,7 +109,7 @@ let
++ optional zlibSupport zlib
++ optional stdenv.isDarwin CF;

propagatedBuildInputs = optional stdenv.isDarwin configd;
propagatedBuildInputs = [ less ] ++ optional stdenv.isDarwin configd;

mkPaths = paths: {
C_INCLUDE_PATH = makeSearchPathOutput "dev" "include" paths;
Expand Down

3 comments on commit bce5a51

@LnL7
Copy link
Member

@LnL7 LnL7 commented on bce5a51 Jul 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This caused a mass-rebuild.

@FRidh
Copy link
Member Author

@FRidh FRidh commented on bce5a51 Jul 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LnL7 yes perhaps I should have send it via staging instead

@FRidh
Copy link
Member Author

@FRidh FRidh commented on bce5a51 Jul 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we would get it anyway because of b49bedd but now it is building twice

Please sign in to comment.