packages/ghost: drop
This commit is contained in:
parent
e11484050d
commit
621b6b823c
3 changed files with 0 additions and 29 deletions
|
@ -24,21 +24,6 @@ in
|
|||
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 = {
|
||||
# HACK: doesn't build, but we don't need it anywhere
|
||||
|
|
|
@ -28,19 +28,6 @@
|
|||
./websites/landing/project.nix
|
||||
];
|
||||
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
|
||||
dream = dream2nix.makeOutputs {
|
||||
source = pins.uptime-kuma;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
packages = {
|
||||
ghost = [ "x86_64-linux" ];
|
||||
uptime-kuma = [ "x86_64-linux" ];
|
||||
};
|
||||
checks = {
|
||||
|
|
Loading…
Reference in a new issue