python: remove name from some expressions

This commit is contained in:
Robert Schütz
2018-02-26 08:14:56 +01:00
committed by Ruben Maher
parent d31fb808af
commit 12c71b3dbe
6 changed files with 4 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
{ stdenv, fetchPypi, buildPythonPackage }:
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "colorama";
version = "0.3.9";