akkoma-admin-fe: remove all-packages.nix definition
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user