aboutsummaryrefslogtreecommitdiff
path: root/doc/images/coreutils-graph.dot
blob: 920e5f2358653d49258657078e5612041c385663 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph "Guix package" {
  "72851008" [label = "coreutils-8.25", shape = box, fontname = Helvetica];
  "72851008" -> "49728512" [color = darkseagreen];
  "72851008" -> "74872512" [color = darkseagreen];
  "72851008" -> "53180864" [color = darkseagreen];
  "72851008" -> "75199232" [color = darkseagreen];
  "49728512" [label = "perl-5.24.0", shape = box, fontname = Helvetica];
  "74872512" [label = "acl-2.2.52", shape = box, fontname = Helvetica];
  "74872512" -> "74873280" [color = red];
  "74872512" -> "49728512" [color = red];
  "74872512" -> "74872704" [color = red];
  "74873280" [label = "gettext-minimal-0.19.8.1", shape = box, fontname = Helvetica];
  "74873280" -> "41550784" [color = cyan3];
  "41550784" [label = "expat-2.2.0", shape = box, fontname = Helvetica];
  "74872704" [label = "attr-2.4.47", shape = box, fontname = Helvetica];
  "74872704" -> "74873280" [color = cyan3];
  "74872704" -> "49728512" [color = cyan3];
  "53180864" [label = "gmp-6.1.1", shape = box, fontname = Helvetica];
  "53180864" -> "50262784" [color = darkgoldenrod];
  "50262784" [label = "m4-1.4.17", shape = box, fontname = Helvetica];
  "75199232" [label = "libcap-2.24", shape = box, fontname = Helvetica];
  "75199232" -> "49728512" [color = blue];
  "75199232" -> "74872704" [color = blue];

}
ogsubject'>gnu: nyxt: Update to 2.0.0.Pierre Neidhardt * gnu/packages/web-browsers.scm (nyxt): Update to 2.0.0. [arguments]: Remove useless set-version phase. [inputs]: Remove unused file-attributes. [description]: Follow upstream updates. 2021-05-06gnu: nyxt: Update to 2-pre-release-7.Pierre Neidhardt * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-7. [arguments]: Set GI_TYPELIB_PATH to the value in the build environment, not just gsettings-desktop-schemas since we also need the typelibs of GTK, Pango, etc. [inputs]: Add sbcl-cl-gobject-introspection, gtk+, webkitgtk, gobjectintrospection. There are all needed for the new GI-based renderer. 2021-05-01gnu: qutebrowser: Update to 2.2.1.Tobias Geerinckx-Rice * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.1. 2021-04-27gnu: lagrange: Update to 1.3.4.Tobias Geerinckx-Rice * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.4. 2021-04-20gnu: lagrange: Update to 1.3.3.Tobias Geerinckx-Rice * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.3. 2021-04-19gnu: tinmop: Update to 0.6.2.cage * gnu/packages/web-browsers.scm (tinmop): Update to 0.6.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> 2021-04-16gnu: qutebrowser: Update to 2.2.0.Léo Le Bouter * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.0. 2021-04-11gnu: lagrange: Update to 1.3.2.Tobias Geerinckx-Rice * gnu/packages/web-browsers.scm (lagrange): Update to 1.3.2. 2021-04-11gnu: Add lagrange.Alexander Krotov * gnu/packages/web-browsers.scm (lagrange): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 2021-03-29gnu: links: Update to 2.22.Tobias Geerinckx-Rice * gnu/packages/web-browsers.scm (links): Update to 2.22. 2021-03-22gnu: nyxt: Update to 2-pre-release-6.Pierre Neidhardt * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-6. 2021-03-06gnu: qutebrowser: Update to 2.0.2.Benoit Joly * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.0.2. [inputs]: Add python-importlib-resources. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 2021-03-04gnu: Add tinmop.cage * gnu/packages/web-browsers.scm (tinmop): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> 2021-02-05gnu: nyxt: Fix hu.dwim.defclass-star version.Pierre Neidhardt * gnu/packages/web-browsers.scm (sbcl-hu.dwim.defclass-star--no-nickname): New unexported package compatible with Nyxt 2 pre-release-5. (nyxt)[inputs]: Replace sbcl-hu.dwim.defclass-star by sbcl-hu.dwim.defclass-star--no-nickname. 2020-12-22gnu: nyxt: Update to 2-pre-release-5.Pierre Neidhardt * gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-5. 2020-12-07gnu: bombadillo: Update to 2.3.3.Tobias Geerinckx-Rice * gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.3. 2020-12-07gnu: qutebrowser: Update to 1.14.1.Tobias Geerinckx-Rice * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.1. 2020-11-30gnu: Add gmni.Alexandru-Sergiu Marton * gnu/packages/web-browsers.scm (gmni): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> 2020-11-28Merge branch 'staging'Marius Bakke 2020-11-28gnu: qutebrowser: Fix QTWEBENGINEPROCESS_PATH wrapping.Sergey Trofimov Even thought this is named PATH, it's not a search path, instead the value is assumed to be the location of the executable. * gnu/packages/ebook.scm (calibre)[arguments]: Fix QTWEBENGINEPROCESS_PATH wrapping. Signed-off-by: Christopher Baines <mail@cbaines.net>