Skip to content

Commit

Permalink
blueman: add librsvg
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Feb 16, 2017
1 parent 073ca2b commit 5125ecb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/tools/bluetooth/blueman/default.nix
@@ -1,6 +1,7 @@
{ stdenv, lib, fetchurl, intltool, pkgconfig, pythonPackages, bluez, polkit, gtk3
, obex_data_server, xdg_utils, libnotify, dconf, gsettings_desktop_schemas, dnsmasq, dhcp
, hicolor_icon_theme , withPulseAudio ? true, libpulseaudio }:
, hicolor_icon_theme, librsvg
, withPulseAudio ? true, libpulseaudio }:

let
binPath = lib.makeBinPath [ xdg_utils dnsmasq dhcp ];
Expand All @@ -16,7 +17,7 @@ in stdenv.mkDerivation rec {

nativeBuildInputs = [ intltool pkgconfig pythonPackages.wrapPython pythonPackages.cython ];

buildInputs = [ bluez gtk3 pythonPackages.python libnotify dconf
buildInputs = [ bluez gtk3 pythonPackages.python libnotify dconf librsvg
gsettings_desktop_schemas hicolor_icon_theme ]
++ pythonPath
++ lib.optional withPulseAudio libpulseaudio;
Expand Down

0 comments on commit 5125ecb

Please sign in to comment.