3
0
Fork 0
forked from mirrors/nixpkgs

mercurial: pass in pythonPackages

This commit is contained in:
Frederik Rietdijk 2016-08-16 11:36:07 +02:00
parent 888efed972
commit 6d75bf842b
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,12 @@
{ stdenv, fetchurl, python, makeWrapper, docutils, unzip, hg-git, dulwich
, guiSupport ? false, tk ? null, curses
{ stdenv, fetchurl, pythonPackages, makeWrapper, docutils, unzip
, guiSupport ? false, tk ? null
, ApplicationServices, cf-private }:
let
# if you bump version, update pkgs.tortoisehg too or ping maintainer
version = "3.8.2";
name = "mercurial-${version}";
inherit (pythonPackages) curses docutils hg-git dulwich python;
in
stdenv.mkDerivation {

View file

@ -13856,7 +13856,6 @@ in
mendeley = callPackage ../applications/office/mendeley { };
mercurial = callPackage ../applications/version-management/mercurial {
inherit (pythonPackages) curses docutils hg-git dulwich;
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
inherit (darwin) cf-private;
guiSupport = false; # use mercurialFull to get hgk GUI