···244244 </listitem>
245245 <listitem>
246246 <para>
247247- xfsprogs was update from 4.19 to 5.10. It now enables reflink support by default on filesystem creation.
247247+ xfsprogs was update from 4.19 to 5.11. It now enables reflink support by default on filesystem creation.
248248 Support for reflinks was added with an experimental status to kernel 4.9 and deemed stable in kernel 4.16.
249249 If you want to be able to mount XFS filesystems created with this release of xfsprogs on kernel releases older than those, you need to format them
250250 with <literal>mkfs.xfs -m reflink=0</literal>.
···48484949 meta = with lib; {
5050 homepage = "https://gitlab.xfce.org/${category}/${pname}/about";
5151- license = licenses.gpl2; # some libraries are under LGPLv2+
5151+ license = licenses.gpl2Plus; # some libraries are under LGPLv2+
5252 platforms = platforms.linux;
5353 };
5454 };
···11+diff --git a/tools/llvm-config/llvm-config.cpp b/tools/llvm-config/llvm-config.cpp
22+index 94d426b..37f7794 100644
33+--- a/tools/llvm-config/llvm-config.cpp
44++++ b/tools/llvm-config/llvm-config.cpp
55+@@ -333,6 +333,21 @@ int main(int argc, char **argv) {
66+ ActiveIncludeOption = "-I" + ActiveIncludeDir;
77+ }
88+99++ /// Nix-specific multiple-output handling: override ActiveLibDir if --link-shared
1010++ if (!IsInDevelopmentTree) {
1111++ bool WantShared = true;
1212++ for (int i = 1; i < argc; ++i) {
1313++ StringRef Arg = argv[i];
1414++ if (Arg == "--link-shared")
1515++ WantShared = true;
1616++ else if (Arg == "--link-static")
1717++ WantShared = false; // the last one wins
1818++ }
1919++
2020++ if (WantShared)
2121++ ActiveLibDir = std::string("@lib@") + "/lib" + LLVM_LIBDIR_SUFFIX;
2222++ }
2323++
2424+ /// We only use `shared library` mode in cases where the static library form
2525+ /// of the components provided are not available; note however that this is
2626+ /// skipped if we're run from within the build dir. However, once installed,
···1818 # The websites youtube-dl deals with are a very moving target. That means that
1919 # downloads break constantly. Because of that, updates should always be backported
2020 # to the latest stable release.
2121- version = "2021.03.31";
2121+ version = "2021.04.01";
22222323 src = fetchurl {
2424 url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
2525- sha256 = "1svcgrhq1yxpcd6k3piqs5paalrcsq9bm79h5ras1g7yjzid05gj";
2525+ sha256 = "1vw9l32bv115129v1lfar626y3vivvxkp36bc1phjcrsjfayz67h";
2626 };
27272828 nativeBuildInputs = [ installShellFiles makeWrapper ];
···827827 ytop = throw "ytop has been abandoned by upstream. Consider switching to bottom instead";
828828 yubikey-neo-manager = throw "yubikey-neo-manager has been removed because it was broken. Use yubikey-manager-qt instead."; # added 2021-03-08
829829 yuzu = yuzu-mainline; # added 2021-01-25
830830+ zimreader = throw "zimreader has been removed from nixpkgs as it has been replaced by kiwix-serve and stopped working with modern zimlib versions."; # added 2021-03-28
830831 zdfmediathk = mediathekview; # added 2019-01-19
831832 gnome_user_docs = gnome-user-docs; # added 2019-11-20
832833 # spidermonkey is not ABI upwards-ompatible, so only allow this for nix-shell