Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-12 18:32:29 +00:00
committed by GitHub
48 changed files with 373 additions and 145 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
, libheif
, librsvg
, ApplicationServices
, Foundation
, python27
, libpng
, fetchFromGitHub
@@ -68,7 +69,7 @@ stdenv.mkDerivation rec {
python27
libpng
expat
] ++ lib.optional stdenv.isDarwin ApplicationServices;
] ++ lib.optionals stdenv.isDarwin [ApplicationServices Foundation];
# Required by .pc file
propagatedBuildInputs = [