mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
blueman: add gobjectIntrospection
as native build dependency
`gobjectIntrospection` provides a hook to fixup GI_TYPELIB_PATH. Before this change all blueman tools fail to start because they are unable to discover the Gtk3 libraries.
This commit is contained in:
parent
b481181897
commit
d99321cf68
@ -1,6 +1,6 @@
|
||||
{ stdenv, lib, fetchurl, intltool, pkgconfig, pythonPackages, bluez, polkit, gtk3
|
||||
, obex_data_server, xdg_utils, libnotify, dnsmasq, dhcp
|
||||
, hicolor_icon_theme, librsvg, wrapGAppsHook
|
||||
, hicolor_icon_theme, librsvg, wrapGAppsHook, gobjectIntrospection
|
||||
, withPulseAudio ? true, libpulseaudio }:
|
||||
|
||||
let
|
||||
@ -15,7 +15,10 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "03s305mbc57nl3sq5ywh9casz926k4aqnylgaidli8bmgz1djbg9";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ intltool pkgconfig pythonPackages.wrapPython pythonPackages.cython wrapGAppsHook ];
|
||||
nativeBuildInputs = [
|
||||
gobjectIntrospection intltool pkgconfig pythonPackages.cython
|
||||
pythonPackages.wrapPython wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [ bluez gtk3 pythonPackages.python libnotify librsvg hicolor_icon_theme ]
|
||||
++ pythonPath
|
||||
|
Loading…
Reference in New Issue
Block a user