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

xbps: 0.56 -> 0.57

authored by

Will Dietz and committed by
GitHub
4f493117 3a7f89fd

+4 -2
+4 -2
pkgs/tools/package-management/xbps/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "xbps"; 5 - version = "0.56"; 5 + version = "0.57"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "void-linux"; 9 9 repo = "xbps"; 10 10 rev = version; 11 - sha256 = "0hqvq6fq62l5sgm4fy3zb0ks889d21mqz4f4my3iifs6c9f50na2"; 11 + sha256 = "1aaa0h265lx85hmcvg7zpg7iiq6dzzlyxqazn1s387ss709i5gxn"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkgconfig which ]; ··· 16 16 buildInputs = [ zlib openssl libarchive ]; 17 17 18 18 patches = [ ./cert-paths.patch ]; 19 + 20 + NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" ]; 19 21 20 22 postPatch = '' 21 23 # fix unprefixed ranlib (needed on cross)