apostrophe: move to pkgs/by-name

This commit is contained in:
aleksana 2024-05-04 16:54:42 +08:00
parent 5fd8536a9a
commit 10988d8ade
2 changed files with 2 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchFromGitLab, meson, ninja
, wrapGAppsHook3, pkg-config, desktop-file-utils
, appstream-glib, pythonPackages, glib, gobject-introspection
, appstream-glib, python3Packages, glib, gobject-introspection
, gtk3, webkitgtk, glib-networking, gnome, gspell, texliveMedium
, shared-mime-info, libhandy, fira, sassc
}:
let
pythonEnv = pythonPackages.python.withPackages(p: with p; [
pythonEnv = python3Packages.python.withPackages(p: with p; [
regex setuptools levenshtein pyenchant
pygobject3 pycairo pypandoc chardet
]);

View File

@ -29738,10 +29738,6 @@ with pkgs;
appgate-sdp = callPackage ../applications/networking/appgate-sdp { };
apostrophe = callPackage ../applications/editors/apostrophe {
pythonPackages = python3Packages;
};
ardour = callPackage ../applications/audio/ardour { };
ardour_7 = callPackage ../applications/audio/ardour/7.nix { };