Skip to content

Commit

Permalink
Revert "entrypoints example"
Browse files Browse the repository at this point in the history
This reverts commit d228d52.

THe example was not supposed to go in.
  • Loading branch information
FRidh committed Dec 5, 2016
1 parent 94f92df commit 74d0f57
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6564,21 +6564,6 @@ in {
propagatedBuildInputs = with self; [ configparser ];
};

entrypoints_flit = buildPythonPackage rec {
pname = "entrypoints";
version = "0.2.2";
name = "${pname}-${version}";
format = "flit";

src = pkgs.fetchFromGitHub {
owner = "takluyver";
repo = pname;
rev = version;
sha256 = "1asi3xfym1g9z24p9ivzyp4smnl600w8hghlv5dziabj6csj8s1h";
};
propagatedBuildInputs = with self; [ configparser ];
};

etcd = buildPythonPackage rec {
name = "etcd-${version}";
version = "2.0.8";
Expand Down

0 comments on commit 74d0f57

Please sign in to comment.