Merge pull request #84498 from doronbehar/python3-nyx

nyx: use python3 by default
This commit is contained in:
Jaka Hudoklin 2020-04-07 01:48:50 +00:00 committed by GitHub
commit 3567e1f6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ lib, pythonPackages }:
{ lib, python3Packages }:
with pythonPackages;
with python3Packages;
buildPythonApplication rec {
pname = "nyx";