orca: use pkgs.pkgconfig
This commit is contained in:
parent
54c920247d
commit
42a0fe8c66
@ -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";
|
||||
};
|
||||
|
||||
|
@ -18645,6 +18645,7 @@ in
|
||||
opera = callPackage ../applications/networking/browsers/opera {};
|
||||
|
||||
orca = python3Packages.callPackage ../applications/misc/orca {
|
||||
inherit (pkgs) pkgconfig;
|
||||
inherit (gnome3) yelp-tools;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user