yoda-with-root: mark as broken

This commit is contained in:
Dmitry Kalinkin 2020-12-22 22:40:25 -05:00
parent a30bff21e8
commit ffcf3a1a78
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -39,5 +39,7 @@ stdenv.mkDerivation rec {
homepage = "https://yoda.hepforge.org";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];
# https://gitlab.com/hepcedar/yoda/-/issues/24
broken = withRootSupport;
};
}