Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Ivan Mincik
42d09837e7
Merge pull request #290654 from imincik/grass-remove-datumgrid
...
grass: remove obsolete proj-datumgrid dependency
2024-03-15 10:34:32 +00:00
R. Ryantm
1bf68736c4
grass: 8.3.1 -> 8.3.2
2024-03-07 15:04:48 +00:00
Martin Landa
de1ff3a007
grass: remove default configure options
2024-03-05 15:45:03 +01:00
Ivan Mincik
e1516fb380
grass: remove obsolete proj-datumgrid dependency
2024-02-22 17:02:01 +01:00
Ivan Mincik
1cf3530490
grass: drop obsolete configure option
...
Drop obsolete `--with-wxwidgets` configure option.
2024-02-20 15:49:43 +01:00
Felix Buehler
2adcc8846a
python311Packages.wxpython: rename from wxPython_4_2
2024-01-07 21:16:47 +01:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
Randy Eckenrode
58f06c41b5
grass: fix build on Darwin
...
* Drop patch related to documentation installation. It fails to apply
because the change was made upstream as of 8.0; and
* Convert the port to an `unsigned int` as expected by the MySQL API.
2023-11-10 09:01:10 -05:00
R. Ryantm
663a3c9e9f
grass: 8.3.0 -> 8.3.1
2023-10-25 16:25:38 +00:00
Ivan Mincik
96bdf87dfe
grass: code cleanup
...
* remove redundant `with`
* get correct package version using `finalAttrs`
2023-09-17 21:07:59 +02:00
Ivan Mincik
79dffec139
grass: add package tests
2023-07-02 23:36:36 +02:00
Ivan Mincik
dbb11d0990
grass: alphabetical reordering of dependencies
...
Code cleanup, no functional changes.
2023-07-01 19:14:49 +02:00
Ivan Mincik
f3db0b9eec
grass: 8.2.1 -> 8.3.0 ( #239901 )
2023-06-26 20:24:19 +02:00
Ivan Mincik
925f9e5d80
grass: change package maintainer to geospatial team
...
Maintainer change was pre-discussed with @willcohen over email. @willcohen is now
member of Geospatial team.
2023-06-19 17:09:46 +02:00
Niklas Hambüchen
6897f813ea
grass: Be explicit about build-time tools and run-time dependencies
2023-05-31 13:55:47 +00:00
Niklas Hambüchen
01e8760db8
grass: 8.2.0 -> 8.2.1. Fixes build failure.
...
See build failure at:
https://github.com/NixOS/nixpkgs/pull/215960#issuecomment-1568854089
2023-05-31 13:55:47 +00:00
Weijia Wang
b8dfcc76d6
grass: migrate to wxPython_4_2
2022-11-05 03:41:49 +01:00
Weijia Wang
6f46852c6f
grass: fix build on aarch64-darwin
2022-10-15 20:36:51 +02:00
Artturin
c6568adb00
treewide: makeWrapper buildInputs to nativeBuildInputs
...
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Will Cohen
1d908484a8
grass: 8.0.1 -> 8.2.0
2022-07-19 12:52:16 -04:00
Will Cohen
699a5dd470
grass: add willcohen to maintainers
2022-04-28 15:21:54 -04:00
Will Cohen
0bc0206244
grass: 7.8.6 -> 8.0.1
2022-04-28 15:20:32 -04:00
Felix Buehler
e0476d93fe
treewide: rename name to pname&version
2022-03-23 22:34:54 +01:00
Will Cohen
8b1103b60e
grass: fix build on darwin
2022-01-26 07:44:26 -05:00
Will Cohen
de256f2c02
qgis, qgis-ltr: only expose unwrapped via passthru
2022-01-25 23:14:33 -08:00
Matthew Pickering
8b2cf0a45d
grass: wrap grass with wrapGAppsHook
2022-01-25 23:14:33 -08:00
Matthew Pickering
92b62e7353
grass: Add pdal dep and missing feature flags
...
This is used for processing lidar point clouds.
2022-01-25 23:14:33 -08:00
Matthew Pickering
b9ea948aca
grass: 7.6.1 -> 7.8.6
2022-01-25 23:14:33 -08:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Ben Siraphob
3bbad8b041
treewide: remove inherited stdenv.lib
2021-01-27 12:44:43 +07: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
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Thomas Tuegel
106616102d
grass: fix libmysqlclient include path
2020-09-12 06:58:26 -05:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
Izorkin
154f6f1e43
grass: fix mysql_config query
2019-12-08 11:08:31 +01:00
Vladimír Čunát
22a216849b
Re-Revert "Merge branch 'staging-next'"
...
This reverts commit f8a8fc6c7c
.
2019-09-22 09:38:09 +02:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
...
This reverts commit 41af38f372
, reversing
changes made to f0fec244ca
.
Let's delay this. We have some serious regressions.
2019-09-21 20:05:09 +02:00
Izorkin
329a88efa7
treewide: replace mysql.connector-c to libmysqlclient
2019-09-09 15:55:34 +03:00
Jonathan Ringer
d43f0b5d6d
grass: 7.2.2 -> 7.6.1
2019-07-14 09:59:28 -07:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* 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
2018-06-28 20:43:35 +02:00
Jason Hilton
577bbdc501
grass: compile with libLAS
2018-04-17 09:29:02 +01:00
Matthew Pickering
e84325e6ab
grass, qgis: Add myself to maintainers list
2018-04-13 21:02:55 +01:00
Matthew Pickering
a3de225864
grass: Symlink include/ as well as bin/
2018-04-13 21:02:54 +01:00
Matthew Pickering
b65181d78b
grass: Fix Can't load GDAL library errors on darwin
...
It is required to pass this extra flag to the build to avoid trying to
dynamically load the library.
2018-04-13 21:02:53 +01:00
Matthew Pickering
9031300f5e
Remove darwin specific patch
2018-03-21 08:28:03 +00:00
Matthew Pickering
49182bcd34
Fix grass build on darwin
2018-03-21 08:27:57 +00:00