mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
gnome3.gnome-nibbles: 3.32.0 → 3.34.0
This commit is contained in:
parent
5bb4b8cd0a
commit
a36a47ad96
|
@ -1,19 +1,24 @@
|
|||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||
, librsvg, libcanberra-gtk3, clutter-gtk, intltool, itstool
|
||||
, libxml2, libgee, libgnome-games-support }:
|
||||
, librsvg, gsound, clutter-gtk, gettext, itstool, vala, python3
|
||||
, libxml2, libgee, libgnome-games-support, meson, ninja
|
||||
, desktop-file-utils, hicolor-icon-theme}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-nibbles";
|
||||
version = "3.32.0";
|
||||
version = "3.34.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-nibbles/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0g627pzbfywiy2rsh4aidgbln9s4j5m8pryw4cgr5ygc4z8l6l9p";
|
||||
sha256 = "0al0znl26y3xcdq6ilv78g54pz0fcw5lr9rhhf9g9rkyigd5056n";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wrapGAppsHook intltool itstool libxml2 ];
|
||||
nativeBuildInputs = [
|
||||
meson ninja vala python3
|
||||
pkgconfig wrapGAppsHook gettext itstool libxml2
|
||||
desktop-file-utils hicolor-icon-theme
|
||||
];
|
||||
buildInputs = [
|
||||
gtk3 librsvg libcanberra-gtk3 clutter-gtk gnome3.adwaita-icon-theme
|
||||
gtk3 librsvg gsound clutter-gtk gnome3.adwaita-icon-theme
|
||||
libgee libgnome-games-support
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue