moved pysqlite into PYTHON MODULES section
svn path=/nixpkgs/trunk/; revision=12964
This commit is contained in:
parent
76a6f437f8
commit
38c5e4fc67
@ -4592,6 +4592,10 @@ let
|
|||||||
inherit fetchurl stdenv setuptools mesa freeglut pil python;
|
inherit fetchurl stdenv setuptools mesa freeglut pil python;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pysqlite = import ../development/python-modules/pysqlite {
|
||||||
|
inherit stdenv fetchurl python sqlite;
|
||||||
|
};
|
||||||
|
|
||||||
pythonSip = builderDefsPackage (selectVersion ../development/python-modules/python-sip "4.7.4") {
|
pythonSip = builderDefsPackage (selectVersion ../development/python-modules/python-sip "4.7.4") {
|
||||||
inherit python;
|
inherit python;
|
||||||
};
|
};
|
||||||
@ -7695,10 +7699,6 @@ let
|
|||||||
sqlite subversion pysqlite;
|
sqlite subversion pysqlite;
|
||||||
};
|
};
|
||||||
|
|
||||||
pysqlite = import ../development/libraries/pysqlite {
|
|
||||||
inherit stdenv fetchurl python sqlite;
|
|
||||||
};
|
|
||||||
|
|
||||||
wine = import ../misc/emulators/wine {
|
wine = import ../misc/emulators/wine {
|
||||||
inherit fetchurl stdenv flex bison mesa ncurses
|
inherit fetchurl stdenv flex bison mesa ncurses
|
||||||
libpng libjpeg alsaLib lcms xlibs freetype
|
libpng libjpeg alsaLib lcms xlibs freetype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user