Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
anki: Depend on pythonPackages.beautifulsoup4 instead of pythonPackag…
Browse files Browse the repository at this point in the history
…es.beautifulsoup
  • Loading branch information
adisbladis committed Oct 30, 2017
1 parent e86b3a0 commit e87ffae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/anki/default.nix
Expand Up @@ -7,8 +7,8 @@
}:

let
version = "2.0.46";
inherit (python2Packages) python wrapPython sqlalchemy pyaudio beautifulsoup httplib2 matplotlib pyqt4;
version = "2.0.47";
inherit (python2Packages) python wrapPython sqlalchemy pyaudio beautifulsoup4 httplib2 matplotlib pyqt4;
qt4 = pyqt4.qt;
in
stdenv.mkDerivation rec {
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "01h51rbnj0r6lmjnn2vzxzaf7mxkc0azmg1v4mvf4pkpsp50a7hr";
};

pythonPath = [ pyqt4 sqlalchemy pyaudio beautifulsoup httplib2 ]
pythonPath = [ pyqt4 sqlalchemy pyaudio beautifulsoup4 httplib2 ]
++ lib.optional plotsSupport matplotlib;

buildInputs = [ python wrapPython lame mplayer libpulseaudio ];
Expand Down

0 comments on commit e87ffae

Please sign in to comment.