gst_all_1.gst-editing-services: 1.20.3 -> 1.22.2

This commit is contained in:
Lily Foster 2023-04-13 12:41:46 -04:00
parent 782969f5d6
commit 46bf2c47f0
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -10,23 +10,23 @@
, gst-devtools , gst-devtools
, libxml2 , libxml2
, flex , flex
, hotdoc
, gettext , gettext
, gobject-introspection , gobject-introspection
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gst-editing-services"; pname = "gst-editing-services";
version = "1.20.3"; version = "1.22.2";
outputs = [ outputs = [
"out" "out"
"dev" "dev"
# "devdoc" # disabled until `hotdoc` is packaged in nixpkgs
]; ];
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-X9iW3mn74kQh62sP+NL4tMPLo/MCXOrNMCFy85qKuqI="; hash = "sha256-RTsUZPw4V94mmnyw69lmr+Ahcdl772cqC4oKbUPgzr8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
flex flex
# documentation # documentation
# TODO add hotdoc here hotdoc
]; ];
buildInputs = [ buildInputs = [
@ -55,10 +55,6 @@ stdenv.mkDerivation rec {
gst-plugins-bad gst-plugins-bad
]; ];
mesonFlags = [
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
];
postPatch = '' postPatch = ''
patchShebangs \ patchShebangs \
scripts/extract-release-date-from-doap-file.py scripts/extract-release-date-from-doap-file.py