pacman: 5.1.3 -> 5.2.1
This commit is contained in:
parent
a216a37898
commit
20605f8fed
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, perl, libarchive, openssl,
|
{ stdenv, lib, fetchurl, pkgconfig, perl, libarchive, openssl, zlib, bzip2,
|
||||||
zlib, bzip2, lzma, curl, runtimeShell }:
|
lzma, curl, runtimeShell }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pacman";
|
pname = "pacman";
|
||||||
version = "5.1.3";
|
version = "5.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://git.archlinux.org/pacman.git/snapshot/pacman-${version}.tar.gz";
|
url = "https://sources.archlinux.org/other/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "108xp6dhvp02jnzskhgzjmp9jvrxhhkffvmpvs3rrif7vj47xd76";
|
sha256 = "04pkb8qvkldrayfns8cx4fljl4lyys1dqvlf7b5kkl2z4q3w8c0r";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = [ "sysconfdir=${placeholder "out"}/etc" ];
|
installFlags = [ "sysconfdir=${placeholder "out"}/etc" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
|
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user