packages/ghost: drop

This commit is contained in:
Max Headroom 2022-07-31 20:35:02 +02:00
parent e11484050d
commit 621b6b823c
3 changed files with 0 additions and 29 deletions

View file

@ -24,21 +24,6 @@ in
vips vips
]; ];
}; };
ghost.build = {
# zip comes pre-built
runBuild = "";
nativeBuildInputs = [
pkgs.makeWrapper
];
postInstall = ''
makeWrapper $(command -v node) $out/bin/ghost \
--add-flags "index.js" \
--run "cd $out/lib/node_modules/ghost" \
--set NODE_PATH "$out/lib/node_modules/ghost/node_modules"
'';
};
puppeteer.dummy-build = { puppeteer.dummy-build = {
# HACK: doesn't build, but we don't need it anywhere # HACK: doesn't build, but we don't need it anywhere

View file

@ -28,19 +28,6 @@
./websites/landing/project.nix ./websites/landing/project.nix
]; ];
packages = filters.doFilter filters.packages rec { packages = filters.doFilter filters.packages rec {
ghost = let
version = "4.41.3";
dream = dream2nix.makeOutputs {
source = pkgs.fetchzip {
url = "https://github.com/TryGhost/Ghost/releases/download/v${version}/Ghost-${version}.zip";
sha256 = "sha256-mqN43LSkd9MHoIHyGS1VsPvpqWqX4Bx5KHcp3KOHw5A=";
stripRoot = false;
};
};
inherit (dream.packages) ghost;
in
ghost;
uptime-kuma = let uptime-kuma = let
dream = dream2nix.makeOutputs { dream = dream2nix.makeOutputs {
source = pins.uptime-kuma; source = pins.uptime-kuma;

View file

@ -1,6 +1,5 @@
{ {
packages = { packages = {
ghost = [ "x86_64-linux" ];
uptime-kuma = [ "x86_64-linux" ]; uptime-kuma = [ "x86_64-linux" ];
}; };
checks = { checks = {