Commit 86f45dbd authored by Jan Tojnar's avatar Jan Tojnar
Browse files
parent 5c502147
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -129,8 +129,10 @@ stdenv.mkDerivation (finalAttrs: {
  doCheck = !stdenv.hostPlatform.isDarwin;

  passthru = {
    tests = {
      inherit gimp;
    };
  };

  meta = with lib; {
    description = "Graph-based image processing framework";