Remove top-level pycrypto

See #11567.
This commit is contained in:
Frederik Rietdijk
2016-08-14 14:28:26 +02:00
parent b54b5a90e4
commit e4b47de694
8 changed files with 24 additions and 28 deletions
@@ -3,10 +3,13 @@
, libctemplate, libglade
, libiodbc
, libgnome, libsigcxx, libuuid, libxml2, libzip, lua, mesa, mysql
, pango, paramiko, pcre, pexpect, pkgconfig, pycrypto, python, sqlite, sudo
, pango, pcre, pkgconfig, sqlite, sudo
, pythonPackages
}:
stdenv.mkDerivation rec {
let
inherit (pythonPackages) pexpect pycrypto python paramiko;
in stdenv.mkDerivation rec {
pname = "mysql-workbench";
version = "5.2.47";
name = "${pname}-${version}";