Commit Graph

218994 Commits

Author SHA1 Message Date
Florian Klink
f4f8921f97
nixos/gerrit: stop setting jvmPackage (#83696)
jdk12_headless disappeared in d00559ebb8,
and just using the default in the VM test should be fine IMHO.
2020-03-29 18:50:19 +00:00
Benjamin Hipple
21dbe88670
Merge pull request #83681 from Atemu/cherrytree-0.39.1
cherrytree: 0.39.0 -> 0.39.1
2020-03-29 14:31:14 -04:00
Florian Klink
5f0ba381ae
Merge pull request #83285 from hax404/teeworlds
teeworlds: python2 -> python3; add menu item
2020-03-29 20:30:58 +02:00
Andreas Rammhold
0d5fc5bf42
Merge pull request #83691 from mweinelt/pr/weechat/v2.8
weechat: v2.7.1 → v2.8
2020-03-29 20:30:21 +02:00
Eelco Dolstra
5e8545e723
make-tarball.nix: Restore the 'commit' field in packages.json
Also change incorrect 'revision' to 'rev' in the default value for
'nixpkgs' in release.nix.

Fixes https://github.com/NixOS/nixos-homepage/issues/372.
2020-03-29 20:16:07 +02:00
Michael Weiss
0dd5ccc742
mesos,swiften,pingus: Mark as broken
Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877.
2020-03-29 20:06:41 +02:00
Eelco Dolstra
4e554ad1bc
make-tarball.nix: Strip source directory from packages.json
https://github.com/NixOS/nixos-homepage/issues/372
2020-03-29 20:02:44 +02:00
Tobias Mayer
56ec5a2577 pythonPackages.pyarrow: fix test 2020-03-29 10:43:42 -07:00
Florian Klink
01365622ad
Merge pull request #83660 from Emantor/fix/system-duplicate-line
nixos/systemd: remove one DefaultBlockIOAccounting
2020-03-29 19:42:28 +02:00
Florian Klink
ae3928997c
Merge pull request #82807 from mehlon/tor-browser
tor-browser-bundle-bin: enable multimedia support by default
2020-03-29 19:41:40 +02:00
worldofpeace
944ff7c9e2
Merge pull request #83684 from romildo/fix.xfce4-hardware-monitor-plugin
xfce.xfce4-hardware-monitor-plugin: fix url (unmaintained)
2020-03-29 13:08:04 -04:00
worldofpeace
c50ab4d7bb
Merge pull request #83679 from romildo/upd.xfce4-whiskermenu-plugin
xfce.xfce4-whiskermenu-plugin: 2.3.3 -> 2.4.3
2020-03-29 13:07:45 -04:00
worldofpeace
a4a0e4e047
Merge pull request #83690 from r-ryantm/auto-update/drawing
drawing: 0.4.11 -> 0.4.13
2020-03-29 13:01:58 -04:00
worldofpeace
bedf13071b
Merge pull request #83637 from romildo/desktopManager.desktopNames
nixos.display-manager: set DesktopNames from a new attribute
2020-03-29 12:58:08 -04:00
Joachim Breitner
b872b8a200 ghc-8.4.4.nix: Do not use git.haskell.org
which was deprecated in 2018 and is now gone for good. I guess many
won’t notice because the nix-cache kept the files around?

This fetches the patches from github. Unfortunately it seems that the
sha256 hashes (calculated with `nix-prefetch-url`) have been modified.

Alternatively, if someone has the old patches around they could arguably
be added to `tarballs.nixos.org` (it seems they are not there right
now).
2020-03-29 18:52:41 +02:00
Jan Tojnar
22ada10aed
Merge pull request #82509 from Izorkin/samba4
samba: build with profiling enabled
2020-03-29 18:30:41 +02:00
Florian Klink
50b48ddd95
Merge pull request #83598 from mmilata/test-driver-delete-vdectl
test-driver.py: don't leave vde1.ctl around
2020-03-29 18:19:53 +02:00
Maximilian Bosch
9e7c54325e
stellarium: 0.19.3 -> 0.20.0
https://github.com/Stellarium/stellarium/releases/tag/v0.20.0
2020-03-29 17:56:35 +02:00
Ryan Mulligan
98bc4867fa
Merge pull request #83652 from r-ryantm/auto-update/qmapshack
qmapshack: 1.14.0 -> 1.14.1
2020-03-29 07:21:36 -07:00
R. RyanTM
7d19703e5e drawing: 0.4.11 -> 0.4.13 2020-03-29 14:13:04 +00:00
Martin Weinelt
f83d12d554
weechat: v2.7.1 → v2.8
New features

    core: add variable "old_full_name" in buffer, set during buffer renaming (issue weechat/weechat#1428)
    core: add debug option "-d" in command /eval (issue weechat/weechat#1434)
    api: add functions crypto_hash and crypto_hash_pbkdf2
    api: add info "auto_connect" (issue weechat/weechat#1453)
    api: add info "weechat_headless" (issue weechat/weechat#1433)
    buflist: add pointer "window" in bar item evaluation
    irc: add support of fake servers (no I/O, for testing purposes)
    relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512)
    relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (issue weechat/weechat#1435)

Bug fixes

    core: fix memory leak in completion
    core: flush stdout/stderr before forking in hook_process function (issue weechat/weechat#1441)
    core: fix evaluation of condition with nested "if" (issue weechat/weechat#1434)
    irc: split AUTHENTICATE message in 400-byte chunks (issue weechat/weechat#1459)
    irc: copy temporary server flag in command /server copy
    irc: add nick changes in the hotlist (except self nick change)
    irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue weechat/weechat#1439)
    irc: fix memory leak when the channel topic is changed
    logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue weechat/weechat#1444)
    php: fix crash when loading script with PHP 7.4 (issue weechat/weechat#1452)
    relay: update buffers synchronization when buffers are renamed (issue weechat/weechat#1428)
    script: fix memory leak in read of script repository file if it has invalid content
    script: fix unexpected display of scripts list in buffer with command /script list -i
    xfer: send signal "xfer_ended" after the received file has been renamed (issue weechat/weechat#1438)

Tests

    scripts: fix generation of test scripts with Python 3.8
    unit: add tests on IRC protocol functions and callbacks
    unit: add tests on function secure_derive_key
    unit: add tests on functions util_get_time_diff and util_file_get_content

Build

    core: fix Cygwin build
    guile: add detection of Guile 3.0.0 (issue weechat/weechat#1442)
    irc: fix build with GnuTLS < 3.1.0 (issue weechat/weechat#1431)
    php: add detection of PHP 7.4
    ruby: add detection of Ruby 2.7 (issue weechat/weechat#1455)
2020-03-29 16:04:28 +02:00
Jörg Thalheim
ac45e96d2f
Merge pull request #83220 from dasj19/linux-libre-fix
linux-libre: added --force flag for deblobbing.
2020-03-29 15:03:22 +01:00
Jörg Thalheim
e96e6b84a1
Merge pull request #83686 from herrwiese/for-master/matrix-dl-fix-license
matrix-dl: fix license
2020-03-29 14:54:37 +01:00
Andreas Wiese
58a69bc9e3 matrix-dl: fix license
I initially looked at the wrong places for this, where it's actually
stated in setup.py.  I'm not quite a python guy.
2020-03-29 15:29:18 +02:00
Jörg Thalheim
62aa36720c
Merge pull request #76420 from babariviere/flutter-init
flutter: init 1.12.13+hotfix.8
2020-03-29 14:21:40 +01:00
José Romildo Malaquias
0dc23eaf61 xfce.xfce4-hardware-monitor-plugin: fix url (unmaintained) 2020-03-29 10:11:12 -03:00
Jörg Thalheim
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Atemu
e18f1429be cherrytree: 0.39.0 -> 0.39.1 2020-03-29 14:57:44 +02:00
Konrad Borowski
cfb435732a pythonPackages.ftputil: fix build
Some tests assume execution before 2020.
2020-03-29 14:39:48 +02:00
Guanpeng Xu
d2702c915f mathematica: 12.0.0 -> 12.1.0 2020-03-29 14:38:33 +02:00
José Romildo Malaquias
459a94ffa7 xfce.xfce4-whiskermenu-plugin: 2.3.3 -> 2.4.3 2020-03-29 09:38:24 -03:00
R. RyanTM
439f083931 bindfs: 1.14.3 -> 1.14.4 2020-03-29 14:37:56 +02:00
Bastien Rivière
4e0d07f6d7
flutter: symlink common patches 2020-03-29 14:25:16 +02:00
Rakesh Gupta
95e15a991a pythonPackages.variants: init at 0.2.0 2020-03-29 14:24:08 +02:00
Daniel Wheeler
773c84d944 pythonPackages.sfepy: 2019.2 -> 2019.4
- Bump the version number to fix incompatibility with Numpy 1.18.1
 - Remove broken test to fix incompatibility with Numpy 1.18.1
2020-03-29 14:17:31 +02:00
Daniel Wheeler
f77e60466f pythonPackages.fipy: 3.3 -> 3.4.1 2020-03-29 14:14:52 +02:00
Fabian Möller
2346014aae bgpq3: init at 0.1.35 2020-03-29 14:12:36 +02:00
Daniël de Kok
d4152d0205 cargo-asm: 0.1.17 -> 2019-12-24
cargo-asm hasn't seen any new releases since 2018 (and even then
it was spotty). But there have been improvements since then, so
switch to dated releases that use a working git commit.
2020-03-29 14:11:07 +02:00
José Romildo Malaquias
264365247f iconpack-jade: init at 1.22 2020-03-29 14:09:33 +02:00
Luflosi
5b6dbb5e18 kitty: 0.17.1 -> 0.17.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.2
2020-03-29 14:06:08 +02:00
Jörg Thalheim
5f09258114
sequoia: fix strict deps build 2020-03-29 12:37:27 +01:00
Jörg Thalheim
e1bea9e8b1
vector: fix strict deps build 2020-03-29 12:37:26 +01:00
Jörg Thalheim
965dc7bb24
uutils-coreutils: fix strict deps build 2020-03-29 12:37:26 +01:00
Jörg Thalheim
b684103191
tensorman: fix strict deps build 2020-03-29 12:37:26 +01:00
Jörg Thalheim
8f95431dac
newsboat: fix strict deps build 2020-03-29 12:37:26 +01:00
Jörg Thalheim
dbd8e0e162
ripasso-cursive: fix strict deps build 2020-03-29 12:37:26 +01:00
Jörg Thalheim
e841dce44a
rink: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim
432442eb8c
parinfer-rust: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim
0c3759abdf
parallel-rust: remove
- package has no maintainer
- upstream is dead
- build is broken
2020-03-29 12:37:25 +01:00
Jörg Thalheim
756a16e733
panopticon: fix strict deps build 2020-03-29 12:37:25 +01:00