Commit Graph

42569 Commits

Author SHA1 Message Date
Benjamin Hipple
c039152ba8
Merge pull request #85834 from marsam/update-git-gone
gitAndTools.git-gone: 0.3.0 -> 0.3.2
2020-04-22 22:05:55 -04:00
worldofpeace
19c3bbfff1 elementary-planner: cleanup
* add elementary theme
The program forces this theme to be used
* update description
2020-04-22 21:27:24 -04:00
zowoq
f7b9c6c28b gitAndTools.gh: 0.6.4 -> 0.7.0
https://github.com/cli/cli/releases/tag/v0.7.0
2020-04-23 08:49:28 +10:00
Aaron L. Zeng
ef6b333854 tixati: 2.67 -> 2.72 2020-04-22 13:49:56 -07:00
Savanni D'Gerinel
ccb580fa4d
fitnesstrax: init at 0.1.0 (#83336)
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-04-22 15:35:20 -04:00
worldofpeace
b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Frederik Rietdijk
8374a2a0ee Merge master into staging-next 2020-04-22 17:20:20 +02:00
Michael Weiss
1a047c4a8e
sway: Make it possible to use exec in extraSessionCommands
This is useful for use-cases like this (logging to journald):
```
programs.sway.extraSessionCommands = ''
  if [ -z "$_SWAY_DID_SYSTEMD_CAT" ]; then
    export _SWAY_DID_SYSTEMD_CAT=1
    exec ${config.systemd.package}/bin/systemd-cat -t sway "$0" "$@"
  fi
  # ... (potentially also another exec)
'';
```

Without this change the rest of the extraSessionCommands won't be
executed after the exec since the whole extraSessionCommands block would
be skipped during the re-execution (_SWAY_WRAPPER_ALREADY_EXECUTED is
already set).
2020-04-22 17:09:20 +02:00
Martin Milata
d5b14e58c4 tensor: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
1d8ea89504 candle: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
9384f48860 iannix: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
cc8d12118c qt-box-editor: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
4ee9179a11 aqemu: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
a0a076b857 awesomebump: use qt5's mkDerivation
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:10 +02:00
Martin Milata
eae808331c bibletime: use qt5's mkDerivation 2020-04-22 15:23:09 +02:00
Martin Milata
98f126615f bomi: use qt5's mkDerivation
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:09 +02:00
Martin Milata
21d3ce5887 dfasma: use qt5's mkDerivation 2020-04-22 15:23:09 +02:00
Martin Milata
22af8e8ed7 mindforger: use qt5's mkDerivation 2020-04-22 15:23:09 +02:00
Martin Milata
affebc8600 okteta: use qt5's mkDerivation 2020-04-22 15:22:37 +02:00
Martin Milata
9f0dba1302 openbrf: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
606a15d9d8 phototonic: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
2986699ab0 qcomicbook: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
5f70a209da qmediathekview: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
e036261b15 qstopmotion: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
4b7193b67a ricochet: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
86aab71590 swift-im: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
461843af71 traverso: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
01de13ad6f valentina: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
904fc69424 write_stylus: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
7d1c2c05c5 caneda: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Alyssa Ross
81902419dd mblaze: install msuck and mblow
There are lots of other scripts in contrib that we should probably
also install, but I didn't feel like taking the time to review them
all and figure out what dependencies they would need.

It would have been a shame to add a mandatory dependency on Ruby (and
all that entails) to a package that otherwise has basically no
dependencies, so I've made the Ruby dependency optional.
2020-04-22 12:52:47 +00:00
Peter Hoeg
f690b34603
Merge pull request #83054 from peterhoeg/u/icr
crystal: change all crystal programs to use buildCrystalPackage and update pkgs
2020-04-22 20:31:35 +08:00
Domen Kožar
ace7b93131
Merge pull request #72420 from minijackson/waylandpp-0.2.7
waylandpp: 0.2.5 -> 0.2.7, make it split-output package
2020-04-22 13:12:06 +02:00
Peter Hoeg
0bfd4557db thicket: specify the build type and pin to crystal 0.33 2020-04-22 17:30:23 +08:00
Mario Rodas
ebf8442ad3
spotify-tui: 0.17.1 -> 0.18.0 2020-04-22 04:20:00 -05:00
Jörg Thalheim
602350a1b6
Merge pull request #85709 from chrbauer/upgrade/pwsafe-3.52.0 2020-04-22 10:06:58 +01:00
Domen Kožar
d9da7f7d2d
Merge pull request #85729 from primeos/chromium
chromium: 81.0.4044.113 -> 81.0.4044.122
2020-04-22 09:53:21 +02:00
Martin Weinelt
66a94696c5
i3: 4.18 → 4.18.1
This is a bugfix release for v4.18.

  • Move parent nodes in scratchpad correctly
  • i3bar: Call cont_child() more liberally
  • Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent
  • Fix SEGFAULT when i3bar receives invalid input
  • Revert "floating_reposition: avoid extra tree_render"
  • Call tree_render if floating move changes workspace
  • Update EWMH properties on workspace move
  • cmd_focus_sibling: Fix crash on workspace level

https://i3wm.org/downloads/RELEASE-NOTES-4.18.1.txt
2020-04-22 09:37:02 +02:00
Emery Hemingway
480ed5f909 syncthing: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
Emery Hemingway
92bc6e30ec mumble: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
Michael Weiss
a2df9776f0
chromium: 81.0.4044.113 -> 81.0.4044.122
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop_21.html

This update includes 8 security fixes.

CVEs: CVE-2020-6459 CVE-2020-6460 CVE-2020-645
2020-04-22 01:20:32 +02:00
Nicolas Schneider
c296bf7169 android-studio: add ps to closure
When killing processes, android-studio uses `ps` to figure out which
subprocesses to kill. Without `ps` in the closure, this fails and the
process is never killed.
2020-04-21 22:48:47 +02:00
Michael Weiss
fe5117d05e
quiterss: 0.19.3 -> 0.19.4 2020-04-21 21:31:45 +02:00
Christoph Bauer
dd4b089b3a pwsafe 1.09.0 -> 3.52.0 2020-04-21 21:10:27 +02:00
Frederik Rietdijk
23be4a8b4d Merge master into staging-next 2020-04-21 19:59:56 +02:00
Frederik Rietdijk
ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
gnidorah
b4a7b66d82 openmpt123: 0.4.11 -> 0.4.12 2020-04-21 19:47:06 +02:00
Roman Volosatovs
de14e60d02 sidequest: 0.8.7-> 0.10.2 2020-04-21 19:45:27 +02:00
Nikolay Korotkiy
42d290316c xournalpp: 1.0.17 -> 1.0.18 2020-04-21 19:45:02 +02:00
Christian Kampka
55061fcd0b trilium: 0.40.5 -> 0.40.7 2020-04-21 19:44:40 +02:00
Linus Heckemann
31edad38b1 kanboard: 1.2.13 -> 1.2.14 2020-04-21 19:42:24 +02:00
Justin Bedo
d8d6ecc418 mosdepth: 0.2.6 -> 0.2.9 2020-04-21 19:42:05 +02:00
Frederik Rietdijk
05b4bf64d6
Merge pull request #85630 from Gerschtli/update/dwm-status
dwm-status: 1.6.3 -> 1.6.4
2020-04-21 19:41:29 +02:00
misuzu
6ca23cac61 psi-plus: 1.4.984 -> 1.4.1086 2020-04-21 19:41:01 +02:00
sternenseemann
c93e4cba92 apostrophe: unstable-2020-03-29 -> 2.2.0.2 2020-04-21 19:37:32 +02:00
Maximilian Bosch
edeaab2929
Merge pull request #85608 from obadz/citrix-2004
citrix_workspace: add 2004
2020-04-21 19:20:23 +02:00
Maximilian Bosch
68684b6376
stellarium: 0.20.0 -> 0.20.1
https://github.com/Stellarium/stellarium/releases/tag/v0.20.1
2020-04-21 18:05:15 +02:00
Michael Weiss
666042141e
git: Fix the update.sh script and use HTTPS
The syntax is ${parameter:-word} (i.e. previously this used
"latestTag" instead of the actual value).
(Fixes a regression from #85278.)

Also: Even though getting the latest tag isn't really security critical
(as long as Git itself is secure against untrusted input), I'd prefer to
switch from the Git to the HTTPS protocol (for authentication of the
server and encryption + uses a standard port).
2020-04-21 14:30:11 +02:00
Mario Rodas
ab7c117805
Merge pull request #85619 from kuznero/vscode
vscode, vscodium: 1.44.1 -> 1.44.2
2020-04-21 07:21:37 -05:00
Vincent Laporte
22a3bf9fb9
Merge pull request #85142 from sternenseemann/mirage-crypto
ocamlPackages: jackline: switch to mirage-crypto and update dependencies
2020-04-21 08:56:52 +02:00
R. RyanTM
1c7bcaa6db vim: 8.2.0343 -> 8.2.0510 2020-04-21 08:39:52 +02:00
Frederik Rietdijk
803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
R. RyanTM
9fe2f2565e gitAndTools.gitFull: 2.25.1 -> 2.25.2 2020-04-21 08:14:29 +02:00
Greg Price
45a04ed6d4 gbsplay: fix configure flags
This caused none of these flags to have any effect.  That's because
the configure command looked like this:

    ./configure --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 \
        --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n

with one giant flag '--without-test --without-contrib...', containing
internal spaces.

This can be seen in `nix log nixpkgs.gbsplay`, in this line:

    configure flags: --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n

and then in the fact that features like "devdsp" and "midi" are listed
as enabled in later output, and source files like plugout_midi.c are
included in the build.

I don't have a real opinion on whether it's better to have these flags
or not, but it's clear the author's intention was to pass them.  So,
fix the attr name so they get passed.
2020-04-21 07:51:55 +02:00
Mario Rodas
2ddb7a2056
Merge pull request #85605 from oxalica/bump/birdtray
birdtray: 1.7.0 -> 1.8.0
2020-04-20 21:27:07 -05:00
zowoq
202b87ca99 cni-plugins: 0.8.4 -> 0.8.5
https://github.com/containernetworking/plugins/releases/tag/v0.8.5
2020-04-21 09:29:29 +10:00
zowoq
7448089fd6 cni: 0.7.0 -> 0.7.1
https://github.com/containernetworking/cni/releases/tag/v0.7.1
2020-04-21 09:28:17 +10:00
Timo Kaufmann
166bf2314a
Merge pull request #81210 from B4dM4n/ausweisapp2
ausweisapp2: init at 1.20.0
2020-04-20 22:07:40 +00:00
Matthew Bauer
ff2f2644f8 blas,lapack: use isILP64 instead of is64bit
This is a better name since we have multiple 64-bit things that could
be referred to.

LP64  : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Tobias Happ
382247d133 dwm-status: 1.6.3 -> 1.6.4 2020-04-20 20:54:49 +02:00
John Wiegley
fd494fc013
Merge pull request #84785 from mikesperber/unbreak-emacs-macos 2020-04-20 10:57:17 -07:00
Orivej Desh
f9fbc9b118
hydrogen-unstable: init at 1.0.0-beta2 (#85454) 2020-04-20 15:09:15 +00:00
Roman Kuznetsov
ba774d4179
vscode, vscodium: 1.44.1 -> 1.44.2 2020-04-20 16:59:16 +02:00
markuskowa
d9af81af16
Merge pull request #85006 from r-ryantm/auto-update/verilator
verilator: 4.030 -> 4.032
2020-04-20 16:51:31 +02:00
worldofpeace
b0631dc3de
Merge pull request #85469 from JeffLabonte/brave_1_5_123-1_7_92
brave: 1.5.123 -> 1.7.92
2020-04-20 08:04:46 -04:00
Léo Gaspard
203955fa0c
Merge pull request #82714 from delroth/s3tc
libtxc_dxtn{,_s2tc}: remove from nixpkgs + hardware.opengl options
2020-04-20 13:41:47 +02:00
Fabian Möller
41582c7a02
plex-media-player: 2.40.0.1007 -> 2.55.0.1069 + update script (#68938) 2020-04-20 10:40:00 +01:00
obadz
b06164281c citrix_workspace: add 2004 2020-04-20 10:39:21 +01:00
Mario Rodas
4ef7161104
gitAndTools.git-gone: 0.3.0 -> 0.3.2 2020-04-20 04:20:00 -05:00
oxalica
4ab8a6e622
birdtray: 1.7.0 -> 1.8.0 2020-04-20 16:56:02 +08:00
Jörg Thalheim
ee3eb80af9
Merge pull request #85592 from delroth/alacritty-strip 2020-04-20 05:41:31 +01:00
Jörg Thalheim
b442f8ea9f
Merge pull request #85566 from kirelagin/lieer 2020-04-20 05:38:13 +01:00
Pierre Bourdon
e857e72b7a
alacritty: manually strip before running patchelf
patchelf seems to generate an ELF that "strip" cannot process:

  strip: /tmp/stNGAZvd: not enough room for program headers, try linking with -N
  strip:/tmp/stNGAZvd[.interp]: bad value

(This unfortunately does not cause any errors or even error output in
the build log, since the default strip hook redirects them to /dev/null
and ignores failures.)

The lack of stripping ends up leaking paths to the compiler in the debug
symbols. This more than doubles the transitive closure size of
alacritty.

Impact on closure size: 314.5M -> 131.8M.
2020-04-20 05:48:04 +02:00
Benjamin Hipple
e4db75f46d
Merge pull request #84535 from bcdarwin/update-beluga
beluga: 20180403 -> unstable-2020-03-11
2020-04-19 22:53:50 -04:00
Mario Rodas
4c910ed4d6
Merge pull request #85530 from marsam/update-zeek
zeek: 3.1.1 -> 3.1.2
2020-04-19 21:17:50 -05:00
Ben Darwin
ad7b7367b6 beluga: 20180403 -> unstable-2020-03-11 2020-04-19 21:54:06 -04:00
Pierre Bourdon
1b89bffcf4
libtxc_dxtn{,_s2tc}: remove from nixpkgs + hardware.opengl options
Context: discussion in https://github.com/NixOS/nixpkgs/pull/82630

Mesa has been supporting S3TC natively without requiring these libraries
since the S3TC patent expired in December 2017.
2020-04-20 03:19:41 +02:00
Michael Raskin
b22ec9ca5e
Merge pull request #85572 from helsinki-systems/libreoffice
libreoffice: fix and update
2020-04-20 00:55:19 +00:00
Mario Rodas
c3945dc31c
Merge pull request #85526 from zowoq/misc
buildah, conmon: misc fixes
2020-04-19 19:26:41 -05:00
José Romildo Malaquias
6dd72ea0c3
Merge pull request #84941 from romildo/upd.qtemu
qtemu: init at 2.1
2020-04-19 21:23:33 -03:00
Maximilian Bosch
07d622284d
Merge pull request #85558 from prusnak/keepassxc
keepassxc: 2.5.2 -> 2.5.4
2020-04-20 01:31:00 +02:00
Maximilian Bosch
beb9b1a7e3
Merge pull request #85548 from turion/master
Add myself (turion) to the maintainers list for several packages
2020-04-20 00:34:14 +02:00
samlich
8f6882bb4c lutris: fix gog integration 2020-04-19 22:16:29 +00:00
Aaron Andersen
b3ae792630
Merge pull request #84823 from aanderse/redmine-master
redmine: 4.1.0 -> 4.1.1
2020-04-19 15:51:10 -04:00
Kirill Elagin
bff2c1258e gmailieer: 1.0 -> 1.1, rename to lieer 2020-04-19 21:59:13 +03:00
Mario Rodas
25c8da3275
Merge pull request #85554 from magnetophon/lsp-plugins
lsp-plugins: 1.1.15 -> 1.1.19
2020-04-19 13:26:10 -05:00
ajs124
cf2ff92ae9 libreoffice-fresh: 6.4.1.1 -> 6.4.3.2 2020-04-19 19:27:03 +02:00
ajs124
f7c7743269 libreoffice: fix build with poppler 0.86
was broken with update in #81955 / 6187d5babc
2020-04-19 19:25:13 +02:00
worldofpeace
2c74cdac47 elementary-planner: fix stylesheet issue
Revert a patch the works around some stylesheet issues:
https://github.com/alainm23/planner/issues/268
https://github.com/alainm23/planner/issues/303
The don't seem to be a problem with Pantheon on NixOS
and for some reason produce the opposite effect with
pantheon's stylesheet.
2020-04-19 13:09:16 -04:00
worldofpeace
a09e4c8180 elementary-planner: 2.2.14 -> 2.3.2 2020-04-19 13:09:15 -04:00