Merge pull request #63121 from schneefux/pkg/remove-shaarli-material

shaarli-material: Mark as broken
This commit is contained in:
worldofpeace
2020-01-16 15:00:23 -05:00
committed by GitHub
@@ -26,10 +26,13 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
# This package has not been updated for the new build process
# introduced in 0.10.3 which depends on npm and gulp.
broken = true;
description = "A theme base on Google's Material Design for Shaarli, the superfast delicious clone"; description = "A theme base on Google's Material Design for Shaarli, the superfast delicious clone";
license = licenses.mit; license = licenses.mit;
homepage = https://github.com/kalvn/Shaarli-Material; homepage = https://github.com/kalvn/Shaarli-Material;
maintainers = with maintainers; [ schneefux ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }