farstream: remove python2 dependency
It was never used in the recent history.
This commit is contained in:
parent
1094113464
commit
9c18e1fbe7
@ -1,11 +1,11 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, libnice
|
, libnice
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, pythonPackages
|
, autoreconfHook
|
||||||
, gstreamer
|
, gstreamer
|
||||||
, gst-plugins-base
|
, gst-plugins-base
|
||||||
, gst-python
|
|
||||||
, gupnp-igd
|
, gupnp-igd
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gst-plugins-good
|
, gst-plugins-good
|
||||||
@ -13,9 +13,7 @@
|
|||||||
, gst-libav
|
, gst-libav
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
inherit (pythonPackages) python pygobject2;
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "farstream-0.2.8";
|
name = "farstream-0.2.8";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
@ -25,23 +23,29 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "0249ncd20x5mf884fd8bw75c3118b9fdml837v4fib349xmrqfrb";
|
sha256 = "0249ncd20x5mf884fd8bw75c3118b9fdml837v4fib349xmrqfrb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Python has not been used for ages
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.freedesktop.org/farstream/farstream/commit/73891c28fa27d5e65a71762e826f13747d743588.patch";
|
||||||
|
sha256 = "19pw1m8xhxyf5yhl6k898w240ra2k0m28gfv858x70c4wl786lrn";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libnice
|
libnice
|
||||||
python
|
|
||||||
pygobject2
|
|
||||||
gupnp-igd
|
gupnp-igd
|
||||||
libnice
|
libnice
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
autoreconfHook
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
gstreamer
|
gstreamer
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-python
|
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-libav
|
gst-libav
|
||||||
|
@ -11133,7 +11133,6 @@ in
|
|||||||
inherit (gst_all_1)
|
inherit (gst_all_1)
|
||||||
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad
|
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad
|
||||||
gst-libav;
|
gst-libav;
|
||||||
inherit (pythonPackages) gst-python;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fcgi = callPackage ../development/libraries/fcgi { };
|
fcgi = callPackage ../development/libraries/fcgi { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user