gnome.gnome-bluetooth: 42.beta → 42.beta.2

https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.beta...42.beta.2
This commit is contained in:
Jan Tojnar 2022-02-27 11:09:05 +00:00
parent e5d429af2d
commit 998a209d2a

View file

@ -26,14 +26,14 @@
stdenv.mkDerivation rec {
pname = "gnome-bluetooth";
version = "42.beta";
version = "42.beta.2";
# TODO: split out "lib"
outputs = [ "out" "dev" "devdoc" "man" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "1Qn47dpsMIU7kx3M4y4km9SdvKuLxFSUHqmP/fHuvao=";
sha256 = "sMrjHipDLqMQSZsmMszAW1erA6q1AiCXWkeg5UFgkH4=";
};
nativeBuildInputs = [
@ -63,19 +63,9 @@ stdenv.mkDerivation rec {
];
mesonFlags = [
"-Dicon_update=false"
"-Dgtk_doc=true"
];
postPatch = ''
chmod +x meson_post_install.py # patchShebangs requires executable file
patchShebangs meson_post_install.py
# https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/117
substituteInPlace lib/bluetooth-utils.c \
--replace "/* fallthrough */" "break;"
'';
passthru = {
updateScript = gnome.updateScript {
packageName = pname;