gnome3.seahorse: 3.36.2 -> 3.37.2
* use libhandy_0 https://gitlab.gnome.org/GNOME/seahorse/-/blob/3.37.2/NEWS
This commit is contained in:
parent
3ae75ad4c8
commit
19fc602264
@ -22,16 +22,16 @@
|
|||||||
, p11-kit
|
, p11-kit
|
||||||
, openssh
|
, openssh
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, libhandy
|
, libhandy_0
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "seahorse";
|
pname = "seahorse";
|
||||||
version = "3.36.2";
|
version = "3.37.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "16wmxxppgcgfj8zkagcny5af1c81x32ysm9d6j9f2k7bmik21ss5";
|
hash = "sha256-flpBYSYDDDTONYZuRR3V2sx637Mp1dMQJ79fUGLtRio=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
openssh
|
openssh
|
||||||
openldap
|
openldap
|
||||||
libpwquality
|
libpwquality
|
||||||
libhandy
|
libhandy_0 # not yet ported to libhandy-1
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user