Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-17 06:22:23 +00:00
committed by GitHub
154 changed files with 1062 additions and 1089 deletions
+1
View File
@@ -440,6 +440,7 @@ mapAliases ({
mathics = throw "mathics has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
matrique = spectral; # added 2020-01-27
mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08
meme = meme-image-generator; # added 2021-04-21
mess = mame; # added 2019-10-30
mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23
mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
+4 -4
View File
@@ -4449,6 +4449,8 @@ in
fakechroot = callPackage ../tools/system/fakechroot { };
fancy-motd = callPackage ../tools/system/fancy-motd { };
fastpbkdf2 = callPackage ../development/libraries/fastpbkdf2 { };
fanficfare = callPackage ../tools/text/fanficfare { };
@@ -11729,9 +11731,7 @@ in
smlpkg = callPackage ../tools/package-management/smlpkg { };
solc = solc_0_8;
solc_0_8 = callPackage ../development/compilers/solc { };
solc_0_7 = callPackage ../development/compilers/solc/0.7.nix { };
solc = callPackage ../development/compilers/solc { };
souffle = callPackage ../development/compilers/souffle {
autoreconfHook = buildPackages.autoreconfHook269;
@@ -24848,7 +24848,7 @@ in
melonDS = libsForQt5.callPackage ../misc/emulators/melonDS { };
meme = callPackage ../applications/graphics/meme { };
meme-image-generator = callPackage ../applications/graphics/meme-image-generator { };
meme-suite = callPackage ../applications/science/biology/meme-suite { };
-3
View File
@@ -9,7 +9,6 @@
, pkg-config
, mono
, fsharp
, unzip
, overrides ? {}
}:
@@ -897,8 +896,6 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
sha256 = "07r63xam6icm17pf6amh1qkmna13nxa3ncdan7a3ql307i5isriz";
};
nativeBuildInputs = [ unzip ];
phases = [ "unpackPhase" "installPhase" ];
outputFiles = [ "*" ];