Commit Graph

5163 Commits

Author SHA1 Message Date
Kerstin
0ee931c4a9
Merge pull request #213424 from dotlambda/imagemagick6-insecure
imagemagick6: mark insecure
2023-01-30 14:52:48 +01:00
Weijia Wang
2b1428431a
Merge pull request #211534 from r-ryantm/auto-update/vkdt
vkdt: 0.5.1 -> 0.5.3
2023-01-30 03:57:12 +01:00
sheepforce
e03dc54133 pixinsight: remove qtwebkit 2023-01-30 00:42:37 +01:00
Robert Schütz
84747dae9a imagemagick6: mark insecure 2023-01-29 11:06:09 -08:00
Guillaume Girol
e0407b9a4b
Merge pull request #210795 from Stunkymonkey/vkdt-nativeBuildInputs
vkdt: separate buildInputs and add wayland package
2023-01-29 12:05:17 +00:00
Nikolay Korotkiy
18cb915e77
Merge pull request #209737 from sikmir/azpainter
azpainter: 3.0.4 → 3.0.6
2023-01-29 11:09:21 +04:00
Felix Buehler
f761feb058 vkdt: add meta.platforms & meta.broken 2023-01-28 23:08:51 +01:00
R. Ryantm
6ed9400440 vkdt: 0.5.1 -> 0.5.3 2023-01-28 13:28:15 +00:00
Emery Hemingway
f2b744c9ca xaos: 3.6 -> 4.2.1 2023-01-26 14:52:12 -06:00
Weijia Wang
62c648bd66
Merge pull request #212455 from bcdarwin/vtk-bump-default-version
vtk, vtkWithQt5: bump from vtk_8 to vtk_9
2023-01-26 19:25:48 +01:00
Nick Cao
69915d71ba
Merge pull request #212656 from DarkOnion0/drawio
drawio: 20.7.4 -> 20.8.10
2023-01-26 10:24:29 +08:00
DarkOnion0
7deb1d9310
drawio: 20.7.4 -> 20.8.10 2023-01-25 20:59:01 +01:00
Aaron Jheng
4b0e37c4c7
yeetgif: use buildGoModule 2023-01-25 11:09:38 +00:00
Jonas Heinrich
9b97ad7b43
Merge pull request #212213 from shashurup/lazpaint-7.2.2
lazpaint: 7.1.5 -> 7.2.2
2023-01-25 11:10:31 +01:00
Jonas Heinrich
53909654c0
Merge pull request #212341 from aaronjheng/json-plot
json-plot: use buildGoModule
2023-01-25 10:41:06 +01:00
tomberek
3d309cd8e6
Merge pull request #189305 from MatthewCroughan/mc/potreeconverter
potreeconverter: init at unstable-2022-08-04
2023-01-24 13:20:17 -05:00
Ben Darwin
4095b8232c vtk, vtkWithQt5: bump from vtk_8 to vtk_9 2023-01-24 12:33:48 -05:00
Aaron Jheng
1d0d0a31ec
json-plot: use buildGoModule 2023-01-24 00:56:57 +00:00
Sandro
d0ebe0d048
Merge pull request #207930 from r-ryantm/auto-update/ovito 2023-01-24 00:07:16 +01:00
Bobby Rong
798513fd9e
Merge pull request #211764 from bobby285271/upd/libchamplain
libchamplain cleanups
2023-01-23 11:13:06 +08:00
Bobby Rong
284370ecf0
shotwell: remove unused libchamplain dependency
e9829cefa3

The above commit actually removes the dependency. grep -inr 'champlain' still
returns some results from src/MapWidget.vala, it is just an unused file.

(Note that this app is ported to libsoup 3 in 0.31.5)
2023-01-23 10:12:30 +08:00
Georgy Kibardin
6803ef067f lazpaint: 7.1.5 -> 7.2.2 2023-01-22 22:11:34 +03:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Jonas Heinrich
8bf670fc28
Merge pull request #211954 from linsui/weylus
weylus: fix build
2023-01-22 07:17:47 +01:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
linsui
d7eab4d187 weylus: fix build 2023-01-21 23:52:35 +08:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Anderson Torres
a4f710e858
Merge pull request #211508 from ElnuDev/pureref
pureref: init at 1.11.1
2023-01-19 19:41:40 -03:00
ElnuDev
afdcfa28cc pureref: init at 1.11.1 2023-01-19 13:06:52 -08:00
R. Ryantm
29aecf0a58 jpeginfo: 1.6.2 -> 1.7.0 2023-01-19 15:13:48 +01:00
ajs124
39d335ea0f
Merge pull request #210175 from r-ryantm/auto-update/yacreader
yacreader: 9.10.0 -> 9.11.0
2023-01-19 13:00:37 +01:00
Luna Nova
848506435e
monado: unstable-2022-05-28 -> unstable-2023-01-14 2023-01-17 07:39:52 -08:00
WhiteBlackGoose
a6cb255f91
litemdview: init at 0.0.32 2023-01-16 08:43:50 +03:00
Bobby Rong
0bdc78c064
Merge pull request #210822 from bobby285271/rm/gnome-2
gnome2: remove some packages
2023-01-16 11:07:07 +08:00
Nick Cao
44a58edc8b
Merge pull request #210550 from r-ryantm/auto-update/photoflare
photoflare: 1.6.11 -> 1.6.12
2023-01-16 10:49:18 +08:00
Felix Buehler
d5efe89452 vkdt: separate buildInputs and add wayland package 2023-01-15 17:58:21 +01:00
Bobby Rong
0522c17245
xournal: remove unused libgnomeprint dependency
Not needed starting from 0.4.3.

ac88190986/
2023-01-15 10:54:57 +08:00
R. Ryantm
d023a54c67 oculante: 0.6.39 -> 0.6.41 2023-01-14 13:35:04 +00:00
R. Ryantm
042d45c00d photoflare: 1.6.11 -> 1.6.12 2023-01-13 15:55:23 +00:00
Florian Klink
1b0941f646
Merge pull request #208961 from paperdigits/darktable42
darktable: 4.0.0 -> 4.2.0 & lensfun: 0.3.95 -> 0.3.3
2023-01-13 08:32:42 +00:00
Nick Cao
86f80c8f1b
Merge pull request #208440 from NickCao/qt6-closure
Reduce the closure size of various qt6 packages
2023-01-13 06:43:19 +08:00
ajs124
da8a79b78f
Merge pull request #209831 from r-ryantm/auto-update/graphicsmagick
graphicsmagick: 1.3.38 -> 1.3.39
2023-01-12 22:52:16 +01:00
R. Ryantm
ad9f07825f oculante: 0.6.38 -> 0.6.39 2023-01-11 22:16:12 +00:00
R. Ryantm
2abe498362 yacreader: 9.10.0 -> 9.11.0 2023-01-11 09:02:00 +00:00
R. Ryantm
6b6acf136a jpeginfo: 1.6.1 -> 1.6.2 2023-01-11 07:40:25 +01:00
Jonas Heinrich
4d4947652c
Merge pull request #209803 from paperdigits/vkdt
vkdt: init at 0.5.1
2023-01-10 16:29:08 +01:00
Robert Schütz
18a63fa689 rnote: 0.5.10 -> 0.5.12
https://github.com/flxzt/rnote/releases/tag/v0.5.12
2023-01-09 07:01:25 -08:00
Christoph Hrdinka
ee014dbc8f
Merge pull request #208073 from toastal/hugin-2022
hugin: 2021.0.0 → 2022.0.0
2023-01-09 09:59:30 +01:00
R. Ryantm
a8202b8110 graphicsmagick: 1.3.38 -> 1.3.39 2023-01-09 05:08:32 +00:00