From 3b9d7260a35e94a95591499158c031f269d18998 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 22 Oct 2016 22:33:15 +0200 Subject: [PATCH] python27: add missing parameter that was accidentally removed during merging. --- pkgs/development/interpreters/python/cpython/2.7/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/python/cpython/2.7/default.nix b/pkgs/development/interpreters/python/cpython/2.7/default.nix index 5db1498689a..54a0142064d 100644 --- a/pkgs/development/interpreters/python/cpython/2.7/default.nix +++ b/pkgs/development/interpreters/python/cpython/2.7/default.nix @@ -15,7 +15,7 @@ , db , expat , libffi -, CF, configd +, CF, configd, coreutils }: assert x11Support -> tcl != null