ma pkgs.python-firetv: no need for nixpkgs-unstable anymore
This commit is contained in:
parent
18a01f03a0
commit
bbcb15bec2
|
@ -1,6 +1,6 @@
|
||||||
{ lib, pkgs, python2Packages, ... }:
|
{ lib, pkgs, python2Packages, ... }:
|
||||||
# requires libusb1 from unstable
|
# requires libusb1 from unstable
|
||||||
with (import <nixpkgs-unstable> {}).python2Packages; let
|
with python2Packages; let
|
||||||
|
|
||||||
python-adb = buildPythonPackage rec {
|
python-adb = buildPythonPackage rec {
|
||||||
pname = "adb";
|
pname = "adb";
|
||||||
|
|
Loading…
Reference in a new issue