Skip to content

Commit

Permalink
treewide: move to by-name (#357828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Nov 22, 2024
2 parents 91cbefb + cd04f10 commit 8edf06b
Show file tree
Hide file tree
Showing 58 changed files with 0 additions and 45 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
45 changes: 0 additions & 45 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@ with pkgs;
stdenv = clangStdenv;
};

cloak = callPackage ../applications/misc/cloak { };

cotp = callPackage ../applications/misc/cotp { };

cope = callPackage ../by-name/co/cope/package.nix {
perl = perl538;
perlPackages = perl538Packages;
Expand Down Expand Up @@ -750,7 +746,6 @@ with pkgs;

singularity-tools = callPackage ../build-support/singularity-tools { };


srcOnly = callPackage ../build-support/src-only { };

substitute = callPackage ../build-support/substitute/substitute.nix { };
Expand Down Expand Up @@ -1356,8 +1351,6 @@ with pkgs;

cdemu-daemon = callPackage ../applications/emulators/cdemu/daemon.nix { };

coltrane = callPackage ../applications/misc/coltrane { };

dosbox = callPackage ../applications/emulators/dosbox {
inherit (darwin.apple_sdk.frameworks ) OpenGL;
SDL = if stdenv.hostPlatform.isDarwin then SDL else SDL_compat;
Expand Down Expand Up @@ -1772,17 +1765,13 @@ with pkgs;

blocksat-cli = with python3Packages; toPythonApplication blocksat-cli;

botamusique = callPackage ../tools/audio/botamusique { };

bucklespring = bucklespring-x11;
bucklespring-libinput = callPackage ../applications/audio/bucklespring { };
bucklespring-x11 = callPackage ../applications/audio/bucklespring { legacy = true; };

buildbotPackages = recurseIntoAttrs (python3.pkgs.callPackage ../development/tools/continuous-integration/buildbot { });
inherit (buildbotPackages) buildbot buildbot-ui buildbot-full buildbot-plugins buildbot-worker;

castopod = callPackage ../applications/audio/castopod { };

certipy = with python3Packages; toPythonApplication certipy-ad;

catcli = python3Packages.callPackage ../tools/filesystems/catcli { };
Expand Down Expand Up @@ -2614,8 +2603,6 @@ with pkgs;
inherit (gst_all_1) gstreamer gst-plugins-base;
};

mpdcron = callPackage ../tools/audio/mpdcron { };

mpd-sima = python3Packages.callPackage ../tools/audio/mpd-sima { };

nix-output-monitor = callPackage ../tools/nix/nix-output-monitor { };
Expand Down Expand Up @@ -3969,8 +3956,6 @@ with pkgs;

jc = with python3Packages; toPythonApplication jc;

jekyll = callPackage ../applications/misc/jekyll { };

jello = with python3Packages; toPythonApplication jello;

jing = res.jing-trang;
Expand Down Expand Up @@ -4148,8 +4133,6 @@ with pkgs;

lolcat = callPackage ../tools/misc/lolcat { };

loudgain = callPackage ../tools/audio/loudgain/default.nix { };

lsyncd = callPackage ../applications/networking/sync/lsyncd {
lua = lua5_2_compat;
};
Expand Down Expand Up @@ -4576,7 +4559,6 @@ with pkgs;
apps = lib.importJSON ../servers/nextcloud/packages/30.json;
};


nextcloud-client = qt6Packages.callPackage ../applications/networking/nextcloud-client { };

nextcloud-news-updater = callPackage ../servers/nextcloud/news-updater.nix { };
Expand Down Expand Up @@ -4604,7 +4586,6 @@ with pkgs;

nvfetcher = haskell.lib.compose.justStaticExecutables haskellPackages.nvfetcher;


mkgmap = callPackage ../applications/misc/mkgmap { };

mkgmap-splitter = callPackage ../applications/misc/mkgmap/splitter { };
Expand Down Expand Up @@ -4902,8 +4883,6 @@ with pkgs;

pdd = python3Packages.callPackage ../tools/misc/pdd { };

pdfposter = callPackage ../applications/misc/pdfposter { };

pdfminer = with python3Packages; toPythonApplication pdfminer-six;

pgsync = callPackage ../development/tools/database/pgsync { };
Expand Down Expand Up @@ -8656,7 +8635,6 @@ with pkgs;
inherit (__splicedPackages.haskellPackages) ShellCheck;
};


# Minimal shellcheck executable for package checks.
# Use shellcheck which does not include docs, as
# pandoc takes long to build and documentation isn't needed for just running the cli
Expand Down Expand Up @@ -8806,8 +8784,6 @@ with pkgs;

xxdiff = libsForQt5.callPackage ../development/tools/misc/xxdiff { };

xxe-pe = callPackage ../applications/editors/xxe-pe { };

xxdiff-tip = xxdiff;

ycmd = callPackage ../by-name/yc/ycmd/package.nix {
Expand Down Expand Up @@ -9588,7 +9564,6 @@ with pkgs;

gtk4 = callPackage ../development/libraries/gtk/4.x.nix { };


# On darwin gtk uses cocoa by default instead of x11.
gtk3-x11 = gtk3.override {
cairo = cairo.override { x11Support = true; };
Expand Down Expand Up @@ -11401,7 +11376,6 @@ with pkgs;
jdk = jdk8;
};


### DEVELOPMENT / LIBRARIES / JAVASCRIPT

### DEVELOPMENT / BOWER MODULES (JAVASCRIPT)
Expand Down Expand Up @@ -13395,8 +13369,6 @@ with pkgs;
pdfstudioviewer
;

acpic = callPackage ../applications/misc/acpic/default.nix { };

aeolus = callPackage ../applications/audio/aeolus { };
aeolus-stops = callPackage ../applications/audio/aeolus/stops.nix { };

Expand Down Expand Up @@ -13711,8 +13683,6 @@ with pkgs;
plugins = [];
};

denaro = callPackage ../applications/finance/denaro { };

inherit (callPackage ../development/tools/devpod { }) devpod devpod-desktop;

dfasma = libsForQt5.callPackage ../applications/audio/dfasma { };
Expand Down Expand Up @@ -13753,7 +13723,6 @@ with pkgs;
docker-compose = callPackage ../applications/virtualization/docker/compose.nix { };
docker-sbom = callPackage ../applications/virtualization/docker/sbom.nix { };


drawio = callPackage ../applications/graphics/drawio {
inherit (darwin) autoSignDarwinBinariesHook;
};
Expand Down Expand Up @@ -14333,8 +14302,6 @@ with pkgs;
inherit (darwin) libobjc;
};

gollum = callPackage ../applications/misc/gollum { };

googleearth-pro = libsForQt5.callPackage ../applications/misc/googleearth-pro { };

gpsbabel = libsForQt5.callPackage ../applications/misc/gpsbabel { };
Expand Down Expand Up @@ -15290,7 +15257,6 @@ with pkgs;
pythonPackages = python3Packages;
};


notmuch-mutt = callPackage ../applications/networking/mailreaders/notmuch/mutt.nix { };

muchsync = callPackage ../applications/networking/mailreaders/notmuch/muchsync.nix { };
Expand Down Expand Up @@ -15867,8 +15833,6 @@ with pkgs;
autoreconfHook = buildPackages.autoreconfHook269;
};

psst = callPackage ../applications/audio/psst { };

squeezelite-pulse = callPackage ../by-name/sq/squeezelite/package.nix {
audioBackend = "pulse";
};
Expand Down Expand Up @@ -15969,8 +15933,6 @@ with pkgs;
teamspeak5_client = callPackage ../applications/networking/instant-messengers/teamspeak/client5.nix { };
teamspeak_server = callPackage ../applications/networking/instant-messengers/teamspeak/server.nix { };

taskjuggler = callPackage ../applications/misc/taskjuggler { };

telegram-desktop = kdePackages.callPackage ../applications/networking/instant-messengers/telegram/telegram-desktop {
stdenv = if stdenv.hostPlatform.isDarwin
then llvmPackages_19.stdenv
Expand Down Expand Up @@ -17467,7 +17429,6 @@ with pkgs;
xonotic-glx-unwrapped = xonotic-glx.xonotic-unwrapped;
xonotic-dedicated-unwrapped = xonotic-dedicated.xonotic-unwrapped;


xpilot-ng = callPackage ../games/xpilot { };
bloodspilot-server = callPackage ../games/xpilot/bloodspilot-server.nix { };
bloodspilot-client = callPackage ../games/xpilot/bloodspilot-client.nix { };
Expand Down Expand Up @@ -18005,7 +17966,6 @@ with pkgs;
gmp-static = gmp.override { withStatic = true; };
};


inherit (callPackages ../applications/science/logic/z3 { python = python3; })
z3_4_12
z3_4_11
Expand Down Expand Up @@ -18694,8 +18654,6 @@ with pkgs;
inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreFoundation Security;
};

pt = callPackage ../applications/misc/pt { };

pyupgrade = with python3Packages; toPythonApplication pyupgrade;

pwntools = with python3Packages; toPythonApplication pwntools;
Expand Down Expand Up @@ -19016,7 +18974,6 @@ with pkgs;
branch = "development";
};


discord-screenaudio = qt6Packages.callPackage ../applications/networking/instant-messengers/discord-screenaudio { };

discordo = callPackage ../applications/networking/discordo/default.nix { };
Expand Down Expand Up @@ -19098,8 +19055,6 @@ with pkgs;

openbsd = callPackage ../os-specific/bsd/openbsd { };

doing = callPackage ../applications/misc/doing { };

alibuild = callPackage ../development/tools/build-managers/alibuild {
python = python3;
};
Expand Down

0 comments on commit 8edf06b

Please sign in to comment.