Commit 10988d8a authored by aleksana's avatar aleksana
Browse files

apostrophe: move to pkgs/by-name

parent 5fd8536a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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
  ]);
+0 −4
Original line number Diff line number Diff line
@@ -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 { };