summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer/rtsp-server/default.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-06-22 14:49:31 +0300
committerArtturin <Artturin@artturin.com>2023-06-28 22:33:40 +0300
commit9999bf7a21105486d44b759f56fd1a05fb312d9e (patch)
tree4d0b0bed1f00ef09918079d24d1c64b797c7e268 /pkgs/development/libraries/gstreamer/rtsp-server/default.nix
parent08285c3efb441d273ae25316c26414f8bfd01540 (diff)
downloadnixpkgs-9999bf7a21105486d44b759f56fd1a05fb312d9e.tar
nixpkgs-9999bf7a21105486d44b759f56fd1a05fb312d9e.tar.gz
nixpkgs-9999bf7a21105486d44b759f56fd1a05fb312d9e.tar.bz2
nixpkgs-9999bf7a21105486d44b759f56fd1a05fb312d9e.tar.lz
nixpkgs-9999bf7a21105486d44b759f56fd1a05fb312d9e.tar.xz
nixpkgs-9999bf7a21105486d44b759f56fd1a05fb312d9e.tar.zst
nixpkgs-9999bf7a21105486d44b759f56fd1a05fb312d9e.zip
treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
Diffstat (limited to 'pkgs/development/libraries/gstreamer/rtsp-server/default.nix')
-rw-r--r--pkgs/development/libraries/gstreamer/rtsp-server/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gstreamer/rtsp-server/default.nix b/pkgs/development/libraries/gstreamer/rtsp-server/default.nix
index 2fe745e0329..939dc06e202 100644
--- a/pkgs/development/libraries/gstreamer/rtsp-server/default.nix
+++ b/pkgs/development/libraries/gstreamer/rtsp-server/default.nix
@@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
   buildInputs = [
     gst-plugins-base
     gst-plugins-bad
-    gobject-introspection
   ];
 
   mesonFlags = [