bump and adapt work and removable devices

This commit is contained in:
steveej 2019-11-22 16:37:46 +01:00
parent dff5737e83
commit 105945ed30
5 changed files with 20 additions and 12 deletions

View file

@ -139,7 +139,7 @@ in {
aspellDicts.en
aspellDicts.de
unstablepkgs.skype
# zoom-us # broken as of 2019-10-30
zoom-us # broken as of 2019-10-30
unstablepkgs.bluejeans-gui
thunderbird
gnome3.evolution # gnome4.glib_networking

View file

@ -26,8 +26,6 @@ in {
gnutls = true;
};
android_sdk.accept_license = true;
packageOverrides = pkgs: with pkgs; {
myPython36 = python36Full.withPackages (ps: with ps; [
pylint pep8 yapf flake8
@ -141,8 +139,6 @@ in {
python27Packages.binwalk
gptfdisk
androidsdk
## Python
myPython36