gnome3.gnome-notes: 3.28.3 → 3.30.3
This commit is contained in:
parent
e29980b372
commit
cb842f8533
@ -5,13 +5,13 @@
|
||||
, gnome3, libxml2 }:
|
||||
|
||||
let
|
||||
version = "3.28.3";
|
||||
version = "3.30.3";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "bijiben-${version}";
|
||||
name = "gnome-notes-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "0lg92fl6dmrybkxs3gqhyr8rq945y64k51l6s72yiads7pqabli2";
|
||||
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
|
||||
sha256 = "1mkpi2i9nqpip5l15ihjcscyiri113s0705sjgh6b89164ahyn5k";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
@ -41,13 +41,13 @@ in stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = "bijiben";
|
||||
attrPath = "gnome3.bijiben";
|
||||
attrPath = "gnome3.gnome-notes";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Note editor designed to remain simple to use";
|
||||
homepage = https://wiki.gnome.org/Apps/Bijiben;
|
||||
homepage = https://wiki.gnome.org/Apps/Notes;
|
||||
license = licenses.gpl3;
|
||||
maintainers = gnome3.maintainers;
|
||||
platforms = platforms.linux;
|
@ -246,8 +246,6 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
accerciser = callPackage ./apps/accerciser { };
|
||||
|
||||
bijiben = callPackage ./apps/bijiben { };
|
||||
|
||||
cheese = callPackage ./apps/cheese { };
|
||||
|
||||
evolution = callPackage ./apps/evolution { };
|
||||
@ -280,6 +278,8 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
gnome-nettool = callPackage ./apps/gnome-nettool { };
|
||||
|
||||
gnome-notes = callPackage ./apps/gnome-notes { };
|
||||
|
||||
gnome-photos = callPackage ./apps/gnome-photos {
|
||||
gegl = gegl_0_3;
|
||||
};
|
||||
@ -401,6 +401,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
} // lib.optionalAttrs (config.allowAliases or true) {
|
||||
#### Legacy aliases
|
||||
|
||||
bijiben = gnome-notes; # added 2018-09-26
|
||||
evolution_data_server = evolution-data-server; # added 2018-02-25
|
||||
geocode_glib = geocode-glib; # added 2018-02-25
|
||||
glib_networking = glib-networking; # added 2018-02-25
|
||||
|
Loading…
x
Reference in New Issue
Block a user