apostrophe: move to pkgs/by-name
This commit is contained in:
parent
5fd8536a9a
commit
10988d8ade
@ -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
|
||||
]);
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user