Merge remote-tracking branch 'origin/master' into staging-next

Conflicts:
  nixos/doc/manual/release-notes/rl-2105.xml
  pkgs/tools/security/sequoia/default.nix
This commit is contained in:
Jonathan Ringer
2021-05-19 10:39:54 -07:00
126 changed files with 2445 additions and 1530 deletions
+5 -3
View File
@@ -7,7 +7,7 @@
, curl
, doxygen
, fetchFromGitHub
, ffmpeg
#, ffmpeg
, libmediainfo
, libraw
, libsodium
@@ -52,7 +52,8 @@ mkDerivation rec {
c-ares
cryptopp
curl
ffmpeg
# temporarily disable until patched for ffmpeg 4.4
#ffmpeg
libmediainfo
libraw
libsodium
@@ -94,7 +95,8 @@ mkDerivation rec {
"--with-cares"
"--with-cryptopp"
"--with-curl"
"--with-ffmpeg"
# temporarily disable until patched for ffmpeg 4.4
#"--with-ffmpeg"
"--without-freeimage" # unreferenced even when found
"--without-readline"
"--without-termcap"
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ libX11 mesa_glu libspnav ];
configureFlags = [ "--disable-debug" ];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installPhase = ''
runHook preInstall