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

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Command line parser for C++11";
homepage = "https://github.com/CLIUtils/CLI11";
platforms = platforms.unix;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
license = licenses.bsd3;
};

View File

@@ -1,4 +1,4 @@
{ autoconf, fetchurl, makedepend, perl, python3, lib, stdenv, unzip, zip }:
{ autoconf, fetchurl, makedepend, perl, python3, lib, stdenv, zip }:
stdenv.mkDerivation rec {
name = "jscoverage-0.5.1";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
./jsfalse_to_null.patch
];
nativeBuildInputs = [ unzip perl python3 zip ];
nativeBuildInputs = [ perl python3 zip ];
strictDeps = true;