libappimage: add missing xz dependency

This commit is contained in:
Philip Taron
2025-07-24 07:59:06 -07:00
parent a32e5f932c
commit f0343f0b15
+2
View File
@@ -16,6 +16,7 @@
librsvg,
squashfuse,
xdg-utils-cxx,
xz, # for liblzma
zlib,
}:
stdenv.mkDerivation rec {
@@ -66,6 +67,7 @@ stdenv.mkDerivation rec {
libarchive
squashfuse
xdg-utils-cxx
xz
];
propagatedBuildInputs = [