summary refs log tree commit diff
path: root/pkgs/servers/gpsd
Commit message (Collapse)AuthorAge
* treewide: installTargets is a listRobin Gloster2019-12-31
|
* treewide: use scons setup hookMatthew Bauer2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
* pps-tools: init at 1.0.2, enable for chrony, gpsd, ntp (#42889)Richard Marko2018-07-04
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* gpsd: use python2Frederik Rietdijk2016-11-24
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* gpsd: 3.10 -> 3.16Alexey Shmalko2016-07-10
|
* gpsd: fix python dependenciesAlexey Shmalko2016-07-10
| | | | This fixes xgps and xgpsspeed executables.
* Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar2015-01-08
| | | | | | This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
* Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar2015-01-02
| | | | | (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
* pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnvDomen Kožar2014-10-13
|
* gpsd: Disable the testsEelco Dolstra2014-03-31
| | | | | | They bind to TCP ports and fail randomly: http://hydra.nixos.org/build/9905518
* gpsd: fix build in chrootBjørn Forsman2014-03-16
| | | | | | | | Fixes this when building with nix.useChroot = true in configuration.nix: sh: ./test_maidenhead.py: /usr/bin/env: bad interpreter: No such file or directory scons: *** [maidenhead-locator-regress] Error 126 scons: building terminated because of errors.
* gpsd: update meta attributesBjørn Forsman2014-03-15
| | | | | | | * Don't repeat package name in description * longDescription re-copied from homepage (gpsd now supports AIS...) * The homepage has moved * Add platforms and maintainers
* gpsd: update 2.95 -> 3.10Bjørn Forsman2014-03-15
| | | | | | | | | | | Build system is changed, gpsd uses scons now. The expressions needs some more work, TODO comments added. (xgps didn't work before this change either.) I added an option for the gpsd group, which is set to upstream default: "dialout". Note that our default gpsd user is "gpsd", while upstream uses "nobody" by default.
* Revert "gpsd: update from 2.95 to 3.10"Bjørn Forsman2013-12-06
| | | | | | | | | | | | This update broke gpsd because the download url changed and trying to get version 3.10 from the old url returns an error document with a timestamp resulting in new hashes on every build. And more importantly, gpsd 3.10 switched to the scons build system, so even if the download url was correct it will fail to build until the expression is updated. This reverts commit 3f1c26b8257201dde5fda0e7381bcf4ad7422d09.
* gpsd: update from 2.95 to 3.10Nixpkgs Monitor2013-12-04
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* gpsd-2.95Yury G. Kudryashov2011-06-07
| | | | svn path=/nixpkgs/trunk/; revision=27390
* * wrapPythonPrograms: don't hard-code the Python library prefix.Eelco Dolstra2011-03-29
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26594
* * wrapPythonPrograms: rewrite the common "#! .../env python" idiom toEelco Dolstra2011-03-28
| | | | | | "#! .../python". svn path=/nixpkgs/branches/modular-python/; revision=26583
* gpsd: Fix client programs.Ludovic Courtès2009-06-01
| | | | svn path=/nixpkgs/trunk/; revision=15812
* Add `gpsd', a GPS service daemon.Ludovic Courtès2009-05-31
svn path=/nixpkgs/trunk/; revision=15809