Skip to content

Commit

Permalink
cinnamon.cinnamon-control-center: 4.4.0 -> 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 7, 2020
1 parent 1e60571 commit c768edf
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pkgs/desktops/cinnamon/cinnamon-control-center/default.nix
Expand Up @@ -6,7 +6,6 @@
, gettext
, cinnamon-desktop
, intltool
, libxslt
, gtk3
, libnotify
, gnome-menus
Expand Down Expand Up @@ -37,22 +36,19 @@
, modemmanager
, xorg
, gdk-pixbuf
, cups
}:

stdenv.mkDerivation rec {
pname = "cinnamon-control-center";
version = "4.4.0";
version = "4.6.0";

src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "1rxm5n2prh182rxvjs7psxgjddikrjr8492j22060gmyvq55n7kc";
sha256 = "0ls2ys4x6qqp0j727c4n7a6319m4k1qsy1ybxkfzlzgf750v9xda";
};

configureFlags = [ "--enable-systemd" ];

buildInputs = [
gtk3
glib
Expand All @@ -61,7 +57,6 @@ stdenv.mkDerivation rec {
cinnamon-menus
libxml2
dbus-glib
systemd
polkit
libgnomekbd
libxklavier
Expand All @@ -76,7 +71,6 @@ stdenv.mkDerivation rec {
xorg.libXxf86misc
xorg.libxkbfile
gdk-pixbuf
cups
];

/* ./panels/datetime/test-timezone.c:4:#define TZ_DIR "/usr/share/zoneinfo/"
Expand Down Expand Up @@ -105,13 +99,14 @@ stdenv.mkDerivation rec {
rm -rfv $out
'';

doCheck = true;

nativeBuildInputs = [
pkgconfig
autoreconfHook
wrapGAppsHook
gettext
intltool
libxslt
libtool
];

Expand Down

0 comments on commit c768edf

Please sign in to comment.