1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +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 { in stdenv.mkDerivation rec {
pname = "glusterfs"; pname = "glusterfs";
version = "9.3"; version = "9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gluster"; owner = "gluster";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-xV7griN453f63jwX5jTdW0KJdLi14Km7JengbNeh4iI="; sha256 = "0ybs0dm7jskmfnmbg5fj8wi2aapbrwn4gbrx8ix6d8dzcl3pv78k";
}; };
inherit buildInputs propagatedBuildInputs; inherit buildInputs propagatedBuildInputs;
@ -88,11 +88,11 @@ in stdenv.mkDerivation rec {
echo "v${version}" > VERSION echo "v${version}" > VERSION
./autogen.sh ./autogen.sh
export PYTHON=${python3}/bin/python export PYTHON=${python3}/bin/python
''; '';
configureFlags = [ configureFlags = [
"--localstatedir=/var" "--localstatedir=/var"
]; ];
nativeBuildInputs = [ rpcsvc-proto ]; nativeBuildInputs = [ rpcsvc-proto ];
@ -179,7 +179,7 @@ in stdenv.mkDerivation rec {
# this gets falsely loaded as module by glusterfind # this gets falsely loaded as module by glusterfind
rm -r $out/bin/conf.py rm -r $out/bin/conf.py
''; '';
meta = with lib; { meta = with lib; {
description = "Distributed storage system"; description = "Distributed storage system";