mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 02:27:52 +00:00
amule-{daemon,gui}: renamed package name to kebap-case
This commit is contained in:
parent
9a5767cd5c
commit
81ef57d694
@ -63,6 +63,8 @@ mapAliases ({
|
||||
amazon-glacier-cmd-interface = throw "amazon-glacier-cmd-interface has been removed due to it being unmaintained."; # Added 2020-10-30
|
||||
aminal = throw "aminal was renamed to darktile."; # Added 2021-09-28
|
||||
ammonite-repl = ammonite; # Added 2017-05-02
|
||||
amuleDaemon = throw "amuleDaemon was renamed to amule-daemon."; # Added 2022-02-11
|
||||
amuleGui = throw "amuleGui was renamed to amule-gui."; # Added 2022-02-11
|
||||
amsn = throw "amsn has been removed due to being unmaintained."; # Added 2020-12-09
|
||||
angelfish = libsForQt5.plasmaMobileGear.angelfish; # Added 2021-10-06
|
||||
antimicro = throw "antimicro has been removed as it was broken, see antimicrox instead."; # Added 2020-08-06
|
||||
|
@ -1530,12 +1530,12 @@ with pkgs;
|
||||
|
||||
amule = callPackage ../tools/networking/p2p/amule { };
|
||||
|
||||
amuleDaemon = amule.override {
|
||||
amule-daemon = amule.override {
|
||||
monolithic = false;
|
||||
enableDaemon = true;
|
||||
};
|
||||
|
||||
amuleGui = amule.override {
|
||||
amule-gui = amule.override {
|
||||
monolithic = false;
|
||||
client = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user