libcpuid: add dev output
This commit is contained in:
@@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = "https://libcpuid.sourceforge.net/";
|
||||
description = "Small C library for x86 CPU detection and feature extraction";
|
||||
|
||||
Reference in New Issue
Block a user