Unverified Commit c7c1f992 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

pyfa: fix build (#463744)

parents eba81e89 fe2bf49e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  gsettings-desktop-schemas,
  adwaita-icon-theme,
  wrapGAppsHook3,
  gobject-introspection,
  gdk-pixbuf,
  makeDesktopItem,
  copyDesktopItems,
@@ -51,6 +52,7 @@ python3Packages.buildPythonApplication rec {
    numpy
    python-jose
    requests-cache
    pygobject3
  ];

  buildInputs = [
@@ -62,6 +64,7 @@ python3Packages.buildPythonApplication rec {
  dontWrapGApps = true;
  nativeBuildInputs = [
    python3Packages.pyinstaller
    gobject-introspection
    wrapGAppsHook3
    copyDesktopItems
  ];