libewf: add lib, dev & man outputs (#482257)

This commit is contained in:
7c6f434c
2026-01-22 10:15:22 +00:00
committed by GitHub
+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/";