pacman: build with libcurl
Obviates the need to specify a custom Xfer command
This commit is contained in:
parent
6208273727
commit
2858e9838d
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, perl, libarchive, openssl,
|
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, perl, libarchive, openssl,
|
||||||
zlib, bzip2, lzma, runtimeShell }:
|
zlib, bzip2, lzma, curl, runtimeShell }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pacman";
|
pname = "pacman";
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ perl libarchive openssl zlib bzip2 lzma ];
|
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
substituteInPlace $out/bin/repo-add \
|
substituteInPlace $out/bin/repo-add \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user