lol

direwolf: use python3

+4 -2
+4 -2
pkgs/applications/radio/direwolf/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, cmake, alsaLib, espeak, glibc, gpsd 2 - , hamlib, perl, python, udev }: 3 4 with lib; 5 ··· 16 17 nativeBuildInputs = [ cmake ]; 18 19 buildInputs = [ 20 - espeak gpsd hamlib perl python 21 ] ++ (optionals stdenv.isLinux [alsaLib udev]); 22 23 patches = [
··· 1 { lib, stdenv, fetchFromGitHub, cmake, alsaLib, espeak, glibc, gpsd 2 + , hamlib, perl, python3, udev }: 3 4 with lib; 5 ··· 16 17 nativeBuildInputs = [ cmake ]; 18 19 + strictDeps = true; 20 + 21 buildInputs = [ 22 + espeak gpsd hamlib perl python3 23 ] ++ (optionals stdenv.isLinux [alsaLib udev]); 24 25 patches = [