akkoma-admin-fe: remove all-packages.nix definition

This commit is contained in:
Michael Daniels
2025-12-26 19:42:17 -05:00
parent 1a0a0ef0ab
commit 7c3cdbd07a
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitea,
yarn-berry_3,
nodejs,
python3,
python311,
pkg-config,
libsass,
xcbuild,
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
yarn-berry
nodejs
pkg-config
python3
python311
libsass
]
++ lib.optional stdenv.hostPlatform.isDarwin xcbuild;
-4
View File
@@ -974,10 +974,6 @@ with pkgs;
opnplug = adlplug.override { type = "OPN"; };
akkoma-admin-fe = callPackage ../by-name/ak/akkoma-admin-fe/package.nix {
python3 = python311;
};
aegisub = callPackage ../by-name/ae/aegisub/package.nix (
{
luajit = luajit.override { enable52Compat = true; };