chore(third_party): Remove pulldown-cmark again
This commit is contained in:
parent
a210610023
commit
42564b3956
2 changed files with 0 additions and 16 deletions
12
third_party/pulldown-cmark/default.nix
vendored
12
third_party/pulldown-cmark/default.nix
vendored
|
@ -1,12 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
with pkgs.third_party;
|
|
||||||
|
|
||||||
naersk.buildPackage {
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "raphlinus";
|
|
||||||
repo = "pulldown-cmark";
|
|
||||||
rev = "e10b6801081799cab52dc3029a6de357b604f13e";
|
|
||||||
sha256 = "1zibwh9fnysgkg2sgp6fxlsbc1cwp5gqc8nqsdglry9p21jd351i";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -15,10 +15,6 @@ let
|
||||||
patches = old.patches ++ [ ./cgit_depot_url.patch ];
|
patches = old.patches ++ [ ./cgit_depot_url.patch ];
|
||||||
});
|
});
|
||||||
|
|
||||||
cmarkFilter = writeShellScript "pulldown-cmark-filter.sh" ''
|
|
||||||
exec ${pulldown-cmark}/bin/pulldown-cmark -TFSL
|
|
||||||
'';
|
|
||||||
|
|
||||||
cgitConfig = writeText "cgitrc" ''
|
cgitConfig = writeText "cgitrc" ''
|
||||||
# Global configuration
|
# Global configuration
|
||||||
virtual-root=/
|
virtual-root=/
|
||||||
|
|
Loading…
Reference in a new issue