gst_all_1.gst-devtools: 1.20.3 -> 1.22.2
This commit is contained in:
parent
50b8c274ea
commit
79e42f53c2
1 changed files with 4 additions and 8 deletions
|
@ -10,22 +10,22 @@
|
||||||
, gst-rtsp-server
|
, gst-rtsp-server
|
||||||
, python3
|
, python3
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
|
, hotdoc
|
||||||
, json-glib
|
, json-glib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gst-devtools";
|
pname = "gst-devtools";
|
||||||
version = "1.20.3";
|
version = "1.22.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-u71F6tcDNn6o9L6bPAgte2K+9HskCjkIPyeETih1jEc=";
|
hash = "sha256-62JybT4nqHgjaaJP1jZKiIXtJGKzu9qwkd/8gTnuBtg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
"dev"
|
"dev"
|
||||||
# "devdoc" # disabled until `hotdoc` is packaged in nixpkgs
|
|
||||||
];
|
];
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
# TODO add hotdoc here
|
hotdoc
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -56,10 +56,6 @@ stdenv.mkDerivation rec {
|
||||||
gst-rtsp-server
|
gst-rtsp-server
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
|
||||||
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Integration testing infrastructure for the GStreamer framework";
|
description = "Integration testing infrastructure for the GStreamer framework";
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
homepage = "https://gstreamer.freedesktop.org";
|
||||||
|
|
Loading…
Reference in a new issue