Merge branch 'master' into haskell-updates

This commit is contained in:
Malte Brandy
2021-05-07 15:03:54 +02:00
560 changed files with 8180 additions and 4731 deletions

View File

@@ -1,14 +1,19 @@
{ lib, stdenv, fetchurl, gnome3 }:
{ lib, stdenv, fetchurl, gnome3, libxslt }:
stdenv.mkDerivation rec {
pname = "mobile-broadband-provider-info";
version = "20190116";
version = "20201225";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${version}/${pname}-${version}.tar.xz";
sha256 = "16y5lc7pfdvai9c8xwb825zc3v46039gghbip13fqslf5gw11fic";
sha256 = "1g9x2i4xjm2sagaha07n9psacbylrwfrmfqkp17gjwhpyi6w0zqd";
};
nativeBuildInputs = [
# fixes configure: error: xsltproc not found
libxslt
];
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;