bpython: don't set name attribute anymore

This commit is contained in:
Florian Klink 2018-01-11 19:46:24 +01:00 committed by Frederik Rietdijk
parent 5f03d6bf4d
commit 70c200a952

View File

@ -3,8 +3,6 @@
buildPythonPackage rec {
pname = "bpython";
version = "0.17";
name = "${pname}-${version}";
# 0.17 is still missing on PyPI, https://github.com/bpython/bpython/issues/706
src = fetchurl {
url = "https://bpython-interpreter.org/releases/${pname}-${version}.tar.gz";