Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-02 18:14:54 +00:00
committed by GitHub
82 changed files with 2602 additions and 1381 deletions
@@ -1,5 +1,9 @@
{ lib, stdenv, fetchurl, perl, libunwind, buildPackages }:
# libunwind does not have the supportsHost attribute on darwin, thus
# when this package is evaluated it causes an evaluation error
assert stdenv.isLinux;
stdenv.mkDerivation rec {
pname = "strace";
version = "5.11";