anki: Depend on pythonPackages.beautifulsoup4 instead of pythonPackages.beautifulsoup
This commit is contained in:
parent
e86b3a07d1
commit
e87ffaefc6
@ -7,8 +7,8 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.0.46";
|
version = "2.0.47";
|
||||||
inherit (python2Packages) python wrapPython sqlalchemy pyaudio beautifulsoup httplib2 matplotlib pyqt4;
|
inherit (python2Packages) python wrapPython sqlalchemy pyaudio beautifulsoup4 httplib2 matplotlib pyqt4;
|
||||||
qt4 = pyqt4.qt;
|
qt4 = pyqt4.qt;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "01h51rbnj0r6lmjnn2vzxzaf7mxkc0azmg1v4mvf4pkpsp50a7hr";
|
sha256 = "01h51rbnj0r6lmjnn2vzxzaf7mxkc0azmg1v4mvf4pkpsp50a7hr";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = [ pyqt4 sqlalchemy pyaudio beautifulsoup httplib2 ]
|
pythonPath = [ pyqt4 sqlalchemy pyaudio beautifulsoup4 httplib2 ]
|
||||||
++ lib.optional plotsSupport matplotlib;
|
++ lib.optional plotsSupport matplotlib;
|
||||||
|
|
||||||
buildInputs = [ python wrapPython lame mplayer libpulseaudio ];
|
buildInputs = [ python wrapPython lame mplayer libpulseaudio ];
|
||||||
|
Loading…
Reference in New Issue
Block a user