summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-06-10 23:36:29 +0200
committermakefu <github@syntax-fehler.de>2018-06-10 23:36:29 +0200
commit8cad4d187446901206e8110d27d1763c2df942d2 (patch)
tree07a36f8f62ba65aa7e091a36bb5ba29193aa3cb0 /makefu/5pkgs
parent3c704cf61e2dc48629af6e331c21d9c5be5d277b (diff)
ma pkgs.python-firetv: no need for nixpkgs-unstable anymore
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/python-firetv/default.nix2
1 files changed, 1 insertions, 1 deletions
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 <nixpkgs-unstable> {}).python2Packages; let
+with python2Packages; let
python-adb = buildPythonPackage rec {
pname = "adb";