pythonPackages.pystache: fix pname

This commit is contained in:
Mario Rodas 2019-04-24 00:03:00 -05:00 committed by Frederik Rietdijk
parent 053b9da754
commit 59ff3a08f8

View File

@ -1,7 +1,7 @@
{ stdenv, buildPythonPackage, python, fetchPypi, isPy3k, glibcLocales }:
buildPythonPackage rec {
pname = "pystache-${version}";
pname = "pystache";
version = "0.5.4";
src = fetchPypi {