Skip to content

Commit

Permalink
cinnamon.nemo: 6.0.2 -> 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Jun 29, 2024
1 parent e67f038 commit ec879d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/desktops/cinnamon/nemo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
, cinnamon-desktop
, xapp
, libexif
, json-glib
, gtk-layer-shell
, exempi
, intltool
, shared-mime-info
Expand All @@ -22,13 +24,13 @@

stdenv.mkDerivation rec {
pname = "nemo";
version = "6.0.2";
version = "6.2.1";

src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-vSLFp0sgqGsZtcXdv82PVH0HcBbmcxrMySLFCBrLJpA=";
sha256 = "sha256-c6asFiDpFctNn+ap0cRptdFbjv5blTaJqDuzZ1Je+3I=";
};

patches = [
Expand All @@ -49,6 +51,8 @@ stdenv.mkDerivation rec {
exempi
gvfs
libgsf
json-glib
gtk-layer-shell
];

nativeBuildInputs = [
Expand All @@ -64,6 +68,8 @@ stdenv.mkDerivation rec {
mesonFlags = [
# use locales from cinnamon-translations
"--localedir=${cinnamon-translations}/share/locale"
# enabled by default in Mint packaging (see debian/rules)
"-Dgtk_layer_shell=true"
];

postInstall = ''
Expand Down

0 comments on commit ec879d2

Please sign in to comment.