orca: use pkgs.pkgconfig

This commit is contained in:
worldofpeace 2019-01-18 11:38:20 -05:00
parent 54c920247d
commit 42a0fe8c66
2 changed files with 3 additions and 4 deletions

View File

@ -7,16 +7,14 @@
, speechd, brltty, setproctitle, gst_all_1, gst-python
}:
let
buildPythonApplication rec {
pname = "orca";
version = "3.30.1";
in buildPythonApplication rec {
name = "${pname}-${version}";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1b9s69frjmghjm1p9a4rrvknl9m0qlwr7mr4lsxkvjnblhsnw0g7";
};

View File

@ -18645,6 +18645,7 @@ in
opera = callPackage ../applications/networking/browsers/opera {};
orca = python3Packages.callPackage ../applications/misc/orca {
inherit (pkgs) pkgconfig;
inherit (gnome3) yelp-tools;
};