Alexander V. Nikolaev
b057ac71ea
mythes: fix link error on missed tinfo
library (ncurses)
2018-12-04 01:45:50 +02:00
Jörg Thalheim
958d8e625e
Merge pull request #49392 from uvNikita/nixos/containers/veths
...
nixos/containers: don't create veths if not configured
2018-12-03 23:44:50 +00:00
Jörg Thalheim
41af4a520c
Merge pull request #51488 from flokli/cowsay-cross
...
cowsay: fix cross
2018-12-03 23:42:07 +00:00
Alexey Shmalko
d5b45b4ff8
Merge pull request #51327 from k0ral/loop
...
loop: init at unstable-2018-10-02
2018-12-04 01:37:23 +02:00
Jörg Thalheim
1f5c851967
radare: remove
...
This project has been deprecated in 2016.
Radare2 should been used intead: https://github.com/radare/radare
2018-12-04 00:33:49 +01:00
Florian Klink
fae81f322e
cowsay: fix cross
...
The install.sh script looks for all perls in $PATH, tries to execute
these to test whether that perl is "good", if it is, takes it and
puts it into the shebang.
This obviously can't work for cross. As installation seems to be pretty
trivial, do it in a custom install phase.
2018-12-04 00:23:44 +01:00
Alexey Shmalko
dc9bb48a73
loop: cleanup
2018-12-04 01:20:02 +02:00
John Ericson
805d32dbf7
Merge pull request #51401 from roberth/all-packages-res
...
all-packages.nix: Alias self to res, deprecating self
2018-12-03 18:06:48 -05:00
Jörg Thalheim
230beb3ad6
Merge pull request #51483 from Mic92/radare2
...
radare2: 3.1.1 -> 3.1.2
2018-12-03 23:03:44 +00:00
Jörg Thalheim
24ab7035a8
Merge pull request #51477 from jtojnar/subl-gtk3
...
sublime3-dev: 3176 → 3183
2018-12-03 22:40:31 +00:00
Jörg Thalheim
e24ac2e06f
Merge pull request #51478 from bhipple/fix/libffi-src
...
libffi: swap src URL from FTP to HTTPS
2018-12-03 22:36:53 +00:00
Jörg Thalheim
58700be336
radare2: 3.1.1 -> 3.1.2
2018-12-03 22:29:22 +00:00
Symphorien Gibol
330fbbeb73
pyflame: init at 1.6.7
2018-12-03 23:27:33 +01:00
Benjamin Smith
83f782f175
Add mock to the list of whisper's test inputs.
...
This was required as the versiof whisper was upgraded from
1.1.3 to 1.1.4 and mock was added as a test dependency in
that release:
703dd9d3a6 (diff-62849af500c571aa4532da7be8833e73R14)
2018-12-03 14:20:25 -08:00
Jan Tojnar
23de7958bf
sublime3-dev: 3176 → 3183
...
Sublime finally switched to GTK 3!
2018-12-03 23:13:24 +01:00
Benjamin Hipple
08c75aaedc
libffi: swap src URL from FTP to HTTPS
...
HTTPS is never worse and often better than FTP, since it's faster, more secure,
and more likely to be accessible through firewalls.
This does not change the tarball sha, as confirmed by `nix-prefetch-url`.
2018-12-03 22:10:29 +00:00
Renaud
aad3176fc3
Merge pull request #51471 from noneucat/polar-1.1.0
...
polar-bookshelf: 1.0.13 -> 1.1.0
2018-12-03 22:42:06 +01:00
Renaud
a700560a18
Merge pull request #51452 from etu/stable-dmrconfig
...
dmrconfig: 2018-11-07 -> 1.0
2018-12-03 22:16:35 +01:00
Red Davies
4173b845ca
mediawiki: 1.29.1 -> 1.31.1
...
1.29.1 is out of support and has security vulnerabilities. 1.31.1 is current LTS.
2018-12-03 21:04:08 +00:00
Elis Hirwing
846aeabdc4
dmrconfig: 2018-11-07 -> 1.0
2018-12-03 21:57:01 +01:00
Andy Chun @noneucat
7357949e3c
polar-bookshelf: 1.0.13 -> 1.1.0
2018-12-03 12:14:56 -08:00
David Johnson
e42d10957d
Add disable core optimizations ( #51464 )
...
haskell.lib.disableOptimization: new function
Adds a utility function for disabling GHC core optimizations.
Significantly reduces build times.
2018-12-03 19:46:22 +01:00
Domen Kožar
4cf1d88d12
chrome-token-signing: fix path to opensc-pkcs11
2018-12-03 17:18:21 +00:00
nyanloutre
0c029635cd
qlcplus: fix udev rules path
2018-12-03 18:05:46 +01:00
Jörg Thalheim
20f3c94a77
Merge pull request #51446 from rvolosatovs/update/vim-plugins
...
vimPlugins: update
2018-12-03 16:30:04 +00:00
Bjørn Forsman
bb94d419fb
nixos/jenkins-job-builder: add accessTokenFile option
...
The new option allows storing the secret access token outside the world
readable Nix store.
2018-12-03 17:07:29 +01:00
Bjørn Forsman
8ebfd5c45c
nixos/jenkins-job-builder: stop reloadScript on error
...
Currently there are two calls to curl in the reloadScript, neither which
check for errors. If something is misconfigured (like wrong authToken),
the only trace that something wrong happened is this log message:
Asking Jenkins to reload config
<h1>Bad Message 400</h1><pre>reason: Illegal character VCHAR='<'</pre>
The service isn't marked as failed, so it's easy to miss.
Fix it by passing --fail to curl.
While at it:
* Add $curl_opts and $jenkins_url variables to keep the curl command
lines DRY.
* Add --show-error to curl to show short error message explanation when
things go wrong (like HTTP 401 error).
* Lower-case the $CRUMB variable as upper case is for exported environment
variables.
The new behaviour, when having wrong accessToken:
Asking Jenkins to reload config
curl: (22) The requested URL returned error: 401
And the service is clearly marked as failed in `systemctl --failed`.
2018-12-03 17:07:29 +01:00
Bjørn Forsman
84a2463499
jpeginfo: init at 1.6.1
...
jpeginfo prints information and tests integrity of JPEG/JFIF files.
2018-12-03 17:03:48 +01:00
Graham Christensen
fc459de60e
Merge pull request #50452 from P-E-Meunier/carnix-fix
...
Rust build-support: fixing a compilation error in some crates
2018-12-03 10:53:25 -05:00
Matthew Bauer
357732e6a3
Merge pull request #50936 from tathougies/travis/dhcpcd-runtime-shell
...
dhcpcd: Use runtimeShell in dhcpcd-run-hooks
2018-12-03 09:48:38 -06:00
Alexey Lebedeff
caed71efb6
nvidia_legacy_340: Remove unneeded/failing patch
...
The patch is not applying and no longer needed after upgrade in
045575e744
. Now the same result is
achieved by the following lines in the driver package itself:
#if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT)
#define nv_drm_pci_init drm_legacy_pci_init
#define nv_drm_pci_exit drm_legacy_pci_exit
#else
#define nv_drm_pci_init drm_pci_init
#define nv_drm_pci_exit drm_pci_exit
#endif
2018-12-03 16:14:16 +01:00
Tim Steinbach
ee1f6e20b2
slack: Add dark-mode version
2018-12-03 08:12:05 -05:00
worldofpeace
5198a4c3d4
Merge pull request #51358 from ivan/libtorrent-1.1.11
...
libtorrentRasterbar: 1.1.10 -> 1.1.11
2018-12-03 08:00:43 -05:00
Tim Steinbach
3b2bf761df
linux: 4.20-rc4 -> 4.20-rc5
2018-12-03 07:43:04 -05:00
Jörg Thalheim
01d864c705
Merge pull request #51434 from Mic92/nix-review
...
nix-review: 0.6.1 -> 1.0.1
2018-12-03 12:09:22 +00:00
Roman Volosatovs
d59498f653
vimPlugins: update
2018-12-03 13:08:10 +01:00
Michael Raskin
34efe45ef8
Merge pull request #51418 from symphorien/dsniff
...
dsniff: init at 2.4b1
2018-12-03 11:46:55 +00:00
Kevin Rauscher
57ec5d0edc
bloop: 1.0.0 -> 1.1.0
2018-12-03 12:01:58 +01:00
Johannes Frankenau
de23f0b922
iwd: 0.11 -> 0.12
2018-12-03 11:52:28 +01:00
Renaud
e869896d00
Merge pull request #51411 from jfrankenau/update-ntfy
...
ntfy: 2.6.0 -> 2.7.0
2018-12-03 11:31:53 +01:00
Renaud
4cde69ad9a
Merge pull request #50448 from MatrixAI/mnist
...
mnist: init at 2018-11-16
2018-12-03 11:29:01 +01:00
Jörg Thalheim
53f1ffa4d3
nix-review: 0.6.1 -> 1.0.1
...
- use nix build instead of nix-build
- writes per-build log in the current working directory
- symlinks the builds in the current working directory
- detects & deduplicates build aliases
- markdown reports
- filter builds by regex
- generate nix expression files that can be build by the user
2018-12-03 10:12:03 +00:00
Jörg Thalheim
60ede4d711
Merge pull request #51424 from marsam/feature/update-pyre
...
pyre: 0.0.17 -> 0.0.18
2018-12-03 08:47:28 +00:00
Vincent Laporte
e59970e3c4
coqPackages.math-classes: 1.0.7 -> 8.8.1
2018-12-03 08:29:46 +00:00
Jörg Thalheim
3d444cfd8e
pyre: simplify build phases
2018-12-03 08:19:28 +00:00
Jörg Thalheim
92cba3aa0c
pyre: remove unused makeWrapper
2018-12-03 08:19:07 +00:00
Jörg Thalheim
7c73f53d83
Merge pull request #51433 from dtzWill/update/radare2-3.1.1
...
radare2: 3.1.0 -> 3.1.1
2018-12-03 07:59:08 +00:00
Will Dietz
2b585ece44
radare2: 3.1.0 -> 3.1.1
...
https://github.com/radare/radare2/releases/tag/3.1.1
2018-12-03 00:54:57 -06:00
Renaud
8a601e2369
Merge pull request #50667 from r-ryantm/auto-update/opencascade-oce
...
opencascade: 0.17.2 -> 0.18.3
2018-12-03 07:42:36 +01:00
Renaud
550b275bac
Merge pull request #49915 from avnik/rspamd
...
rspamd: add hyperscan, drop obsoleted dependencies
2018-12-03 07:40:07 +01:00