mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
svn path=/nixpkgs/trunk/; revision=27128
This commit is contained in:
parent
345b9a75d5
commit
7a62283c46
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchsvn, pythonPackages, makeWrapper, wxPython, nettools }:
|
||||
{ stdenv, fetchsvn, pythonPackages, makeWrapper, nettools }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tribler-5.3.8";
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ pythonPackages.python pythonPackages.wrapPython makeWrapper ];
|
||||
|
||||
pythonPath =
|
||||
[ wxPython pythonPackages.ssl pythonPackages.curses pythonPackages.apsw
|
||||
[ pythonPackages.wxPython pythonPackages.ssl pythonPackages.curses pythonPackages.apsw
|
||||
pythonPackages.setuptools pythonPackages.m2crypto pythonPackages.sqlite3
|
||||
];
|
||||
|
||||
|
@ -6905,9 +6905,7 @@ let
|
||||
|
||||
transmission = callPackage ../applications/networking/p2p/transmission { };
|
||||
|
||||
tribler = callPackage ../applications/networking/p2p/tribler {
|
||||
wxPython = wxPython26;
|
||||
};
|
||||
tribler = callPackage ../applications/networking/p2p/tribler { };
|
||||
|
||||
twinkle = callPackage ../applications/networking/twinkle {
|
||||
qt = qt3;
|
||||
|
Loading…
Reference in New Issue
Block a user