mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
mate.caja: 1.26.3 -> 1.28.0
https://github.com/mate-desktop/caja/compare/v1.26.3...v1.28.0 Also enables wayland support.
This commit is contained in:
parent
8bd6369f3f
commit
8f62b25ef6
@ -3,24 +3,26 @@
|
||||
, fetchurl
|
||||
, pkg-config
|
||||
, gettext
|
||||
, gtk-layer-shell
|
||||
, gtk3
|
||||
, libnotify
|
||||
, libxml2
|
||||
, libexif
|
||||
, exempi
|
||||
, mate
|
||||
, mate-desktop
|
||||
, hicolor-icon-theme
|
||||
, wayland
|
||||
, wrapGAppsHook
|
||||
, mateUpdateScript
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "caja";
|
||||
version = "1.26.3";
|
||||
version = "1.28.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "gT7fCKNvmV7DwVBBMf+K+70CH24VhmQ/5dztXnPleQ0=";
|
||||
sha256 = "HjAUzhRVgX7C73TQnv37aDXYo3LtmhbvtZGe97ghlXo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -30,13 +32,15 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk-layer-shell
|
||||
gtk3
|
||||
libnotify
|
||||
libxml2
|
||||
libexif
|
||||
exempi
|
||||
mate.mate-desktop
|
||||
mate-desktop
|
||||
hicolor-icon-theme
|
||||
wayland
|
||||
];
|
||||
|
||||
configureFlags = [ "--disable-update-mimedb" ];
|
||||
|
Loading…
Reference in New Issue
Block a user