pocl: remove updateScript

This commit is contained in:
qbisi 2025-04-19 09:31:28 +08:00 committed by Masum Reza
parent ebe20c9dbc
commit cd6a5a15fc

View File

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
cmake,
pkg-config,
hwloc,
@ -99,8 +98,6 @@ stdenv.mkDerivation (finalAttrs: {
lttng-ust
];
passthru.updateScript = nix-update-script { };
nativeInstallCheckInputs = [
writableTmpDirAsHomeHook
];