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
+5 -5
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";