mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
Merge pull request #278569 from Stunkymonkey/fastnlo-toolkit-normalize
fastnlo-toolkit,python311Packages.fastnlo-toolkit: rename from fastnlo_toolkit
This commit is contained in:
commit
da496599fd
@ -14,7 +14,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fastnlo_toolkit";
|
||||
pname = "fastnlo-toolkit";
|
||||
version = "2.5.0-2826";
|
||||
|
||||
src = fetchurl {
|
@ -264,7 +264,8 @@ mapAliases ({
|
||||
### F ###
|
||||
|
||||
faustStk = faustPhysicalModeling; # Added 2023-05-16
|
||||
fastnlo = fastnlo_toolkit; # Added 2021-04-24
|
||||
fastnlo = fastnlo-toolkit; # Added 2021-04-24
|
||||
fastnlo_toolkit = fastnlo-toolkit; # Added 2024-01-03
|
||||
inherit (luaPackages) fennel; # Added 2022-09-24
|
||||
fetchFromGithub = throw "You meant fetchFromGitHub, with a capital H"; # preserve
|
||||
findimagedupes = throw "findimagedupes has been removed because the perl bindings are no longer compatible"; # Added 2023-07-10
|
||||
|
@ -39992,7 +39992,7 @@ with pkgs;
|
||||
|
||||
fastjet-contrib = callPackage ../development/libraries/physics/fastjet-contrib { };
|
||||
|
||||
fastnlo_toolkit = callPackage ../development/libraries/physics/fastnlo_toolkit { };
|
||||
fastnlo-toolkit = callPackage ../development/libraries/physics/fastnlo-toolkit { };
|
||||
|
||||
geant4 = libsForQt5.callPackage ../development/libraries/physics/geant4 { };
|
||||
|
||||
|
@ -145,6 +145,7 @@ mapAliases ({
|
||||
face_recognition_models = face-recognition-models; # added 2022-10-15
|
||||
factory_boy = factory-boy; # added 2023-10-08
|
||||
fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30
|
||||
fastnlo_toolkit = fastnlo-toolkit; # added 2024-01-03
|
||||
faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
|
||||
inherit (super.pkgs) fetchPypi; # added 2023-05-25
|
||||
filebrowser_safe = filebrowser-safe; # added 2024-01-03
|
||||
|
@ -3923,7 +3923,7 @@ self: super: with self; {
|
||||
|
||||
fastjsonschema = callPackage ../development/python-modules/fastjsonschema { };
|
||||
|
||||
fastnlo_toolkit = toPythonModule (pkgs.fastnlo_toolkit.override {
|
||||
fastnlo-toolkit = toPythonModule (pkgs.fastnlo-toolkit.override {
|
||||
withPython = true;
|
||||
inherit (self) python;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user