mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
httpie: pname-ify
This commit is contained in:
parent
9dbda3eddf
commit
8ddc4e4731
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue