pkgs/watchmap: fix name, europa: install watchmap

This commit is contained in:
Aaron Bieber 2024-06-13 10:37:38 -06:00
parent c326ae2859
commit fe4c99741c
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -397,6 +397,7 @@ in
(callPackage ../../pkgs/ttfs.nix { })
(callPackage ../../pkgs/gokrazy.nix { })
(callPackage ../../pkgs/zutty.nix { })
(python3Packages.callPackage ../../pkgs/watchmap.nix { })
restic
];

View File

@ -30,7 +30,7 @@ buildPythonPackage {
installPhase = ''
mkdir -p $out/bin
cp plot.py $out/bin/watchplot
cp plot.py $out/bin/watchmap
'';
meta = with lib; {