pkgs/watchmap: fix name, europa: install watchmap
This commit is contained in:
parent
c326ae2859
commit
fe4c99741c
@ -397,6 +397,7 @@ in
|
||||
(callPackage ../../pkgs/ttfs.nix { })
|
||||
(callPackage ../../pkgs/gokrazy.nix { })
|
||||
(callPackage ../../pkgs/zutty.nix { })
|
||||
(python3Packages.callPackage ../../pkgs/watchmap.nix { })
|
||||
|
||||
restic
|
||||
];
|
||||
|
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user