Commit Graph

206 Commits

Author SHA1 Message Date
Robert Schütz
53801ef122 qmapshack: 1.16.0 -> 1.16.1
https://github.com/Maproom/qmapshack/releases/tag/V_1.16.1
2021-12-04 16:51:53 -08:00
Kerstin Humm
2d0c11c034
qgis: add erictapen as maintainer 2021-11-26 20:58:59 +01:00
Lancelot SIX
e5adc91d63
qgis: 3.16.13 -> 3.16.14 2021-11-24 14:16:50 +00:00
Lancelot SIX
39a0639b70
qgis: 3.6.10 -> 3.6.13 2021-11-14 17:28:41 +00:00
Nikolay Korotkiy
5fe151db46
qmapshack: fix localization 2021-11-12 12:26:48 +03:00
Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Lancelot SIX
042eebd8d9 qgis: fix build with PROJ 8
Co-authored-by: Robert Schütz <nix@dotlambda.de>
2021-09-26 23:11:28 -07:00
R. RyanTM
44d045f7d3 saga: 7.9.0 -> 7.9.1 2021-09-14 09:05:52 +00:00
Nikolay Korotkiy
ac47659bde
qgis: 3.16.9 → 3.16.10 2021-08-24 00:47:39 +03:00
Nikolay Korotkiy
8d49729305
qgis: 3.16.7 → 3.16.9 2021-08-01 13:36:28 +03:00
Robert Schütz
1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Eduardo Sánchez Muñoz
3626f2663b qgis: fix PyQt5 SIP path 2021-06-27 00:25:13 +02:00
R. RyanTM
91a67c5c1a gmt: 6.1.1 -> 6.2.0 2021-06-07 02:26:31 +00:00
Robert Schütz
103d945f80 qmapshack: 1.15.2 -> 1.16.0
https://github.com/Maproom/qmapshack/releases/tag/V_1.16.0
2021-05-27 09:35:57 +02:00
Lancelot SIX
93f419b7a8 qgis: 3.16.6 -> 3.16.7 2021-05-27 09:35:57 +02:00
github-actions[bot]
6cdac75d25
Merge staging-next into staging 2021-05-16 18:32:44 +00:00
Eduardo Sánchez Muñoz
08a26e4579 pythonPackages.sip: rename to sip_4
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Luke Granger-Brown
59ecd5167a qmapshack: support Quazip 1.x 2021-05-02 01:18:50 +00:00
Lancelot SIX
689b77097e qgis: 3.16.5 -> 3.16.6 2021-04-21 17:17:31 +01:00
Lancelot SIX
f8da9ce9fc qgis: 3.10.13 -> 3.16.5
The file has been reformated using nixpkgs-fmt.
2021-04-15 11:14:15 -04:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Sandro
2e38cbe858
Merge pull request #116169 from sikmir/oomapper
openorienteering-mapper: 0.9.4 → 0.9.5
2021-03-25 10:46:43 +01:00
Nikolay Korotkiy
0149eb8a42
openorienteering-mapper: 0.9.4 → 0.9.5 2021-03-14 19:52:18 +03:00
R. RyanTM
2d632d08ad saga: 7.8.2 -> 7.9.0 2021-03-09 13:34:57 +00:00
Ben Siraphob
3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
Sandro
6186f92cb7
Merge pull request #101520 from sikmir/udig
udig: init at 2.0.0
2021-01-19 12:06:57 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Nikolay Korotkiy
cade5d7fa5
udig: init at 2.0.0 2021-01-19 02:05:32 +03:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Nikolay Korotkiy
1ed65d38c5
qgis: 3.10.11 → 3.10.13, mark unbroken 2020-12-23 20:53:15 +03:00
Pavol Rusnak
ef21e636b9
Merge pull request #106809 from sikmir/saga
saga: 7.8.1 → 7.8.2
2020-12-14 17:43:17 +01:00
Nikolay Korotkiy
7b80f669f9
saga: 7.8.1 → 7.8.2 2020-12-13 12:40:45 +03:00
R. RyanTM
104f43c9b1 qmapshack: 1.15.1 -> 1.15.2 2020-12-11 00:17:49 +00:00
zimbatm
bbc9af1f0a
tree-wide: do not use pkgs.extend in nixpkgs
Each invocation of pkgs.extends adds 130MB of allocation to the hydra
evaluator. We are already struggling with the amount of memory nixpkgs
requires.

`pkgs.extend` is a useful escape-hatch, but should be not be used inside
of nixpkgs directly.
2020-11-30 14:24:40 +01:00
Nikolay Korotkiy
bea6a6f865
zombietrackergps: 1.01 → 1.03 2020-11-29 11:00:41 +03:00
Nikolay Korotkiy
92672cfff8
qmapshack: 1.15.0 → 1.15.1 2020-11-27 12:32:55 +03:00
Sandro
de8335475d
Merge pull request #102741 from sikmir/whitebox
whitebox-tools: 1.3.0 → 1.4.0
2020-11-24 23:35:45 +01:00
freezeboy
8e375d71f0 saga: 7.7.0 -> 7.8.1
* Remove obsolete patches (merged into this release)
 * rewrite without stdenv
2020-11-20 22:24:20 +01:00
Lancelot SIX
10af77af13 qgis: 3.10.10 -> 3.10.11 2020-11-09 12:12:51 +00:00
Nikolay Korotkiy
a9d894b85e
whitebox-tools: 1.3.0 → 1.4.0 2020-11-04 13:12:09 +03:00
Frederik Rietdijk
9e1943edc0 Merge master into staging-next 2020-10-13 19:34:34 +02:00
Nikolay Korotkiy
f637dd34f6
openorienteering-mapper: 0.9.3 -> 0.9.4 2020-10-11 20:39:59 +03:00
Jan Tojnar
aabcf2d8f5
Merge branch 'master' into staging-next 2020-10-11 00:27:21 +02:00
sohalt
e96fd6e6b7 zombietrackergps: init at 1.01 2020-10-10 11:20:17 -04:00
Vladimír Čunát
338b25697c
Merge branch 'master' into staging-next
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
>    3926 x86_64-darwin
>    4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Frederik Rietdijk
084c4da16a qgis: 3.10.9 -> 3.10.10 2020-10-08 18:57:26 +02:00
WORLDofPEACE
34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
Vincent Laporte
ffc3f8227b saga: use proj 6 2020-09-15 21:47:28 +02:00