mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
pacman: substitute paths in repo-add
This commit is contained in:
parent
f89d6d92b7
commit
7c96603af9
@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ perl libarchive openssl zlib bzip2 lzma ];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace $out/bin/repo-add \
|
||||
--replace bsdtar "${libarchive}/bin/bsdtar"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple library-based package manager";
|
||||
homepage = https://www.archlinux.org/pacman/;
|
||||
|
Loading…
Reference in New Issue
Block a user