Unverified Commit 462b457a authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

nvidia_oc: add driver runpath hook (#377684)

parents 75cc09d6 d1e4dfa0
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  rustPlatform,
  fetchFromGitHub,
  autoAddDriverRunpath,
  versionCheckHook,
}:

@@ -19,6 +20,10 @@ rustPlatform.buildRustPackage rec {
  useFetchCargoVendor = true;
  cargoHash = "sha256-DuuHqBhL25ghgcYxcOtWRArUqL9+c3d5mBrAcWTAFW8=";

  nativeBuildInputs = [
    autoAddDriverRunpath
  ];

  doInstallCheck = true;

  nativeInstallCheckInputs = [