Commit b9316099 authored by Felix Singer's avatar Felix Singer
Browse files

nixosTests.redmine: Drop 3rdparty plugins and themes



The tests are supposed to test Redmine and not if specific 3rdparty
plugins and themes work. These can be tested too, but then they should
be separated out and not be included in the main test. However, just
remove them as these weren't updated since quite a while.

Signed-off-by: default avatarFelix Singer <felixsinger@posteo.net>
parent 166abfed
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -19,18 +19,6 @@ let
            enable = true;
            package = pkgs.redmine;
            database.type = type;
            plugins = {
              redmine_env_auth = pkgs.fetchurl {
                url = "https://github.com/Intera/redmine_env_auth/archive/0.7.zip";
                sha256 = "1xb8lyarc7mpi86yflnlgyllh9hfwb9z304f19dx409gqpia99sc";
              };
            };
            themes = {
              dkuk-redmine_alex_skin = pkgs.fetchurl {
                url = "https://bitbucket.org/dkuk/redmine_alex_skin/get/1842ef675ef3.zip";
                sha256 = "0hrin9lzyi50k4w2bd2b30vrf1i4fi1c0gyas5801wn8i7kpm9yl";
              };
            };
          };
        };