summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-05-23 02:27:35 +0200
committerRobin Gloster <mail@glob.in>2017-05-23 02:27:35 +0200
commit427e749217c487b76cb9bbede9b8d63e54333a39 (patch)
treeb2eb10d98897d0bfe0195cdeb89088ec3e87e322 /pkgs/top-level
parent178a5067af5e1b0526388903b9601837f55e850a (diff)
downloadnixlib-427e749217c487b76cb9bbede9b8d63e54333a39.tar
nixlib-427e749217c487b76cb9bbede9b8d63e54333a39.tar.gz
nixlib-427e749217c487b76cb9bbede9b8d63e54333a39.tar.bz2
nixlib-427e749217c487b76cb9bbede9b8d63e54333a39.tar.lz
nixlib-427e749217c487b76cb9bbede9b8d63e54333a39.tar.xz
nixlib-427e749217c487b76cb9bbede9b8d63e54333a39.tar.zst
nixlib-427e749217c487b76cb9bbede9b8d63e54333a39.zip
pythonPackages.pants: remove warning
this breaks evaluation of nixpkgs.tarball

cc @copumpkin
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e6bd20ba2b7b..f40f60c6294b 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -8286,8 +8286,8 @@ in {
   };
 
   # These used to be here but were moved to all-packages, but I'll leave them around for a while.
-  pants = stdenv.lib.warn "Please refer to pants from the top level rather than from pythonPackages. This attribute will disappear by 2017-08-22." pkgs.pants;
-  pants13-pre = stdenv.lib.warn "Please refer to pants13-pre from  the top level rather than from pythonPackages. This attribute will disappear by 2017-08-22." pkgs.pants13-pre;
+  pants = pkgs.pants;
+  pants13-pre = pkgs.pants13-pre;
 
   paperwork-backend = buildPythonPackage rec {
     name = "paperwork-backend-${version}";