summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-01-16 15:00:23 -0500
committerGitHub <noreply@github.com>2020-01-16 15:00:23 -0500
commitf25df343984143dcbd4f2f2f5ad14e1187627349 (patch)
treeabed0c520a36dd261f2a5c468e3702414aa1d389 /pkgs/servers
parent7b26075b1377d18d257621f485e70af48350a512 (diff)
parenta0e2310364c5c10c9655903fa51b88a39e0b2ffe (diff)
downloadnixpkgs-f25df343984143dcbd4f2f2f5ad14e1187627349.tar
nixpkgs-f25df343984143dcbd4f2f2f5ad14e1187627349.tar.gz
nixpkgs-f25df343984143dcbd4f2f2f5ad14e1187627349.tar.bz2
nixpkgs-f25df343984143dcbd4f2f2f5ad14e1187627349.tar.lz
nixpkgs-f25df343984143dcbd4f2f2f5ad14e1187627349.tar.xz
nixpkgs-f25df343984143dcbd4f2f2f5ad14e1187627349.tar.zst
nixpkgs-f25df343984143dcbd4f2f2f5ad14e1187627349.zip
Merge pull request #63121 from schneefux/pkg/remove-shaarli-material
shaarli-material: Mark as broken
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/web-apps/shaarli/material-theme.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/servers/web-apps/shaarli/material-theme.nix b/pkgs/servers/web-apps/shaarli/material-theme.nix
index ef0a4331d41..b0829fce733 100644
--- a/pkgs/servers/web-apps/shaarli/material-theme.nix
+++ b/pkgs/servers/web-apps/shaarli/material-theme.nix
@@ -26,10 +26,13 @@ stdenv.mkDerivation rec {
   '';
 
   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";
     license = licenses.mit;
     homepage = https://github.com/kalvn/Shaarli-Material;
-    maintainers = with maintainers; [ schneefux ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.all;
   };
 }