Merge remote-tracking branch 'origin/master' into haskell-updates

This commit is contained in:
sternenseemann
2021-05-08 14:04:31 +02:00
698 changed files with 3107 additions and 2091 deletions

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gnome3, libxslt }:
{ lib, stdenv, fetchurl, gnome, libxslt }:
stdenv.mkDerivation rec {
pname = "mobile-broadband-provider-info";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
];
passthru = {
updateScript = gnome3.updateScript {
updateScript = gnome.updateScript {
packageName = pname;
};
};