1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

httpie: pname-ify

This commit is contained in:
Will Dietz 2019-08-29 22:02:24 -05:00
parent 9dbda3eddf
commit 8ddc4e4731
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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";