mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
farsight2: do not use top-level python packages
This commit is contained in:
parent
24314edbc8
commit
07c1c5b0e0
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
{ stdenv, fetchurl, libnice, pkgconfig, python, gstreamer, gst_plugins_base
|
||||
, pygobject2, gst_python, gupnp_igd }:
|
||||
{ stdenv, fetchurl, libnice, pkgconfig, pythonPackages, gstreamer, gst_plugins_base
|
||||
, gst_python, gupnp_igd }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (pythonPackages) python pygobject2;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "farsight2-0.0.31";
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue