Merge pull request #198195 from astro/direwolf

This commit is contained in:
Sandro
2022-10-29 00:44:06 +02:00
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
--replace 'Terminal=false' 'Terminal=true' \
--replace 'Exec=@APPLICATION_DESKTOP_EXEC@' 'Exec=direwolf'
substituteInPlace src/dwgpsd.c \
--replace 'GPSD_API_MAJOR_VERSION > 11' 'GPSD_API_MAJOR_VERSION > 12'
--replace 'GPSD_API_MAJOR_VERSION > 11' 'GPSD_API_MAJOR_VERSION > 14'
'';
meta = {