diff options
author | makefu <github@syntax-fehler.de> | 2018-06-10 23:36:29 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-06-10 23:36:29 +0200 |
commit | 8cad4d187446901206e8110d27d1763c2df942d2 (patch) | |
tree | 07a36f8f62ba65aa7e091a36bb5ba29193aa3cb0 /makefu/5pkgs | |
parent | 3c704cf61e2dc48629af6e331c21d9c5be5d277b (diff) |
ma pkgs.python-firetv: no need for nixpkgs-unstable anymore
Diffstat (limited to 'makefu/5pkgs')
-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"; |