Commit cd6a5a15 authored by qbisi's avatar qbisi Committed by Masum Reza
Browse files

pocl: remove updateScript

parent ebe20c9d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
  ];