ma pkgs.python-firetv: no need for nixpkgs-unstable anymore

This commit is contained in:
makefu 2018-06-10 23:36:29 +02:00
parent 3c704cf61e
commit 8cad4d1874
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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";