pacman: build with libcurl

Obviates the need to specify a custom Xfer command
This commit is contained in:
Joachim Fasting 2018-12-27 21:24:22 +01:00
parent 6208273727
commit 2858e9838d
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, perl, libarchive, openssl,
zlib, bzip2, lzma, runtimeShell }:
zlib, bzip2, lzma, curl, runtimeShell }:
stdenv.mkDerivation rec {
pname = "pacman";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ perl libarchive openssl zlib bzip2 lzma ];
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
postFixup = ''
substituteInPlace $out/bin/repo-add \