cinnamon.cjs: 4.8.2 -> 5.2.0

This commit is contained in:
Maciej Krüger 2021-11-24 10:15:10 +01:00
parent d9ab6ff3ff
commit b4aa62ec19
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -25,23 +25,24 @@
, makeWrapper , makeWrapper
, which , which
, libxml2 , libxml2
, gtk4
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cjs"; pname = "cjs";
version = "4.8.2"; version = "5.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "cjs"; repo = "cjs";
rev = version; rev = version;
hash = "sha256-6+zlWL0DmyP+RFp1ECA4XGbgYUlsMqqyTd6z46w99Ug="; hash = "sha256-06sTk513qVMdznSHJzzB3XIPTcfjgxTB2o+ALqwPpHM=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
nativeBuildInputs = [ nativeBuildInputs = [
meson # ADDING cmake breaks the build, ignore meson warning meson
ninja ninja
pkg-config pkg-config
makeWrapper makeWrapper
@ -50,6 +51,7 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
gtk4
gobject-introspection gobject-introspection
cairo cairo
readline readline