mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
bpython: don't set name attribute anymore
This commit is contained in:
parent
5f03d6bf4d
commit
70c200a952
@ -3,8 +3,6 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bpython";
|
pname = "bpython";
|
||||||
version = "0.17";
|
version = "0.17";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
# 0.17 is still missing on PyPI, https://github.com/bpython/bpython/issues/706
|
# 0.17 is still missing on PyPI, https://github.com/bpython/bpython/issues/706
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bpython-interpreter.org/releases/${pname}-${version}.tar.gz";
|
url = "https://bpython-interpreter.org/releases/${pname}-${version}.tar.gz";
|
||||||
|
Loading…
Reference in New Issue
Block a user