gnome3.gspell: 1.4.1 → 1.6.1
This commit is contained in:
parent
884376e7a8
commit
2184a92619
@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ enchant ]; # required for pkgconfig
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib gtk3 isocodes vala ];
|
||||
nativeBuildInputs = [ pkgconfig vala ];
|
||||
buildInputs = [ glib gtk3 isocodes ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
|
@ -1,10 +1,10 @@
|
||||
fetchurl: rec {
|
||||
major = "1.4";
|
||||
minor = "1";
|
||||
name = "gspell-${major}.${minor}";
|
||||
# Autogenerated by maintainers/scripts/gnome.sh update
|
||||
|
||||
fetchurl: {
|
||||
name = "gspell-1.6.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gspell/${major}/${name}.tar.xz";
|
||||
sha256 = "1ghh1xdzf04mfgb13zqpj88krpa44xv2vbyhm6k017kzrpz8hbs4";
|
||||
url = mirror://gnome/sources/gspell/1.6/gspell-1.6.1.tar.xz;
|
||||
sha256 = "f4d329348775374eec18158f8dcbbacf76f85be5ce002a92d93054ece70ec4de";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user