2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-13 15:43:39 +00:00
nixpkgs/pkgs/tools/networking/ntopng
Sam Hug 1f07bba4bf ntopng: fix missing static assets
Instead of building the `dist` make target in the derivation (requires npm and
all that), we're using the upstream pre-built static assets. Upstream refers to
these using a sub-module so we need to fetch that.

Without this patch the web UI loads the html, but 404s on all CSS and JS assets
because the `$out/share/ntopng/httpdocs/dist` directory is empty
2023-06-17 22:04:22 +02:00
..
default.nix ntopng: fix missing static assets 2023-06-17 22:04:22 +02:00