libewf: add lib, dev & man outputs

This commit is contained in:
Doron Behar
2026-01-21 13:41:12 +02:00
parent 00d80ca432
commit d4d6af7c78
+7
View File
@@ -31,6 +31,13 @@ stdenv.mkDerivation rec {
"ac_cv_openssl_xts_duplicate_keys=yes"
];
outputs = [
"out"
"lib"
"dev"
"man"
];
meta = {
description = "Library for support of the Expert Witness Compression Format";
homepage = "https://sourceforge.net/projects/libewf/";