mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #173103 from dotlambda/gst-python-interpreter
python3Packages.gst-python: use correct interpreter
This commit is contained in:
commit
85164f1bee
@ -5,7 +5,7 @@
|
||||
, ninja
|
||||
|
||||
, pkg-config
|
||||
, python3
|
||||
, python
|
||||
, pygobject3
|
||||
, gobject-introspection
|
||||
, gst-plugins-base
|
||||
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
python
|
||||
gobject-introspection
|
||||
gst-plugins-base
|
||||
];
|
||||
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dpygi-overrides-dir=${placeholder "out"}/${python3.sitePackages}/gi/overrides"
|
||||
"-Dpygi-overrides-dir=${placeholder "out"}/${python.sitePackages}/gi/overrides"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user