gst_all_1.gst-validate: use correct gstreamer

previously it was using the legacy one
gstqt5
Jan Tojnar 2020-09-02 02:41:59 +02:00
parent d2d24c9a2b
commit 4c82b0ce33
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ rec {
inherit gst-plugins-base gstreamer gst-plugins-bad;
};
gst-validate = callPackage ./validate { inherit gst-plugins-base; };
gst-validate = callPackage ./validate { inherit gstreamer gst-plugins-base; };
# note: gst-python is in ./python/default.nix - called under pythonPackages
}