mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:27:42 +00:00
gnome.gnome-flashback: use gnome-bluetooth_1_0
This commit is contained in:
parent
55d676321a
commit
85dff10d06
@ -1,9 +1,10 @@
|
||||
{ lib, stdenv
|
||||
{ stdenv
|
||||
, lib
|
||||
, autoreconfHook
|
||||
, fetchurl
|
||||
, gettext
|
||||
, glib
|
||||
, gnome-bluetooth
|
||||
, gnome-bluetooth_1_0
|
||||
, gnome-desktop
|
||||
, gnome-panel
|
||||
, gnome-session
|
||||
@ -94,7 +95,7 @@ let
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
gnome-bluetooth
|
||||
gnome-bluetooth_1_0
|
||||
gnome-desktop
|
||||
gsettings-desktop-schemas
|
||||
gtk3
|
||||
|
Loading…
Reference in New Issue
Block a user