Merge pull request #173103 from dotlambda/gst-python-interpreter

python3Packages.gst-python: use correct interpreter
main
Jörg Thalheim 2 years ago committed by GitHub
commit 85164f1bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/python-modules/gst-python/default.nix

@ -5,7 +5,7 @@
, ninja , ninja
, pkg-config , pkg-config
, python3 , python
, pygobject3 , pygobject3
, gobject-introspection , gobject-introspection
, gst-plugins-base , gst-plugins-base
@ -32,7 +32,7 @@ buildPythonPackage rec {
meson meson
ninja ninja
pkg-config pkg-config
python3 python
gobject-introspection gobject-introspection
gst-plugins-base gst-plugins-base
]; ];
@ -43,7 +43,7 @@ buildPythonPackage rec {
]; ];
mesonFlags = [ mesonFlags = [
"-Dpygi-overrides-dir=${placeholder "out"}/${python3.sitePackages}/gi/overrides" "-Dpygi-overrides-dir=${placeholder "out"}/${python.sitePackages}/gi/overrides"
]; ];
doCheck = true; doCheck = true;

Loading…
Cancel
Save