14 , gobject-introspection
17 stdenv.mkDerivation rec {
18 pname = "gst-editing-services";
24 # "devdoc" # disabled until `hotdoc` is packaged in nixpkgs
28 url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
29 sha256 = "0pv2k8zlpn3vv2sdlspi3m63ixcwzi90pjly2ypbkg59ab97rb15";
33 ./fix_pkgconfig_includedir.patch
47 # TODO add hotdoc here
55 propagatedBuildInputs = [
61 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
66 scripts/extract-release-date-from-doap-file.py
70 description = "Library for creation of audio/video non-linear editors";
71 homepage = "https://gstreamer.freedesktop.org";
72 license = licenses.lgpl2Plus;
73 platforms = platforms.unix;