Revert changes obsoleted by #3338.

This commit is contained in:
Itamar Turner-Trauring 2020-07-08 14:53:38 -04:00
parent e4b8cc4fbd
commit 98c8b2fd00
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ jobs:
- image: "nixorg/nix:circleci"
environment:
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-20.03-small.tar.gz"
NIX_PATH: "nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.09-small.tar.gz"
steps:
- "checkout"

View File

@ -4,7 +4,7 @@
, setuptools, setuptoolsTrial, pyasn1, zope_interface
, service-identity, pyyaml, magic-wormhole, treq, appdirs
, beautifulsoup4, eliot, autobahn, cryptography
, html5lib, future
, html5lib
}:
python.pkgs.buildPythonPackage rec {
version = "1.14.0.dev";