From 8cad4d187446901206e8110d27d1763c2df942d2 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 10 Jun 2018 23:36:29 +0200 Subject: ma pkgs.python-firetv: no need for nixpkgs-unstable anymore --- makefu/5pkgs/python-firetv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu') diff --git a/makefu/5pkgs/python-firetv/default.nix b/makefu/5pkgs/python-firetv/default.nix index 1fb772f1..593f4e71 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 {}).python2Packages; let +with python2Packages; let python-adb = buildPythonPackage rec { pname = "adb"; -- cgit v1.2.3