1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

Merge pull request #142693 from felixsinger/pkgs/glusterfs/update

glusterfs: 9.3 -> 9.4
This commit is contained in:
Michael Raskin 2021-10-24 00:08:18 +00:00 committed by GitHub
commit 6dd56d82bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,13 +55,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "glusterfs";
version = "9.3";
version = "9.4";
src = fetchFromGitHub {
owner = "gluster";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xV7griN453f63jwX5jTdW0KJdLi14Km7JengbNeh4iI=";
sha256 = "0ybs0dm7jskmfnmbg5fj8wi2aapbrwn4gbrx8ix6d8dzcl3pv78k";
};
inherit buildInputs propagatedBuildInputs;
@ -88,11 +88,11 @@ in stdenv.mkDerivation rec {
echo "v${version}" > VERSION
./autogen.sh
export PYTHON=${python3}/bin/python
'';
'';
configureFlags = [
"--localstatedir=/var"
];
];
nativeBuildInputs = [ rpcsvc-proto ];
@ -179,7 +179,7 @@ in stdenv.mkDerivation rec {
# this gets falsely loaded as module by glusterfind
rm -r $out/bin/conf.py
'';
'';
meta = with lib; {
description = "Distributed storage system";