3
0
Fork 0
forked from mirrors/nixpkgs

cudaPackages.cuda-samples: alphabetize arguments

This commit is contained in:
Connor Baker 2023-11-09 14:48:17 +00:00
parent b807a32c2c
commit 83d5298d37

View file

@ -1,15 +1,15 @@
{ lib
{ autoAddOpenGLRunpathHook
, backendStdenv
, cmake
, fetchFromGitHub
, fetchpatch
, autoAddOpenGLRunpathHook
, cudatoolkit
, cudaVersion
, fetchFromGitHub
, fetchpatch
, freeimage
, glfw3
, lib
, pkg-config
, sha256
, glfw3
, freeimage
}:
backendStdenv.mkDerivation (finalAttrs: {
pname = "cuda-samples";