gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, bluez-tools
|
||||
, cinnamon
|
||||
, gnome3
|
||||
, gnome
|
||||
, gobject-introspection
|
||||
, intltool
|
||||
, pavucontrol
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
bluez-tools
|
||||
cinnamon.xapps
|
||||
gnome3.gnome-bluetooth
|
||||
gnome.gnome-bluetooth
|
||||
python3Packages.python
|
||||
util-linux
|
||||
];
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ config, stdenv, lib, fetchurl, intltool, pkg-config, python3Packages, bluez, gtk3
|
||||
, obex_data_server, xdg-utils, dnsmasq, dhcp, libappindicator, iproute2
|
||||
, gnome3, librsvg, wrapGAppsHook, gobject-introspection, autoreconfHook
|
||||
, gnome, librsvg, wrapGAppsHook, gobject-introspection, autoreconfHook
|
||||
, networkmanager, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio, fetchpatch }:
|
||||
|
||||
let
|
||||
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [ bluez gtk3 pythonPackages.python librsvg
|
||||
gnome3.adwaita-icon-theme iproute2 libappindicator networkmanager ]
|
||||
gnome.adwaita-icon-theme iproute2 libappindicator networkmanager ]
|
||||
++ pythonPath
|
||||
++ lib.optional withPulseAudio libpulseaudio;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user