mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
Revert "entrypoints example"
This reverts commit d228d52870
.
THe example was not supposed to go in.
This commit is contained in:
parent
94f92dfb56
commit
74d0f57269
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user