about summary refs log tree commit diff
path: root/pkgs/applications/science/astronomy
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* stellarium: 0.19.3 -> 0.20.0Maximilian Bosch2020-03-29
| | | | https://github.com/Stellarium/stellarium/releases/tag/v0.20.0
* gildas: 20200101_a -> 20200201_aSébastien Maret2020-02-20
| | | | | | | | - Upgrade gildas to the latest version - Remove a patch that has been included upstream - Re-enable parallel building (fixed upstream)
* gildas: 20191201_a -> 20200101_aSébastien Maret2020-01-14
|
* treewide: installTargets is a listRobin Gloster2019-12-30
|
* stellarium: 0.19.2 -> 0.19.3Maximilian Bosch2019-12-22
| | | | https://github.com/Stellarium/stellarium/releases/tag/v0.19.3
* xplanet: 1.3.0 -> 1.3.1lassulus2019-12-15
|
* gildas: 20191001_a -> 20191201_a (#73041)Sébastien Maret2019-12-04
| | | | | | * gildas: 20191001_a -> 20191101_a * gildas: 20191101_a -> 20191201_a
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* Merge pull request #70790 from r-ryantm/auto-update/stellariumMarek Mahut2019-10-10
|\ | | | | stellarium: 0.19.1 -> 0.19.2
| * stellarium: 0.19.1 -> 0.19.2R. RyanTM2019-10-08
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/stellarium/versions
* | gildas: 20190901_a -> 20191001_aSébastien Maret2019-10-01
|/
* Merge pull request #65726 from smaret/gildas-20190801_aDmitry Kalinkin2019-09-06
|\ | | | | gildas: 20190701_a -> 20190901_a
| * gildas: 20190701_a -> 20190901_aSébastien Maret2019-09-05
| |
* | tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
|/ | | | GTK was renamed.
* treewide: name -> pnamevolth2019-08-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Merge master into staging-nextFrederik Rietdijk2019-07-16
|\
| * openspace: mark as brokenJonathan Ringer2019-07-14
| | | | | | | | Fails to build with GL error
* | Merge staging-next into stagingFrederik Rietdijk2019-07-09
|\|
| * gildas: 20190601_b -> 20190701_aSébastien Maret2019-07-02
| |
| * stellarium: 0.19.0 -> 0.19.1Maximilian Bosch2019-06-28
| | | | | | | | https://github.com/Stellarium/stellarium/releases/tag/v0.19.1
* | wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel2019-07-05
|/
* gildas: 20190501_a -> 20190601_bSébastien Maret2019-06-03
|
* gildas: 20190401_a -> 20190501_aSébastien Maret2019-05-24
|
* treewide: make -Wno-error flags clang-onlyMatthew Bauer2019-04-29
| | | | | | In 724e833ea2a, I was a little too aggressive in enabling these flags. Many don’t work in gcc, and we should probably avoid settings them widely. This makes those flags optional on isclang
* treewide: disable -Werror for llvm 7Matthew Bauer2019-04-26
| | | | | Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
* gildas: 20190301_b -> 20190401_aSébastien Maret2019-04-02
|
* stellarium: 0.18.3 -> 0.19.0geistesk2019-03-28
|
* gildas: 20190301_a -> 20190301_bSébastien Maret2019-03-11
|
* gildas: 20190201_b -> 20190301_aSébastien Maret2019-03-06
|
* gildas: 20190201_a -> 20190201_bSébastien Maret2019-02-15
|
* gildas: 20190101_b -> 20190201_aSébastien Maret2019-02-01
|
* gildas: 20181201_a -> 20190101_bSébastien Maret2019-01-29
|
* stellarium: 0.18.2 -> 0.18.3R. RyanTM2018-12-24
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/stellarium/versions
* gildas: 20181101_a -> 20181201_aSebastien Maret2018-12-06
|
* xearth: use imake setup hookMatthew Bauer2018-11-28
|
* gildas: 20181001_b -> 20181101_aSebastien Maret2018-11-06
|
* gildas: 20181001_a -> 20181001_b (#48200)Sebastien Maret2018-10-11
|
* gildas: 20180901_a -> 20181001_a (#47657)Sebastien Maret2018-10-02
| | | | - Update gildas to the latest version - Remove a patch that has been applied upstream
* gildas: 20180801_a -> 20180901_a (#46159)Sebastien Maret2018-09-25
| | | | | | | | | * gildas: 20180801_a -> 20180801_b - Update gildas - Remove a patch that has been applied upstream * gildas: 20180801_b -> 20180901_a
* gildas: add alternative url for the source code (#46145)Sebastien Maret2018-09-06
| | | | | | | For each new release, the upstream developers of Gildas move the source code of the previous release to a different directory. Add this directory to the list of url to avoid build failure at each new release.
* gildas: ignore clang warnings for unused command line argumentsSebastien Maret2018-09-05
| | | | See #46044
* gildas: fix makefile ruleSebastien Maret2018-09-04
|
* astrolabe-generator: init at 3.3 (#45429)Bignaux Ronan2018-08-23
|
* Merge pull request #45134 from r-ryantm/auto-update/stellariumPeter Simons2018-08-17
|\ | | | | stellarium: 0.18.1 -> 0.18.2
| * stellarium: 0.18.1 -> 0.18.2R. RyanTM2018-08-16
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/stellarium/versions.
* | gildas: 20180701_a -> 20180801_aSebastien Maret2018-08-13
|/
* Merge pull request #42885 from smaret/gildasGabriel Ebner2018-08-13
|\ | | | | gildas: 20180601_a -> 20180701_a
| * gildas: update source urlSebastien Maret2018-08-10
| |