Commit 1c5f4c04 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

orthanc: add `passthru.framework`

parent 654e9b1e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
  unzip,
  versionCheckHook,
  nixosTests,
  orthanc-framework,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -120,9 +121,12 @@ stdenv.mkDerivation (finalAttrs: {
  versionCheckProgramArg = "--version";
  doInstallCheck = true;

  passthru.tests = {
  passthru = {
    framework = orthanc-framework;
    tests = {
      inherit (nixosTests) orthanc;
    };
  };

  meta = {
    description = "Orthanc is a lightweight, RESTful DICOM server for healthcare and medical research";