shaarli-material: remove package

This has been marked broken since Oct 2019 and has no maintainer.
This commit is contained in:
Ryan Mulligan 2020-11-16 21:08:44 -08:00
parent 80b6df2a17
commit c7b3e43be0
2 changed files with 0 additions and 40 deletions

View file

@ -1,38 +0,0 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "shaarli-material";
version = "0.10.4";
src = fetchFromGitHub {
owner = "kalvn";
repo = "Shaarli-Material";
rev = "v${version}";
sha256 = "161kf7linyl2l2d7y60v96xz3fwa572fqm1vbm58mjgkzkfndhrv";
};
patchPhase = ''
for f in material/*.html
do
substituteInPlace $f \
--replace '.min.css?v={$version_hash}"' '.min.css#"' \
--replace '.min.js?v={$version_hash}"' '.min.js#"' \
--replace '.png"' '.png#"'
done
'';
installPhase = ''
mv material/ $out
'';
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; [ ];
platforms = platforms.all;
};
}

View file

@ -17518,8 +17518,6 @@ julia_15 = callPackage ../development/compilers/julia/1.5.nix {
shaarli = callPackage ../servers/web-apps/shaarli { };
shaarli-material = callPackage ../servers/web-apps/shaarli/material-theme.nix { };
shiori = callPackage ../servers/web-apps/shiori { };
inherit (callPackages ../servers/web-apps/matomo {})