mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
gnome.aisleriot: 3.22.30 → 3.22.32
https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.30...3.22.32 Does not seem to need appstream-glib.
This commit is contained in:
parent
b211b392b8
commit
58dbfa26eb
@ -13,27 +13,25 @@
|
||||
, guile
|
||||
, libcanberra-gtk3
|
||||
, ninja
|
||||
, appstream-glib
|
||||
, yelp-tools
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "aisleriot";
|
||||
version = "3.22.30";
|
||||
version = "3.22.32";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "GNOME";
|
||||
repo = "aisleriot";
|
||||
rev = version;
|
||||
sha256 = "sha256-Fj5v2h6xDqf+PPxduxGr3vTy+eZ3aIv0u/ThrheYLGQ=";
|
||||
sha256 = "sha256-+U/EsKTZjWa05DbILWAxqIpMcZ0DP0l4LIYxM2wCFdM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook3
|
||||
meson
|
||||
ninja
|
||||
appstream-glib
|
||||
pkg-config
|
||||
itstool
|
||||
libxml2
|
||||
|
Loading…
Reference in New Issue
Block a user