From 273d862e4698cf64032fc01fad1398ae7f92ac92 Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Tue, 18 Apr 2023 19:12:31 -0400 Subject: [PATCH] gst_all_1: fix gst-python comment --- pkgs/development/libraries/gstreamer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gstreamer/default.nix b/pkgs/development/libraries/gstreamer/default.nix index 6207cf4fc566..662009005e36 100644 --- a/pkgs/development/libraries/gstreamer/default.nix +++ b/pkgs/development/libraries/gstreamer/default.nix @@ -48,5 +48,5 @@ ipu6-camera-hal = ipu6ep-camera-hal; }; - # note: gst-python is in ./python/default.nix - called under pythonPackages + # note: gst-python is in ../../python-modules/gst-python - called under python3Packages }