mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
gcr_4: 3.90.0 → 3.92.0
https://gitlab.gnome.org/GNOME/gcr/-/compare/3.90.0...3.92.0 Removes UI libraries, GTK 4 only used for cert viewer tool. Let’s move it to a separate output. Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
3732af5716
commit
41d0d25025
@ -10,14 +10,13 @@
|
||||
, glib
|
||||
, libgcrypt
|
||||
, libtasn1
|
||||
, gtk3
|
||||
, gtk4
|
||||
, pango
|
||||
, libsecret
|
||||
, openssh
|
||||
, systemd
|
||||
, gobject-introspection
|
||||
, wrapGAppsHook
|
||||
, wrapGAppsHook4
|
||||
, vala
|
||||
, gi-docgen
|
||||
, gnome
|
||||
@ -27,13 +26,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gcr";
|
||||
version = "3.90.0";
|
||||
version = "3.92.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputs = [ "out" "bin" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "5ZB0nsh2A38LDimVDCyyCIEnDAX0fsUmlSCog9iTSE4=";
|
||||
sha256 = "iWq/jh2w9A6ygHPzZPNqcjhayKv4zRNisQFul3If9Rg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -43,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
gettext
|
||||
gobject-introspection
|
||||
gi-docgen
|
||||
wrapGAppsHook
|
||||
wrapGAppsHook4
|
||||
vala
|
||||
gi-docgen
|
||||
shared-mime-info
|
||||
@ -57,12 +56,11 @@ stdenv.mkDerivation rec {
|
||||
libsecret
|
||||
openssh
|
||||
systemd
|
||||
gtk4
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
glib
|
||||
gtk3
|
||||
gtk4
|
||||
p11-kit
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user