Merge pull request #152705 from bjornfor/glusterfs-fix-version

glusterfs: fix version info
This commit is contained in:
7c6f434c 2021-12-30 16:33:45 +00:00 committed by GitHub
commit 197390f0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ in stdenv.mkDerivation rec {
# but fails when the version is empty.
# See upstream GlusterFS bug https://bugzilla.redhat.com/show_bug.cgi?id=1452705
preConfigure = ''
patchShebangs build-aux/pkg-version
echo "v${version}" > VERSION
./autogen.sh
export PYTHON=${python3}/bin/python