ma pkgs.python-firetv: no need for nixpkgs-unstable anymore
This commit is contained in:
parent
3c704cf61e
commit
8cad4d1874
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user