Commit Graph

7407 Commits

Author SHA1 Message Date
Jan Tojnar
14576373d0
Merge pull request #78125 from KnairdA/master
pdfpc: Fix gstreamer video playback issue #73321
2020-01-31 01:53:17 +01:00
Luka Blaskovic
c7078be190 lutris: use default llvm in chrootenv 2020-01-30 18:35:30 -05:00
Nikolay Korotkiy
410a80381c
gpxlab: enable on darwin 2020-01-31 00:13:53 +03:00
R. RyanTM
b2122bd2bb blugon: 1.11.4 -> 1.12.0 2020-01-30 20:38:30 +00:00
R. RyanTM
47a68b3ca7 worker: 4.1.0 -> 4.2.0 2020-01-30 14:44:53 +00:00
Maximilian Bosch
1203742766
ssw: init at 0.3
GNU spread-sheet widget. Needed for pspp-1.2.0.
2020-01-30 15:19:11 +01:00
Nikolay Korotkiy
581f28ef3c
gpxsee: enable on darwin 2020-01-30 09:16:51 +03:00
Nikolay Korotkiy
47715b2824
gpxsee: 7.19 -> 7.20 2020-01-28 23:51:37 +03:00
Maximilian Bosch
6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Frederik Rietdijk
7562c2112d
Merge pull request #77739 from NixOS/staging-next
Staging next
2020-01-28 14:03:29 +01:00
Mario Rodas
42a195919a
Merge pull request #78669 from Frostman/hugo-0.62.2
hugo: 0.62.2 -> 0.63.2
2020-01-28 07:00:55 -05:00
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Maximilian Bosch
b3729ae77f
kitty: 0.15.1 -> 0.16.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.16.0
2020-01-28 09:14:33 +01:00
Sergey Lukjanov
f4196913e9 hugo: 0.62.2 -> 0.63.2 2020-01-27 23:37:18 -08:00
markuskowa
67a71b6fca
Merge pull request #78436 from wucke13/foxtrotgps
foxtrotgps: init at 1.2.2
2020-01-27 17:48:12 +01:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
wucke13
f186045313 foxtrotgps: init at 1.2.2 2020-01-27 13:17:35 +01:00
Scriptkiddi
05e661f665 joplin-desktop: Add a desktop Item for joplin-desktop 2020-01-27 06:13:45 +01:00
Niklas Hambüchen
f12461bd37
Merge pull request #78502 from r-ryantm/auto-update/elogind
elogind: 241.4 -> 243.4
2020-01-26 13:59:02 +01:00
R. RyanTM
8699530c0f elogind: 241.4 -> 243.4 2020-01-26 04:31:29 +00:00
Will Dietz
5b6eba9ee2
Merge pull request #78500 from r-ryantm/auto-update/diff-pdf
diff-pdf: 0.3 -> 0.4.1
2020-01-25 22:09:10 -06:00
R. RyanTM
b1c751119f diff-pdf: 0.3 -> 0.4.1 2020-01-26 03:57:54 +00:00
Maximilian Bosch
ac782ad4b2
vit: fix tests 2020-01-25 12:58:13 +01:00
wucke13
9a88d2248b tangogps: drop at 0.99.2
tangogps is abandoned. It looks like it this is the case since the early
2010s. foxtrotgps is a fork, that still is maintained.
2020-01-25 00:44:31 +01:00
Scriptkiddi
05626cc86b teleprompter: init at 2.3.4 2020-01-24 08:05:53 +01:00
Maximilian Bosch
eddfcc32b4
Merge branch 'staging' into glibc230 2020-01-23 11:31:13 +01:00
Maximilian Bosch
32ea78acd7
spaceFM: fix build w/glibc-2.30 2020-01-23 10:40:49 +01:00
Maximilian Bosch
feb29ae15e
gcal: fix build w/glibc-2.30
See https://lists.gnu.org/archive/html/bug-gcal/2018-10/msg00000.html
for further reference.
2020-01-23 00:21:22 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
wedens
f52c3846ff megacmd: init at 1.1.0 2020-01-21 18:36:09 +07:00
Matthias Beyer
d7de1de097 toot: 0.24.0 -> 0.25.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-21 10:01:35 +01:00
Adrian Kummerlaender
28a287887a pdfpc: Fix gstreamer video playback issue #73321 2020-01-20 20:02:14 +01:00
Johannes Schleifenbaum
465dc6e224
dbeaver: 6.3.2 -> 6.3.3 2020-01-20 10:08:48 +01:00
Ivan Kozik
76ab11518d treewide: Remove myself from maintainers on some packages (#78027) 2020-01-19 12:18:34 -05:00
Mario Rodas
0d114b22e2
Merge pull request #77909 from r-ryantm/auto-update/todoist
todoist: 0.14.0 -> 0.15.0
2020-01-19 08:26:31 -05:00
Mario Rodas
7af0438ab5
Merge pull request #77919 from r-ryantm/auto-update/xmrig
xmrig: 5.4.0 -> 5.5.1
2020-01-19 08:21:23 -05:00
Peter Simons
1fc81e7b3a
Merge pull request #77987 from fgaz/ikiwiki/3.20190228
ikiwiki: 3.20170111 -> 3.20190228
2020-01-19 10:48:14 +01:00
Francesco Gazzetta
33a12a2d22 ikiwiki: 3.20170111 -> 3.20190228 2020-01-18 19:19:45 +01:00
Niklas Hambüchen
7966f10400
Merge pull request #77616 from peterhoeg/u/calibre_4_8
calibre: 3.48 -> 4.8
2020-01-18 02:22:08 +01:00
worldofpeace
468a74629a
Merge pull request #77947 from leotaku/fix-cbatticon
cbatticon: Add wrapGAppsHook to nativeBuildInputs
2020-01-17 13:30:09 -05:00
worldofpeace
25b30b0978
Merge pull request #77890 from r-ryantm/auto-update/notejot
notejot: 1.5.8 -> 1.6.0
2020-01-17 13:27:20 -05:00
Frederik Rietdijk
bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
leotaku
5c0b9f5651 cbatticon: Add wrapGAppsHook to nativeBuildInputs 2020-01-17 16:07:05 +01:00
Ryan Mulligan
2adc54dda6
Merge pull request #77863 from r-ryantm/auto-update/bashSnippets
bashSnippets: 1.17.3 -> 1.23.0
2020-01-17 06:31:15 -08:00
Ryan Mulligan
d3ab403a1f
Merge pull request #77907 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.4 -> 0.10.5
2020-01-17 05:44:33 -08:00
R. RyanTM
839cf84c41 xmrig: 5.4.0 -> 5.5.1 2020-01-17 12:33:55 +00:00
R. RyanTM
74126d953c todoist: 0.14.0 -> 0.15.0 2020-01-17 11:44:05 +00:00
R. RyanTM
2f3701e2ab syncthingtray: 0.10.4 -> 0.10.5 2020-01-17 11:22:29 +00:00
R. RyanTM
9e27f0510c notejot: 1.5.8 -> 1.6.0 2020-01-17 08:52:48 +00:00
R. RyanTM
029cdb762d bashSnippets: 1.17.3 -> 1.23.0 2020-01-17 04:46:52 +00:00
Will Dietz
ed6e427e90
Merge pull request #77746 from filalex77/nnn-2.9
nnn: 2.8.1 -> 2.9
2020-01-16 18:58:41 -06:00
Vladyslav M
9f267be72c
gpxsee: 7.18 -> 7.19 (#77637)
gpxsee: 7.18 -> 7.19
2020-01-16 23:42:46 +02:00
Oleksii Filonenko
026ac88b94
tmatrix: add filalex77 to maintainers 2020-01-16 14:53:10 +02:00
Oleksii Filonenko
e35533bab5
tmatrix: 1.1 -> 1.3
- Use installManPage from installShellFiles
2020-01-16 14:52:37 +02:00
Ryan Mulligan
be48d023f0
Merge pull request #77114 from r-ryantm/auto-update/keepassxc
keepassxc: 2.5.1 -> 2.5.2
2020-01-15 21:08:13 -08:00
Will Dietz
712bf54f1b
Merge pull request #77781 from arcnmx/vit-fix
vit: fix check phase
2020-01-15 14:08:48 -06:00
Niklas Hambüchen
81c2cc9297
Merge pull request #77694 from nh2/marktext-appimage
marktext: init
2020-01-15 20:55:11 +01:00
arcnmx
404412e28c vit: fix check phase 2020-01-15 10:06:56 -08:00
Jörg Thalheim
50b2554e7e
Merge pull request #77772 from x123/x123-add-qt-wrap-xygrib
use wrapQtAppsHook in xygrib
2020-01-15 15:39:32 +00:00
x123
1ab7f242c5 use wrapQtAppsHook in xygrib 2020-01-15 16:09:24 +01:00
R. RyanTM
fd3abed37d girara: 0.3.3 -> 0.3.4 2020-01-15 12:50:18 +00:00
Oleksii Filonenko
9828c5753c
nnn: add filalex77 to maintainers 2020-01-15 12:07:01 +02:00
Oleksii Filonenko
35c4234afc
nnn: 2.8.1 -> 2.9 2020-01-15 12:06:06 +02:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Dmitry Kalinkin
4cb3041e49
Merge pull request #77359 from veprbl/pr/blender_darwin_fix
blender: fix on darwin
2020-01-14 20:10:20 -05:00
Niklas Hambüchen
5cafbb14f9 marktext: init at v0.16.0-rc.2
This uses the .AppImage binary release, until we have a real source package
(see https://github.com/marktext/marktext/issues/1647).

I used the `notable` package as a template.
2020-01-14 20:23:18 +01:00
Jörg Thalheim
65492f7540
osmctools: 0.8.5plus1.4.0 -> 0.9 (#76573)
osmctools: 0.8.5plus1.4.0 -> 0.9
2020-01-14 14:31:18 +00:00
Nikolay Korotkiy
f03b833284
osmctools: 0.8.5plus1.4.0 -> 0.9 2020-01-14 09:25:56 +03:00
Flakebi
cb895499a7
waybar: Use system style 2020-01-13 22:44:00 +01:00
Nikolay Korotkiy
e9e684c7a4
gpxsee: 7.18 -> 7.19 2020-01-13 22:13:44 +03:00
Peter Hoeg
f005f2d350 calibre: 3.48 -> 4.8 2020-01-13 21:28:24 +08:00
José Romildo Malaquias
ae0239c28b
Merge pull request #77586 from dtzWill/update/font-manager-0.7.7
font-manager: 0.7.5 -> 0.7.7
2020-01-13 07:12:46 -03:00
Will Dietz
56d8a296bd
font-manager: drop included patch, removed meson flag 2020-01-12 17:35:08 -06:00
Will Dietz
9997f2efb4
font-manager: 0.7.5 -> 0.7.7
https://github.com/FontManager/font-manager/releases/tag/0.7.6
https://github.com/FontManager/font-manager/releases/tag/0.7.7
2020-01-12 17:32:29 -06:00
Patrick Hilhorst
5ad5cd92c5
mako: add Synthetica as maintainer 2020-01-12 15:53:52 +01:00
Patrick Hilhorst
eea18b8b79
mako: 1.4 -> 1.4.1 2020-01-12 15:53:47 +01:00
Andrew Dunham
a0790fb345 sidequest: 0.7.6 -> 0.8.4 2020-01-11 13:18:28 -08:00
Aaron Andersen
708a1772ed
Merge pull request #75817 from filalex77/tuir-1.28.3
tuir: init at 1.28.03
2020-01-11 16:04:57 -05:00
Dmitry Kalinkin
8aa0e2fe1d
blender: switch from openimageio to openimageio2 2020-01-10 13:55:49 -05:00
Tim Steinbach
0916988a46
xterm: 349 -> 351 2020-01-09 21:58:20 -05:00
worldofpeace
ed165adbf6
Merge pull request #77348 from Kiwi/fix-librecad
librecad: fix build
2020-01-09 16:18:18 -05:00
Robert Djubek
e0f6da5655
librecad: fix build
recently this stopped building on nixos-unstable

a git bisect of nixpkgs revealed;

`# first bad commit: [8f729c0070ec3f78edadeaebcbd110257fe4577e] gcc: switch default to gcc9`

this switches the build to use gcc8Stdenv
2020-01-09 20:39:10 +00:00
Oleksii Filonenko
d4b4c29da6
alacritty: 0.4.0 -> 0.4.1 2020-01-09 18:18:31 +02:00
Mario Rodas
dcb362072d
Merge pull request #77013 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.9 -> 0.38.10
2020-01-09 05:36:14 -05:00
Dmitry Kalinkin
2287d54e7d
blender: fix on darwin
This enables building of Blender.app. The standard build process assumes
that the dependencies are installed in subdirectoris inside $LIBDIR with
libraries built as static. In current implementation we are not looking
to achieve portability, so cmake files are patched to link dynamically
with the libraries in the nix store. Linking to the transitive
dependencies is not needed in the shared case. There are also some minor
inconsistensies in the expected paths, which also need to be patched.

Alternatively, we could patch cmake files to treat darwin as "unix", but
that would require more tweaking to ensure that the frameworks are being
linked properly.
2020-01-09 02:54:50 -05:00
Dmitry Kalinkin
e57392dbc2
blender: switch to OpenJPEG 2.x
Fixes:

-- Could NOT find OpenJPEG (missing: OPENJPEG_LIBRARY OPENJPEG_INCLUDE_DIR)

and

  - WITH_IMAGE_OPENJPEG         OFF
2020-01-09 02:53:06 -05:00
squalus
9314327dee keepassxc: fix darwin build
- Removed the unnecessary libmicrohttpd dependency, which doesn't
  build on macOS. KeepassXC removed this dependency in 2.1.2
- Fixed a compiler error related to the Touch ID feature by adding a
  dependency on the LocalAuthentication framework
2020-01-08 16:44:14 +01:00
Mario Rodas
0b6e3a1ebf
Merge pull request #77068 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.12.1 -> 1.12.2
2020-01-08 05:17:31 -05:00
Mario Rodas
714e4980d1
Merge pull request #77030 from jojosch/dbeaver_6.3.2
dbeaver: 6.3.1 -> 6.3.2
2020-01-08 05:05:56 -05:00
Will Dietz
ce4eafa2e6
Merge pull request #77145 from dtzWill/update/heimer-1.13.1
heimer: 1.12.0 -> 1.13.1
2020-01-07 16:14:29 -06:00
R. RyanTM
b2c0a1a8b6
josm: 15553 -> 15628 (#77102) 2020-01-07 22:33:23 +01:00
R. RyanTM
19e36bdb3f latte-dock: 0.9.5 -> 0.9.7 (#77122) 2020-01-07 16:15:55 -05:00
José Romildo Malaquias
894b056b2f
Merge pull request #77099 from r-ryantm/auto-update/jgmenu
jgmenu: 3.5 -> 4.0
2020-01-07 08:46:47 -03:00
Mario Rodas
a7ecd2a93b
Merge pull request #77185 from r-ryantm/auto-update/pgmodeler
pgmodeler: 0.9.1 -> 0.9.2
2020-01-07 05:33:01 -05:00
R. RyanTM
c4571f2268 pgmodeler: 0.9.1 -> 0.9.2 2020-01-06 23:10:20 -08:00
Will Dietz
897cc917fb
heimer: 1.12.0 -> 1.13.1
https://github.com/juzzlin/Heimer/releases/tag/1.13.1
https://github.com/juzzlin/Heimer/releases/tag/1.13.0
2020-01-06 17:08:19 -06:00
R. RyanTM
eb32ac4055 keepassxc: 2.5.1 -> 2.5.2 2020-01-06 10:09:27 -08:00
Maximilian Bosch
a6d0b81d28
khal: fix build
* `glibcLocales` (+appropriate locale settings) are needed to fix
  locale/language-related errors in the `checkPhase`.
* The `test_editor.test_popup`-testcase appears to break in
  their testsuite. I confirmed manually that the functionality works, the
  error looks more like a problem related to the mocking-api. Thus I
  disabled the test for now.

https://hydra.nixos.org/build/109705657

Closes #76989
2020-01-06 17:41:44 +01:00
R. RyanTM
96d1740d6b jgmenu: 3.5 -> 4.0 2020-01-06 08:22:36 -08:00
worldofpeace
6bd13ccd8e
Merge pull request #76995 from kjuvi/formatter
formatter: 0.3.1 -> 0.3.2
2020-01-06 09:39:35 -05:00