Files
2026-01-29 17:50:25 -08:00

17 lines
329 B
Nix

{ buildRedist }:
buildRedist {
redistName = "nvpl";
pname = "nvpl_common";
outputs = [
"out"
"dev"
];
meta = {
description = "Common part of NVIDIA Performance Libraries";
homepage = "https://developer.nvidia.com/nvpl";
changelog = "https://docs.nvidia.com/nvpl/latest/release_notes.html";
};
}