Skip to content

Commit

Permalink
gst_all_1.gst-rtsp-server: 1.20.3 -> 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Apr 16, 2023
1 parent 79e42f5 commit 782969f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/development/libraries/gstreamer/rtsp-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, ninja
, pkg-config
, python3
, hotdoc
, gettext
, gobject-introspection
, gst-plugins-base
Expand All @@ -13,17 +14,16 @@

stdenv.mkDerivation rec {
pname = "gst-rtsp-server";
version = "1.20.3";
version = "1.22.2";

src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-7kAnGL6bEn8OXmbKTBtPQuSSbsk7owe3zMpdxsyXlMo=";
hash = "sha256-K+Suz7iHEBAOpxFe0CFkA+gJQ0Tr8UYJQnG41Nc4KL8=";
};

outputs = [
"out"
"dev"
# "devdoc" # disabled until `hotdoc` is packaged in nixpkgs
];

nativeBuildInputs = [
Expand All @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
python3

# documentation
# TODO add hotdoc here
hotdoc
];

buildInputs = [
Expand All @@ -46,7 +46,6 @@ stdenv.mkDerivation rec {

mesonFlags = [
"-Dexamples=disabled" # requires many dependencies and probably not useful for our users
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
];

postPatch = ''
Expand Down

0 comments on commit 782969f

Please sign in to comment.