Unverified Commit 249935e4 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

openbox: add versionCheckHook

parent 93a23a8a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  bashNonInteractive,
  libstartup_notification,
  makeWrapper,
  versionCheckHook,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -94,6 +95,9 @@ stdenv.mkDerivation (finalAttrs: {
    wrapPythonProgramsIn "$out/libexec" "$out ''${pythonPath[*]}"
  '';

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];

  meta = {
    description = "X window manager for non-desktop embedded systems";
    homepage = "http://openbox.org/";