mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
gstreamer python: do not use top-level python packages
This commit is contained in:
parent
1dd912ab03
commit
1c74085ccf
@ -1,9 +1,11 @@
|
||||
{ fetchurl, stdenv, pkgconfig, python
|
||||
, gst-plugins-base, pygobject3
|
||||
{ fetchurl, stdenv, pkgconfig, pythonPackages
|
||||
, gst-plugins-base
|
||||
, ncurses
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (pythonPackages) python pygobject3;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "gst-python-1.8.2";
|
||||
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user