pythonPackages.pystache: fix pname
This commit is contained in:
parent
053b9da754
commit
59ff3a08f8
@ -1,7 +1,7 @@
|
||||
{ stdenv, buildPythonPackage, python, fetchPypi, isPy3k, glibcLocales }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pystache-${version}";
|
||||
pname = "pystache";
|
||||
version = "0.5.4";
|
||||
|
||||
src = fetchPypi {
|
||||
|
Loading…
Reference in New Issue
Block a user