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
+2 -2
View File
@@ -11,7 +11,7 @@
, webkitgtk
, makeWrapper
, wrapGAppsHook
, gnome3
, gnome
, gdk-pixbuf
}:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
webkitgtk
glib-networking
gdk-pixbuf
gnome3.adwaita-icon-theme
gnome.adwaita-icon-theme
];
nativeBuildInputs = [
+1 -1
View File
@@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Web micro-framework written in Vala";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = [ maintainers.lethalman ];
maintainers = [ ];
};
}