diff options
| author | Domen Kožar <domen@dev.si> | 2021-06-25 16:18:12 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-25 14:49:12 +0000 |
| commit | e30a20ee4654753f9b6ed25c67552b8a8f5dcaf9 (patch) | |
| tree | 8533a5241644059c6e1a74e2a239e9e96fdb780e | |
| parent | Merge pull request #128100 from NixOS/backport-128091-to-release-21.05 (diff) | |
| download | nixpkgs-e30a20ee4654753f9b6ed25c67552b8a8f5dcaf9.tar.gz | |
blueman: 2.1.4 -> 2.2.1
(cherry picked from commit 1bb478f5be6f707fd0b2491eef26a4e3e7e99893)
| -rw-r--r-- | pkgs/tools/bluetooth/blueman/default.nix | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/pkgs/tools/bluetooth/blueman/default.nix b/pkgs/tools/bluetooth/blueman/default.nix index 7b3aa397fc35..0939584fa970 100644 --- a/pkgs/tools/bluetooth/blueman/default.nix +++ b/pkgs/tools/bluetooth/blueman/default.nix @@ -9,11 +9,11 @@ let in stdenv.mkDerivation rec { pname = "blueman"; - version = "2.1.4"; + version = "2.2.1"; src = fetchurl { url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz"; - sha256 = "1nk46s1s8yrlqv37sc7la05nnn7sdgqhkrcdm98qin34llwkv70x"; + sha256 = "0whs1bqnn1fgzrq7y2w1d06ldvfafq6h2xzmcfncbwmyb4i0mhgw"; }; nativeBuildInputs = [ @@ -27,18 +27,6 @@ in stdenv.mkDerivation rec { ++ pythonPath ++ lib.optional withPulseAudio libpulseaudio; - patches = [ - # Don't use etc/dbus-1/system.d - (fetchpatch { - url = "https://github.com/blueman-project/blueman/commit/ae2be5a70cdea1d1aa0e3ab1c85c1d3a0c4affc6.patch"; - sha256 = "0nb6jzlxhgjvac52cjwi0pi40b8v4h6z6pwz5vkyfmaj86spygg3"; - excludes = [ - "meson.build" - "Dependencies.md" - ]; - }) - ]; - postPatch = lib.optionalString withPulseAudio '' sed -i 's,CDLL(",CDLL("${libpulseaudio.out}/lib/,g' blueman/main/PulseAudioUtils.py ''; |
