-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Add piwik package and service #25266
Copy link
Copy link
Closed
Labels
8.has: module (new)This PR adds a module in `nixos/`This PR adds a module in `nixos/`8.has: package (new)This PR adds a new packageThis PR adds a new package
Metadata
Metadata
Assignees
Labels
8.has: module (new)This PR adds a module in `nixos/`This PR adds a module in `nixos/`8.has: package (new)This PR adds a new packageThis PR adds a new package
Fields
Give feedbackNo fields configured for issues without a type.
Issue description
I'm working on a piwik package for Nix and service for NixOS . I turns out it's not trivial to split state files from the other parts of piwik, so it's taking time. I asked piwik devs for help, see matomo-org/matomo#11654 .
My current progress with the package can be viewed here:
https://github.com/florianjacob/nixpkgs/tree/piwik-package
This is mainly for others to see to avoid duplicate work or to join my efforts. I'll create a pull request as soon as I was able to resolve the problems.
UPDATE: Pull Request at #26073