fittrackee: rename from fit-trackee
The former aligns with what the package is called on PyPI.
This commit is contained in:
parent
0bf3a8e988
commit
389bca777e
@ -25,7 +25,7 @@ let
|
|||||||
|
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "fit-trackee";
|
pname = "fittrackee";
|
||||||
version = "0.8.6";
|
version = "0.8.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
@ -464,6 +464,7 @@ mapAliases ({
|
|||||||
firmwareLinuxNonfree = linux-firmware; # Added 2022-01-09
|
firmwareLinuxNonfree = linux-firmware; # Added 2022-01-09
|
||||||
fishfight = jumpy; # Added 2022-08-03
|
fishfight = jumpy; # Added 2022-08-03
|
||||||
fitnesstrax = throw "fitnesstrax was removed from nixpkgs because it disappeared upstream and no longer compiles"; # added 2023-07-04
|
fitnesstrax = throw "fitnesstrax was removed from nixpkgs because it disappeared upstream and no longer compiles"; # added 2023-07-04
|
||||||
|
fit-trackee = fittrackee; # added 2024-09-03
|
||||||
flashrom-stable = flashprog; # Added 2024-03-01
|
flashrom-stable = flashprog; # Added 2024-03-01
|
||||||
flatbuffers_2_0 = flatbuffers; # Added 2022-05-12
|
flatbuffers_2_0 = flatbuffers; # Added 2022-05-12
|
||||||
flintqs = throw "FlintQS has been removed due to lack of maintenance and security issues; use SageMath or FLINT instead"; # Added 2024-03-21
|
flintqs = throw "FlintQS has been removed due to lack of maintenance and security issues; use SageMath or FLINT instead"; # Added 2024-03-21
|
||||||
|
@ -25955,8 +25955,6 @@ with pkgs;
|
|||||||
|
|
||||||
### SERVERS / GEOSPATIAL
|
### SERVERS / GEOSPATIAL
|
||||||
|
|
||||||
fit-trackee = callPackage ../servers/geospatial/fit-trackee { };
|
|
||||||
|
|
||||||
martin = callPackage ../servers/geospatial/martin {
|
martin = callPackage ../servers/geospatial/martin {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
|
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user