mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
cudaPackages.cuda-samples: set meta.platforms
This commit is contained in:
parent
186411877a
commit
118b525d10
@ -73,6 +73,7 @@ backendStdenv.mkDerivation (finalAttrs: {
|
||||
description = "Samples for CUDA Developers which demonstrates features in CUDA Toolkit";
|
||||
# CUDA itself is proprietary, but these sample apps are not.
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ obsidian-systems-maintenance ] ++ lib.teams.cuda.members;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user