summary refs log tree commit diff
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2021-12-30 16:33:45 +0000
committerGitHub <noreply@github.com>2021-12-30 16:33:45 +0000
commit197390f0a4186b3c44abb98f104f896e08e71232 (patch)
treeb837b3a4d1a8846b50fbbadd4ed5efe707d1cb57
parent94e02e6567c411062a297ff1bef399953fb3c758 (diff)
parent7e399b70787556d03f7108e3957b8f1c90289d29 (diff)
downloadnixpkgs-197390f0a4186b3c44abb98f104f896e08e71232.tar
nixpkgs-197390f0a4186b3c44abb98f104f896e08e71232.tar.gz
nixpkgs-197390f0a4186b3c44abb98f104f896e08e71232.tar.bz2
nixpkgs-197390f0a4186b3c44abb98f104f896e08e71232.tar.lz
nixpkgs-197390f0a4186b3c44abb98f104f896e08e71232.tar.xz
nixpkgs-197390f0a4186b3c44abb98f104f896e08e71232.tar.zst
nixpkgs-197390f0a4186b3c44abb98f104f896e08e71232.zip
Merge pull request #152705 from bjornfor/glusterfs-fix-version
glusterfs: fix version info
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix
index d4542551940..dab69649fdc 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -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