httpie: pname-ify

This commit is contained in:
Will Dietz
2019-09-03 19:27:00 -05:00
parent 9dbda3eddf
commit 8ddc4e4731
+2 -1
View File
@@ -1,7 +1,8 @@
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonApplication rec {
name = "httpie-1.0.2";
pname = "httpie";
version = "1.0.2";
src = fetchurl {
url = "mirror://pypi/h/httpie/${name}.tar.gz";