Unverified Commit 3e7ff8ef authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

tslib: add updateScript

parent 0299c4ff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  stdenv,
  fetchFromGitHub,
  cmake,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -18,6 +19,8 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [ cmake ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Touchscreen access library";
    homepage = "http://www.tslib.org/";