direwolf: use python3
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, alsaLib, espeak, glibc, gpsd
|
{ lib, stdenv, fetchFromGitHub, cmake, alsaLib, espeak, glibc, gpsd
|
||||||
, hamlib, perl, python, udev }:
|
, hamlib, perl, python3, udev }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
@@ -16,8 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
espeak gpsd hamlib perl python
|
espeak gpsd hamlib perl python3
|
||||||
] ++ (optionals stdenv.isLinux [alsaLib udev]);
|
] ++ (optionals stdenv.isLinux [alsaLib udev]);
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Reference in New Issue
Block a user