Silvan Mosberger
32d67ef2a9
Merge pull request #58459 from xeji/p/qtikz
...
qtikz: fix build
2019-03-28 18:40:12 +01:00
Uli Baum
0b8d40a754
qtikz: fix build
...
qcollectiongenerator was merged into qhelpgenerator in qt 5.12,
see https://blog.qt.io/blog/2018/11/02/whats-new-qt-help/
2019-03-27 22:35:21 +01:00
Anders Kaseorg
0a88820fc9
imagemagick7Big: Revert meta.broken to false ( #58414 )
...
imagemagickBig and imagemagick7Big were marked broken in #55634 due
to #55118 . #57313 fixed the bug but reverted the broken bit only on
imagemagickBig. Revert it on imagemagick7Big too.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-03-26 22:56:38 -04:00
Francesco Gazzetta
05b056e44d
drawpile: 2.1.3 -> 2.1.4
2019-03-26 10:15:25 +01:00
Joachim F
8a2b572ee9
Merge pull request #57830 from srghma/image_optim
...
image_optim: init at 0.26.3
2019-03-26 00:42:34 +00:00
ft
2001ceb7ae
krita: 4.1.7.101 -> 4.1.8
2019-03-24 06:24:22 -04:00
worldofpeace
b40587cb55
fondo: 1.2.1 -> 1.2.2
...
https://github.com/calo001/fondo/releases/tag/1.2.2
2019-03-20 23:10:33 -04:00
Francesco Gazzetta
1779c61f1b
drawpile: 2.1.2 -> 2.1.3 ( #57858 )
2019-03-18 19:57:20 +01:00
Serhii Khoma
83d7cb0bbc
image_optim: refactor
2019-03-17 22:26:08 +02:00
Serhii Khoma
57aa87131f
image_optim: init at 0.26.3
2019-03-17 22:19:24 +02:00
Serhii Khoma
1d7a5d87ea
jpeg-archive: init at 2.2.0
2019-03-17 22:18:41 +02:00
François-René Rideau
4b00757206
qiv: 2.3.1 -> 2.3.2 ( #57729 )
2019-03-16 23:58:58 +01:00
R. RyanTM
2e53b1ddaf
darktable: 2.6.0 -> 2.6.1 ( #57224 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/darktable/versions
2019-03-15 23:10:28 +01:00
Ryan Mulligan
4b6a41a939
Merge pull request #57077 from callahad/brother-dsseries
...
dsseries: init at 1.0.5-1
2019-03-14 21:17:31 -07:00
Meghea Iulian
4f74e248c5
avocode: 3.6.2 -> 3.6.12 ( #57658 )
2019-03-14 20:52:28 +01:00
xeji
2df7df966c
Merge pull request #57568 from fgaz/drawpile/2.1.2
...
drawpile: 2.0.11 -> 2.1.2
2019-03-13 23:24:09 +01:00
Francesco Gazzetta
1a39920ae0
drawpile: add some comments explaining the deps
2019-03-13 11:30:46 +01:00
Francesco Gazzetta
8cc2a2ffff
drawpile: 2.0.11 -> 2.1.2
2019-03-13 11:29:56 +01:00
Jörg Thalheim
c08f80839f
Merge pull request #57313 from delroth/gs-lcms2mt
...
ghostscript: link against "systemwide" liblcms2
2019-03-11 10:29:57 +00:00
Pierre Bourdon
a9cf5c27ec
imagemagickBig: revert meta.broken to false
2019-03-11 00:13:02 +01:00
Will Dietz
812a99cdd3
ipe: be explicit about libpng, use lua 5.3 per readme
2019-03-09 19:30:09 -06:00
Will Dietz
39a8578931
ipe: 7.2.10 -> 7.2.11
...
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-March/000082.html
2019-03-09 19:30:08 -06:00
markuskowa
2debad92f0
Merge pull request #56144 from callahad/digikam-media-player
...
digikam: fix media playback by adding ffmpeg to buildInputs
2019-03-09 14:15:38 +01:00
Dan Callahan
c80385d934
dsseries: init at 1.0.5-1
2019-03-08 15:02:22 +00:00
Jörg Thalheim
f1405f3eae
Merge pull request #55634 from erikarvstedt/im-broken
...
imagemagickBig: mark as broken
2019-03-08 10:58:01 +00:00
Florian Klink
6fb8b38afc
Merge pull request #56748 from andrew-d/adunham/xournalpp
...
xournalpp: init at 1.0.8
2019-03-06 10:28:42 +01:00
Vladimír Čunát
f8039e1425
ipe: fix the src hash (modified upstream)
...
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-February/000080.html
2019-03-05 15:09:49 +01:00
Andrew Dunham
4cf0343b42
xournalpp: init at 1.0.8
2019-03-04 23:46:36 -08:00
R. RyanTM
5ab8894782
feh: 3.1.2 -> 3.1.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2019-03-01 20:32:24 -08:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Ryan Mulligan
7d27f651f0
Merge pull request #56198 from rnhmjoj/sb
...
antimony: 2018-07-17 -> 2018-10-20
2019-02-22 20:24:43 -08:00
worldofpeace
6e69626680
fondo: init at 1.2.1
2019-02-22 17:52:26 -05:00
rnhmjoj
b725641231
antimony: 2018-07-17 -> 2018-10-20
2019-02-22 17:08:16 +01:00
Dan Callahan
9e1a3b404b
digikam: add ffmpeg to buildInputs
...
Since version 6.0.0, media playback in Digikam requires ffmpeg.
2019-02-21 09:59:22 +00:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00
Frederik Rietdijk
e2cd07b997
Merge staging-next into staging
2019-02-21 07:54:33 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Frederik Rietdijk
50b1d64534
dosage: fix build
2019-02-17 14:40:51 +01:00
worldofpeace
8055a33a2a
Merge pull request #55621 from dtzWill/update/feh-3.1.2
...
feh: 3.1.1 -> 3.1.2
2019-02-17 04:03:35 +00:00
worldofpeace
bef9ada70b
Merge pull request #55900 from r-ryantm/auto-update/digikam
...
digikam: 5.9.0 -> 6.0.0
2019-02-16 23:11:17 +00:00
Jan Tojnar
dcb68e3e1a
Merge pull request #54434 from pacien/gscan2pdf-1
...
gscan2pdf: init at 2.3.0
2019-02-16 21:32:59 +01:00
R. RyanTM
c1c4620f83
digikam: 5.9.0 -> 6.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/digikam/versions
2019-02-16 06:21:35 -08:00
Frederik Rietdijk
fd48a94b62
Merge staging-next into staging
2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
R. RyanTM
89c832dc46
gnome3.shotwell: 0.30.1 -> 0.30.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotwell/versions
2019-02-15 08:14:23 -08:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
Will Dietz
91c7157919
Merge pull request #55214 from dtzWill/update/ipe-7.2.10
...
ipe: 7.2.9 -> 7.2.10
2019-02-12 10:08:01 -06:00