Merge pull request #68060 from dtzWill/update/xbps-0.57

xbps: 0.56 -> 0.57
This commit is contained in:
Will Dietz 2019-09-05 02:12:57 -05:00 committed by GitHub
commit 4f493117bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xbps"; pname = "xbps";
version = "0.56"; version = "0.57";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "void-linux"; owner = "void-linux";
repo = "xbps"; repo = "xbps";
rev = version; rev = version;
sha256 = "0hqvq6fq62l5sgm4fy3zb0ks889d21mqz4f4my3iifs6c9f50na2"; sha256 = "1aaa0h265lx85hmcvg7zpg7iiq6dzzlyxqazn1s387ss709i5gxn";
}; };
nativeBuildInputs = [ pkgconfig which ]; nativeBuildInputs = [ pkgconfig which ];
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
patches = [ ./cert-paths.patch ]; patches = [ ./cert-paths.patch ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" ];
postPatch = '' postPatch = ''
# fix unprefixed ranlib (needed on cross) # fix unprefixed ranlib (needed on cross)
substituteInPlace lib/Makefile \ substituteInPlace lib/Makefile \