farstream: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-14 18:51:54 +01:00
parent af2cd52331
commit 4d10ab62eb
2 changed files with 4 additions and 19 deletions
@@ -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
-11
View File
@@ -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