gst_all_1.gst-validate: use correct gstreamer
previously it was using the legacy one
This commit is contained in:
parent
d2d24c9a2b
commit
4c82b0ce33
|
@ -23,7 +23,7 @@ rec {
|
||||||
inherit gst-plugins-base gstreamer gst-plugins-bad;
|
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
|
# note: gst-python is in ./python/default.nix - called under pythonPackages
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue