fuse3: 3.9.2 -> 3.9.4 (#95072)
Note: Version 3.9.3 and 3.9.4 are equivalent: "This was an "accidental" release, it is equivalent to 3.9.3."
This commit is contained in:
parent
d3a7373a7a
commit
a3c71c3e5d
@ -2,7 +2,7 @@
|
||||
|
||||
{ stdenv, fetchFromGitHub, fetchpatch
|
||||
, fusePackages, utillinux, gettext
|
||||
, meson, ninja, pkgconfig
|
||||
, meson, ninja, pkg-config
|
||||
, autoreconfHook
|
||||
, python3Packages, which
|
||||
}:
|
||||
@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
|
||||
else [ ./fuse2-Do-not-set-FUSERMOUNT_DIR.patch ]);
|
||||
|
||||
nativeBuildInputs = if isFuse3
|
||||
then [ meson ninja pkgconfig ]
|
||||
then [ meson ninja pkg-config ]
|
||||
else [ autoreconfHook gettext ];
|
||||
|
||||
outputs = [ "out" ] ++ stdenv.lib.optional isFuse3 "common";
|
||||
@ -60,6 +60,10 @@ in stdenv.mkDerivation rec {
|
||||
# ./fuse3-install_man.patch)
|
||||
install -D -m444 doc/fusermount3.1 $out/share/man/man1/fusermount3.1
|
||||
install -D -m444 doc/mount.fuse3.8 $out/share/man/man8/mount.fuse3.8
|
||||
|
||||
# TODO: Temporary version fix:
|
||||
substituteInPlace meson.build \
|
||||
--replace "version: '3.9.3'" "version: '${version}'"
|
||||
'' else ''
|
||||
sed -e 's@CONFIG_RPATH=/usr/share/gettext/config.rpath@CONFIG_RPATH=${gettext}/share/gettext/config.rpath@' -i makeconf.sh
|
||||
./makeconf.sh
|
||||
|
@ -11,7 +11,7 @@ in {
|
||||
};
|
||||
|
||||
fuse_3 = mkFuse {
|
||||
version = "3.9.2";
|
||||
sha256Hash = "10xsbly7rv895c9zv4fqmnrxbdc0kd1qhlk75x4m9cv95f93k843";
|
||||
version = "3.9.4";
|
||||
sha256Hash = "1j11niqw3p94yd6mfdrkdra0nic8a38fc179y5h9yz81q39m2f3b";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user