Merge master into staging-next
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user