libmnl: add dev output

This commit is contained in:
Doron Behar
2026-01-21 14:05:08 +02:00
parent 194a6fcd9c
commit 65f7dc82ec
+5
View File
@@ -13,6 +13,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-J0ubkZ7zFSv7PaOhPJUN1g1uK81UIw/+yimNA7QNBSU=";
};
outputs = [
"out"
"dev"
];
meta = {
description = "Minimalistic user-space library oriented to Netlink developers";
longDescription = ''