gnome3.metacity: 3.36.1 -> 3.37.1
* add libXres to buildInputs. * reformat Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
This commit is contained in:
parent
284ee7b70b
commit
9db93f06ac
@ -5,6 +5,7 @@
|
|||||||
, gnome3
|
, gnome3
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, xorg
|
||||||
, libcanberra-gtk3
|
, libcanberra-gtk3
|
||||||
, libgtop
|
, libgtop
|
||||||
, libstartup_notification
|
, libstartup_notification
|
||||||
@ -12,17 +13,16 @@
|
|||||||
, pkgconfig
|
, pkgconfig
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, zenity }:
|
, zenity
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
pname = "metacity";
|
pname = "metacity";
|
||||||
version = "3.36.1";
|
version = "3.37.1";
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "08xkq5i6czvms0ygbj7ywzl70q1l0z44nfh6b43q8rmjwa9pdw0i";
|
sha256 = "09m102lpy68730y8y7vjyaw3cavlbdbiyix6s0kgna23bbcz7ml0";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -40,6 +40,7 @@ in stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
xorg.libXres
|
||||||
glib
|
glib
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk3
|
gtk3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user