diff options
Diffstat (limited to 'makefu/5pkgs/python-firetv/default.nix')
-rw-r--r-- | makefu/5pkgs/python-firetv/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/python-firetv/default.nix b/makefu/5pkgs/python-firetv/default.nix index 1fb772f1f..593f4e718 100644 --- a/makefu/5pkgs/python-firetv/default.nix +++ b/makefu/5pkgs/python-firetv/default.nix @@ -1,6 +1,6 @@ { lib, pkgs, python2Packages, ... }: # requires libusb1 from unstable -with (import <nixpkgs-unstable> {}).python2Packages; let +with python2Packages; let python-adb = buildPythonPackage rec { pname = "adb"; |