farstream: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+4
-8
@@ -3,16 +3,12 @@
|
||||
stdenv,
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
buildPackages,
|
||||
libnice,
|
||||
pkg-config,
|
||||
autoreconfHook,
|
||||
gstreamer,
|
||||
gst-plugins-base,
|
||||
gst_all_1,
|
||||
gupnp-igd,
|
||||
gobject-introspection,
|
||||
gst-plugins-good,
|
||||
gst-plugins-bad,
|
||||
gst-libav,
|
||||
python3,
|
||||
}:
|
||||
|
||||
@@ -46,12 +42,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
autoreconfHook
|
||||
buildPackages.autoreconfHook269
|
||||
gobject-introspection
|
||||
python3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
propagatedBuildInputs = with gst_all_1; [
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
@@ -6719,17 +6719,6 @@ with pkgs;
|
||||
factor-lang-0_101 = factorPackages-0_101.factor-lang;
|
||||
factor-lang = factor-lang-0_101;
|
||||
|
||||
farstream = callPackage ../development/libraries/farstream {
|
||||
inherit (gst_all_1)
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
gst-libav
|
||||
;
|
||||
autoreconfHook = buildPackages.autoreconfHook269;
|
||||
};
|
||||
|
||||
inherit (callPackage ../development/libraries/ffmpeg { })
|
||||
ffmpeg_4
|
||||
ffmpeg_4-headless
|
||||
|
||||
Reference in New Issue
Block a user