Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
Martin Weinelt
2021-05-08 14:43:43 +02:00
657 changed files with 2572 additions and 1628 deletions
@@ -7,7 +7,7 @@
, gtk3
, python3
, wrapGAppsHook
, gnome3
, gnome
, libwnck3
, gobject-introspection
, gettext
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
buildInputs = [
glib
gnome3.adwaita-icon-theme
gnome.adwaita-icon-theme
gtk3
libwnck3
];
@@ -61,7 +61,7 @@ python3.pkgs.buildPythonApplication rec {
'';
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
attrPath = "dfeet";
versionPolicy = "none";
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkg-config, glib, bison, flex, gnome3 }:
{ lib, stdenv, fetchurl, pkg-config, glib, bison, flex, gnome }:
stdenv.mkDerivation rec {
pname = "gob2";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib bison flex ];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "none";
};
@@ -14,7 +14,7 @@
, libgsf
, gcab
, bzip2
, gnome3
, gnome
}:
stdenv.mkDerivation rec {
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "none";
};
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Source code search and cross reference engine";
homepage = "https://opengrok.github.io/OpenGrok/";
license = licenses.cddl;
maintainers = [ maintainers.lethalman ];
maintainers = [ ];
};
}