aszlig
9920215d00
autoPatchelfHook: Only check PT_INTERP on execs
...
If the ELF file is not an executable, we do not get a PT_INTERP section,
because after all, it's a *shared* library.
So instead of checking for PT_INTERP (to avoid statically linked
executables) for all ELF files, we add another check to see if it's an
executable and *only* skip it when it is and there's no PT_INTERP.
Signed-off-by: aszlig <aszlig@nix.build>
2018-09-25 04:42:34 +02:00
Matthew Bauer
2240445067
emacsMacport: 7.1 → 7.2
...
Fixes a critical issue with macOS
[NEWS](https://bitbucket.org/mituharu/emacs-mac/raw/master/NEWS-mac )
* emacs-26.1-mac-7.2 (2018-09-09)
** Fixed bugs
*** Buffer contents are not displayed on macOS 10.14.
This is mainly because now NSViews are backed by Core Animation Layer
(layer-backed) by default and non-deferred drawing into views no
longer works. Instead of switching to deferred drawing (i.e., draw
only inside -[NSView drawRect:]), we draw into our own backing bitmap
in a non-deferred way as before, and update the view contents with the
resulting image via -[NSView updateLayer]. This "application-side
double buffering" is also available on OS X 10.8 - macOS 10.13 if you
set the frame parameter `inhibit-double-buffering' to nil when
creating a frame. Just like on macOS 10.14, such a frame does not do
LCD smoothing.
*** Screenshot grabbed via Services is displayed in wrong size when we
have display mirroring between Retina and non-Retina displays.
*** Cursor movement just after frame resize sometimes leaves garbage.
*** Crash by the Fall_threads call from the GUI thread at the select
emulation when there are multiple Lisp threads.
*** Info title has ASCII underline unlike other window systems.
*** Vertical scroll bar is created as horizontal if frame font height
is short.
** Improvements
*** macOS 10.14 adds property :appearance to (mac-application-state).
The value may be "NSAppearanceNameAqua" or "NSAppearanceNameDarkAqua".
*** Add new color format "mac:COLOR-LIST-NAME:COLOR-NAME" and
"mac:COLOR-NAME" (shorthand for "mac:System:COLOR-NAME"). The actual
color may be different depending on the global appearance setting on
macOS 10.14. For example, "mac:textColor" is black on the Light Mode
but is white on the Dark Mode.
*** Default frame colors respect appearance setting on macOS 10.14.
Now the default frame foreground/background color is
"mac:textColor"/"mac:textBackgroundColor", respectively. Changes of
the system setting of the global appearance are dynamically reflected.
*** New function `mac-color-list-alist' to get the available
combinations of COLOR-LIST-NAMEs and COLOR-NAMEs. Note that this
value is dependent on user environment and OS version. Also, some
combinations may represent image patterns rather than colors. For the
former cases, `(color-values "mac:COLOR-LIST-NAME:COLOR-NAME")'
returns nil.
2018-09-24 21:39:11 -05:00
Orivej Desh (NixOS)
9942ceef1f
Merge pull request #47307 from orivej/protobuf
...
protobuf3_6: init at 3.6.1
2018-09-25 02:20:51 +00:00
worldofpeace
94d079b6bc
adwaita-qt: init at 1.0
2018-09-24 22:16:00 -04:00
worldofpeace
6793313708
qgnomeplatform: init at 0.4
2018-09-24 22:16:00 -04:00
Robin Gloster
ed85eb5433
gitlab: 11.2.3 -> 11.3.0
2018-09-25 03:53:32 +02:00
Robin Gloster
cbc21b8b90
gitaly: 0.117.2 -> 0.120.0
2018-09-25 03:53:32 +02:00
Robin Gloster
545c07108f
gitlab-shell: 8.1.1 -> 8.3.3
2018-09-25 03:53:32 +02:00
Robin Gloster
96c1765bac
gitlab-workhorse: 6.0.0 -> 6.1.0
2018-09-25 03:53:32 +02:00
Kristoffer Thømt Ravneberg
6946d97ce4
gitlab-ee: init at 11.2.3
2018-09-25 03:53:32 +02:00
Kristoffer Thømt Ravneberg
51c1830147
gitlab: 10.8.0 -> 11.2.3
2018-09-25 03:53:32 +02:00
Kristoffer Thømt Ravneberg
bfc8d80c6e
gitlab-shell: 7.1.2 -> 8.1.1
2018-09-25 03:53:32 +02:00
Kristoffer Thømt Ravneberg
949172f289
gitaly: 0.100.0 -> 0.117.2
2018-09-25 03:53:32 +02:00
Kristoffer Thømt Ravneberg
45aa373fa9
gitlab-workhorse: 4.2.0 -> 6.0.0
2018-09-25 03:53:32 +02:00
Orivej Desh
1c3ecab0f7
protobuf3_6: init at 3.6.1
2018-09-25 01:44:46 +00:00
Orivej Desh
12a1c2e6c5
protobuf: rename github owner to protocolbuffers
...
https://github.com/google/protobuf redirects to
https://github.com/protocolbuffers/protobuf
2018-09-25 01:43:15 +00:00
John Ericson
4adf621798
Merge remote-tracking branch 'upstream/master' into haskell-no-rec
2018-09-24 20:09:25 -04:00
John Ericson
e6a476c862
ghc, ghcjs: Get rid of extraneous alex, happy, and hscolour args
...
The compilers themselves can pull them from `bootPkgs`, where they
should always come from anyways. This enforces that, simplifies that
code, and allows use to avoid more `rec { ... }` too.
2018-09-24 20:00:39 -04:00
Brian McKenna
77088b5d12
blastem: init at 0.5.1
2018-09-25 09:33:11 +10:00
John Ericson
3dbe6bee3c
Merge pull request #47300 from obsidiansystems/haskell-no-rec
...
haskellPackages: Avoid outer `rec { .. }`
2018-09-24 18:59:01 -04:00
John Ericson
5779fdb3d0
haskellPackages: Avoid outer rec { .. }
...
This is much nicer for overlays. For example, if someone binds a new
compiler / package set, its integer-simple variation will automatically
appear.
2018-09-24 18:42:04 -04:00
John Ericson
22ce614112
Merge pull request #47238 from obsidiansystems/overrideScope-order
...
lib: Deprecate `overrideScope` in lieu of `overrideScope'` taking arguments in the conventional order
2018-09-24 18:04:18 -04:00
R. RyanTM
39443c6bb7
libtins: 3.5 -> 4.0 ( #38208 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/libtins/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.0 with grep in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0
- found 4.0 in filename of file in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0
- directory tree listing: https://gist.github.com/26990576c9472ca38b4d21613157856b
2018-09-24 23:58:13 +02:00
John Ericson
b9dce11712
lib: Make overrideScope'
which takes arguments in the conventional order
...
The `overrideScope` bound by `makeScope` (via special `callPackage`)
took an override in the form `super: self { … }`. But this is
dangerously close to the `self: super { … }` form used by *everything*
else, even other definitions of `overrideScope`! Since that
implementation did not even share any code either until I changed it
recently in 3cf43547f4
, this inconsistency
is almost certainly an oversight and not intentional.
Unfortunately, just as the inconstency is hard to debug if one just
assumes the conventional order, any sudden fix would break existing
overrides in the same hard-to-debug way. So instead of changing the
definition a new `overrideScope'` with the conventional order is added,
and old `overrideScope` deprecated with a warning saying to use
`overrideScope'` instead. That will hopefully get people to stop using
`overrideScope`, freeing our hand to change or remove it in the future.
2018-09-24 17:50:11 -04:00
Felipe Espinoza
60909fddf8
compactor: 0.11.0 -> 0.11.1 ( #47271 )
2018-09-24 23:24:22 +02:00
xeji
bc22265e65
Merge pull request #47296 from matthewbauer/closure-size-reductions
...
ISO/OVA closure size reductions
2018-09-24 23:21:02 +02:00
Jan Malakhovski
6ebad0821f
bluez-alsa: init at 1.3.1 ( #47236 )
2018-09-24 22:42:20 +02:00
Jörg Thalheim
0fcf01958b
Merge pull request #47112 from Avaq/add/twa
...
twa: init at 1.3.1
2018-09-24 21:41:37 +01:00
baracoder
7f0865bac8
dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying build files ( #47269 )
2018-09-24 21:38:26 +01:00
Dmitry Kalinkin
8229fbb486
lhapdf: fix "lhapdf list" interactive tool ( #44905 )
...
In version 6.2.1 the "list" command now uses python bindings, which need
to be imported, so we need to set the PYTHONPATH.
2018-09-24 22:37:44 +02:00
Vladyslav M
634c37cb83
fzy: 0.9 -> 1.0 ( #47295 )
2018-09-24 22:28:12 +02:00
Dmitry Kalinkin
256af6d039
texlive/combine.nix: drop nix1 support ( #47294 )
...
Since 7d1968c0e3
('Nix minimal version: 1.11 -> 2.0') nixpkgs now require nix 2.0+
2018-09-24 22:22:10 +02:00
Elis Hirwing
a12787e61a
phpPackages.phpcbf: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Elis Hirwing
1b0500e3f1
phpPackages.phpcs: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Michael Raskin
ce411911e8
Merge pull request #47289 from 1000101/master
...
trezord: 2.0.14 -> 2.0.19 and nixos/trezord: revised and updated udev rules
2018-09-24 20:08:44 +00:00
Matthew Bauer
1427c50cea
nfs-utils: properly strip system-generators
...
nfs-utils had a dependency on gcc through
etc/systemd/system-generators/*-server-generator. It was not stripped
correctly because it’s not in an expected path. This adds it to the
strip list.
2018-09-24 15:07:26 -05:00
Jörg Thalheim
0a8bbcbac5
Merge pull request #47273 from pacien/patch-5
...
matrix-synapse: 0.33.3.1 -> 0.33.5
2018-09-24 20:47:50 +01:00
Jörg Thalheim
725b57ba11
Merge pull request #47283 from flokli/elasticsearch-dsl-6.2.1
...
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 20:40:21 +01:00
Peter Simons
f705ee21f6
Update overrides for ghc-8.6.x.
2018-09-24 21:19:35 +02:00
Peter Simons
873476c55a
haskell-hspec-core: use latest version when building with ghc 8.6.x
2018-09-24 21:19:35 +02:00
Peter Simons
9de1461f45
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:35 +02:00
Peter Simons
21dc7a6aa5
haskell-text: update overrides for the new version
2018-09-24 21:19:35 +02:00
Peter Simons
9e963c020e
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:34 +02:00
Peter Simons
dbffdee9d2
Add a couple of overrides to fix build with GHC 8.6.1.
2018-09-24 21:19:34 +02:00
Peter Simons
89972ff45f
all-cabal-hashes: update snapshot to Hackage at 2018-09-18T11:13:20Z
2018-09-24 21:19:34 +02:00
Peter Simons
c50365ec92
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
be1e8a29d2
.
2018-09-24 21:19:29 +02:00
Peter Simons
2fc9fee6b2
hackage2nix: disable broken Hydra builds
2018-09-24 21:18:51 +02:00
Florian Klink
18c7fbd78d
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 21:08:31 +02:00
R. RyanTM
f37b39d279
jackett: 0.10.160 -> 0.10.198
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-09-24 20:40:29 +02:00
William Casarin
2aa0b85653
clightning: 0.6.0 -> 0.6.1
...
Update to the latest release.
Highlights for c-lightning users
--------------------------------
- Less stuck payments: Liveness ping test before locking up funds with peers.
- Better routing: now considers size of channels.
- Fewer spurious closes: fee estimate improvements, and new feerates command
- Several annoying bugs fixed.
Highlights for the network
--------------------------
- Gossipd now less spammy with channel_update.
- option_data_loss_protect to protect peers against being out-of-date.
- Payment errors now refer to the correct channel.
Internal Improvements
---------------------
- Simplified client flow; after init message exchange by connectd, each is
isolated in its own daemon.
- JSON parameter handling vastly simplfied.
- Python testing framework now uses proper fixtures, and split into separate
files.
- Many other cleanups and clarifications.
- We keepachangelog.com!
Signed-off-by: William Casarin <jb55@jb55.com>
2018-09-24 11:03:00 -07:00
Jörg Thalheim
d123b30ed1
Merge pull request #47279 from asymmetric/asymmetric/remove-dapptools
...
Remove DappHub projects
2018-09-24 18:49:18 +01:00
Jörg Thalheim
82e739a003
Merge pull request #47221 from Mic92/vim-additional-nix-code
...
vim: remove legacy additional-nix-code
2018-09-24 18:48:17 +01:00
Maximilian Bosch
2babfb5a88
eztrace: 1.0.6 -> 1.1-7 ( #47282 )
...
See https://hydra.nixos.org/build/80721509
Addresses #45960
2018-09-24 19:34:35 +02:00
1000101
180d68ab39
trezord: 2.0.14 -> 2.0.19
2018-09-24 19:25:21 +02:00
Lorenzo Manacorda
6017c6fa5b
*: remove DappHub projects
...
DappHub maintains a separate overlay at
https://github.com/dapphub/dapptools/blob/master/overlay.nix
2018-09-24 19:24:06 +02:00
José Romildo Malaquias
7cd824116a
shades-of-gray-theme: init at 1.1.1 ( #47280 )
2018-09-24 19:22:56 +02:00
Will Dietz
2da6f215d3
Merge pull request #47281 from dtzWill/fix/llvm7-musl-rebase
...
llvm7: update sanitizer patch to fix w/musl
2018-09-24 11:49:56 -05:00
Andrew Dunham
ba278c3b87
boost: limit concurrent jobs to the maximum supported number ( #47255 )
2018-09-24 18:21:16 +02:00
Will Dietz
5b2de5126d
llvm7: update musl patch for sanitizers
2018-09-24 11:19:05 -05:00
Will Dietz
3bd0e50a28
libpfm: don't use -Werror
2018-09-24 11:19:04 -05:00
Jörg Thalheim
e10361b30a
Merge pull request #47275 from dtzWill/fix/iputils-musl
...
iputils: upstream fixes for musl
2018-09-24 17:16:30 +01:00
Andreas Rammhold
24c58bd1cc
Merge pull request #47257 from taku0/firefox-bin-62.0.2
...
firefox, firefox-bin:: 61.0.2 -> 62.0.2, firefox-esr: 60.2.0esr -> 60.2.1esr [Moderate security fixes]
2018-09-24 17:54:26 +02:00
Elis Hirwing
4406745ab4
testssl: 2.9.5-6 -> 2.9.5-7 ( #47274 )
...
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-7
2018-09-24 17:40:24 +02:00
R. RyanTM
fe287e755f
mixxx: 2.1.3 -> 2.1.4 ( #47012 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mixxx/versions
2018-09-24 17:23:58 +02:00
xeji
0166be71f6
Merge pull request #47040 from r-ryantm/auto-update/jdupes
...
jdupes: 1.10.2 -> 1.10.4
2018-09-24 17:22:05 +02:00
R. RyanTM
cb4eb106e4
eid-mw: 4.4.3 -> 4.4.7 ( #47076 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eid-mw/versions
2018-09-24 17:20:55 +02:00
Will Dietz
d84c6bec29
iputils: upstream fixes for musl
2018-09-24 10:19:01 -05:00
Edward Tjörnhammar
491a580716
pythonPackages.sharedmem: init at 0.3.5
2018-09-24 17:00:55 +02:00
Notkea
4cd6502925
matrix-synapse: 0.33.3.1 -> 0.33.5
...
Upgrade matrix-synapse to the latest version,
adding a new required dependency (treq)
2018-09-24 16:57:37 +02:00
Victor SENE
1e7997bdd2
roundcube: init at 1.3.7
2018-09-24 16:44:29 +02:00
Edward Tjörnhammar
f9c4a74b73
jetbrains.pycharm-professional: 2018.2.3 -> 2018.2.4
2018-09-24 16:39:40 +02:00
Edward Tjörnhammar
feb57bc9b9
jetbrains.pycharm-community: 2018.2.3 -> 2018.2.4
2018-09-24 16:39:11 +02:00
Edward Tjörnhammar
546dfb51a6
jetbrains.goland: 2018.2.2 -> 2018.2.3
2018-09-24 16:38:35 +02:00
Edmund Wu
4b1e3376d1
jetbrains.webstorm: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
9b69a2520a
jetbrains.ruby-mine: 2018.2.1 -> 2018.2.2
2018-09-24 16:35:17 +02:00
Edmund Wu
88692dd376
jetbrains.rider: 2018.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
3bc77e5977
jetbrains.pycharm-professional: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
b30e64bb8a
jetbrains.pycharm-community: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
6f78c882da
jetbrains.phpstorm: 2018.2.2 -> 2018.2.3
2018-09-24 16:35:17 +02:00
Edmund Wu
7ce6836e95
jetbrains.idea-ultimate: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Edmund Wu
e2ff1bceb3
jetbrains.idea-community: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Edmund Wu
397215b8b6
jetbrains.goland: 2018.2.1 -> 2018.2.2
2018-09-24 16:35:17 +02:00
Edmund Wu
0174f259ac
jetbrains.datagrip: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Edmund Wu
98fe28e5ab
jetbrains.clion: 2018.2.2 -> 2018.2.4
2018-09-24 16:35:17 +02:00
Maximilian Bosch
baa7e52fe0
python3Packages.google-compute-engine: fix build ( #47267 )
...
The dependency `distro` was missing.
See https://hydra.nixos.org/build/81330387
Addresses #45960
2018-09-24 15:50:52 +02:00
Jörg Thalheim
841613d3fd
Merge pull request #47148 from LnL7/darwin-broken-e
...
eiskaltdcpp: mark linux only
2018-09-24 13:58:53 +01:00
Jörg Thalheim
db05dd8b6d
Merge pull request #47268 from Ma27/fix-py3exiv2
...
python3Packages.py3exiv2: fix build
2018-09-24 13:52:43 +01:00
Maximilian Bosch
50f23da8e6
python3Packages.py3exiv2: fix build
...
Recent boost versions name their `python3` shared objects
`boost_python3x` rather than `boost_python3`.
See https://hydra.nixos.org/build/80712295
Addresses #45960
2018-09-24 14:32:50 +02:00
Jörg Thalheim
3e270ff919
Merge pull request #46668 from mbode/doitlive_4
...
doitlive: 3.0.3 -> 4.0.1
2018-09-24 13:26:27 +01:00
Jörg Thalheim
c16c117048
Merge pull request #47248 from danme/master
...
nvidia-x11: Fix vulkan VK_KHR_xcb_surface
2018-09-24 13:20:14 +01:00
Jörg Thalheim
6d238c34d2
Merge pull request #47266 from Ma27/fix-ldappool
...
Revert "python: ldappool: 2.2.0 -> 2.3.0"
2018-09-24 13:17:09 +01:00
Maximilian Bosch
fbeb94dd46
Revert "python: ldappool: 2.2.0 -> 2.3.0"
...
This reverts commit 29acc8339f
.
2018-09-24 13:35:05 +02:00
Aldwin Vlasblom
6539722622
twa: init at 1.3.1
2018-09-24 13:31:54 +02:00
Tuomas Tynkkynen
f9197b9f63
linux_rpi: Extend the logic for not installing unnecessary DTBs
...
Now ARMv6 and ARMv7 builds avoid installing DTBs for boards where the
resulting kernel won't run just like the aarch64 builds already do.
Also deduplicates the logic a bit.
2018-09-24 14:16:46 +03:00
Ben Wolsieffer
c841c3e2c6
linux_rpi: add support for Raspberry Pi 3
2018-09-24 14:16:46 +03:00
Jörg Thalheim
21b29cdd43
Merge pull request #34409 from steveeJ/steveej-qemu-vm-fixes
...
qemu-vm: fix script syntax and VM args
2018-09-24 11:59:52 +01:00
Jörg Thalheim
4a9ca1d8bb
Merge pull request #47254 from cstrahan/update-ycmd-for-go-1.11
...
Update ycmd for go 1.11
2018-09-24 09:55:10 +01:00
Franz Pletz
e9faf00a90
obs-studio: 21.1.2 -> 22.0.2
2018-09-24 09:34:05 +02:00
Jack Kelly
1def63c923
ultimate-oldschool-pc-font-pack: init at 1.0
2018-09-24 16:49:42 +10:00
Charles Strahan
7bcb3305a5
ycmd: 2018-07-24 -> 2018-09-20
2018-09-24 02:13:33 -04:00
Michael Raskin
610203c126
Merge pull request #47259 from AveryLychee/fix/treesheets
...
treesheets: 2017-03-27 -> 2018-08-18
2018-09-24 05:27:46 +00:00
Vincent Laporte
cbc609ca8c
ocamlPackages.odoc: init at 1.2.0
2018-09-24 05:08:37 +00:00
Vincent Laporte
886acaff11
ocamlPackages.doc-ock-xml: init at 1.2.1
2018-09-24 05:08:37 +00:00
Vincent Laporte
41f06396cc
ocamlPackages.doc-ock-html: init at 1.2.1
2018-09-24 05:08:37 +00:00
Vincent Laporte
55ef56b260
ocamlPackages.doc-ock: init at 1.2.1
2018-09-24 05:08:37 +00:00
Mateusz Kowalczyk
2162bebb85
Merge pull request #46981 from r-ryantm/auto-update/opusfile
...
opusfile: 0.10 -> 0.11
2018-09-24 12:43:48 +09:00
Colin Rice
cdeb26ee76
go: Remove pkg/obj directory from the build outputs.
...
This appears to be causing the go package to be roughly 900MB in size.
2018-09-24 03:37:43 +00:00
Avery Lychee
14058e3cbc
treesheets: 2017-03-27 -> 2018-08-18
2018-09-24 13:06:43 +10:00
Will Dietz
b322a8bd3b
bitcoin: parallel build, please! :)
...
(cherry picked from commit dba5534b06c7dffe97ce644b0a5790aca8527a2e)
2018-09-23 22:05:37 -05:00
Will Dietz
8b184ec2e1
bitcoin: don't build tests that aren't used, don't build benchmarks
...
(cherry picked from commit d51c0a87b2ebf756015784839ec9c13950c45323)
2018-09-23 22:05:35 -05:00
taku0
e5778a9991
firefox-esr: 60.2.0esr -> 60.2.1esr
2018-09-24 09:13:03 +09:00
Bas van Dijk
36e8d638d4
haskellPackages.haddock-api: fix build
...
Also remove haddock-library == 1.4.4 since it's not needed anymore
2018-09-24 01:57:09 +02:00
Bas van Dijk
e1d51fa9e6
haskellPackages.yi-core: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Bas van Dijk
1d7b922238
haskellPackages.safe-money-*: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Bas van Dijk
38467261c3
haskellPackages.Frames: use overrideScope instead of override
2018-09-24 01:57:09 +02:00
Tim Steinbach
dc401331b3
linux: 4.19-rc4 -> 4.19-rc5
2018-09-23 19:57:00 -04:00
Andrew Dunham
7086e1fec3
xloadimage: init at 4.1 ( #47198 )
2018-09-24 00:04:07 +02:00
Andrew Dunham
104014c6ba
hdf4: fix build on aarch64-linux ( #47209 )
...
Pull in the Debian patches for AArch64 support, and a bonus patch for
reproducible builds while we're at it.
2018-09-23 23:56:58 +02:00
xeji
ccd2862130
Merge pull request #47141 from vbgl/jackline-20180511
...
jackline: 2017-12-24 -> 2018-05-11
2018-09-23 23:29:10 +02:00
Bas van Dijk
9b67908e67
haskellPackages.Euterpea: fix build by using PortMidi == 0.2
2018-09-23 22:50:04 +02:00
R. RyanTM
8346ddd9b6
mono-addins: 1.2 -> 1.3.3 ( #46999 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mono-addins/versions
2018-09-23 22:42:47 +02:00
Dmitry Kalinkin
cd1b9d93e6
pyjet: init at 1.3.0 ( #47243 )
2018-09-23 22:40:29 +02:00
Maximilian Bosch
5ad7aedf63
pythonPackages.pyftgl: fix build ( #47232 )
...
See https://hydra.nixos.org/build/80705583
Recent `boost` versions with `python` enabled have changed their naming
scheme for `boost_python` shared objects which causes issues with the
proper linking when building `pyftgl`.
Previously the library was named `boost_python3`, no it's named
`boost_python36` for current python (3.6.x).
The same issue applies for the `python2`.
Addresses #45960
2018-09-23 22:39:21 +02:00
symphorien
540e9726b3
agedu: 20180522.5b12791 -> 20180918.80c7beb ( #47231 )
2018-09-23 22:38:56 +02:00
R. RyanTM
90a587622b
libmediainfo: 18.08 -> 18.08.1 ( #47030 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmediainfo/versions
2018-09-23 22:38:33 +02:00
R. RyanTM
965836aada
mwic: 0.7.5 -> 0.7.6 ( #46995 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mwic/versions
2018-09-23 22:36:37 +02:00
Jörg Thalheim
58a97dfb49
autoPatchelfHook: do not patch statically linked files
...
Also speed up quite significantly due less forking.
2018-09-23 21:33:43 +01:00
worldofpeace
843d056bc5
solargraph: 0.27.1 -> 0.28.1 ( #47242 )
2018-09-23 22:31:54 +02:00
danme
44fba6df79
nvidia-x11: Fix vulkan VK_KHR_xcb_surface
...
Fixes the issue: https://github.com/NixOS/nixpkgs/issues/39149
Problem was that the Nvidia driver did not find the libxcb-glx at runtime.
(cherry picked from commit bda072cafcef4cf5ff99828852ddc8e06ce1fdbf)
2018-09-23 22:19:21 +02:00
Bas van Dijk
73cf1c26d8
haskellPackages.Frames-beam: disable tests because it requires a running PostgreSQL server
2018-09-23 21:57:17 +02:00
Bas van Dijk
ff6122c993
haskellPackages.Frames: fix build by using vinyl-0.10.0
2018-09-23 21:54:25 +02:00
Will Dietz
3abab98bd6
Merge pull request #46888 from dtzWill/feature/llvm-7
...
llvm7
2018-09-23 14:09:27 -05:00
Jan Tojnar
7adbbae0cc
Merge pull request #47240 from joakim1999/master
...
quodlibet: add glib-networking dep
2018-09-23 21:05:22 +02:00
Joakim Pettersvold
6371a6e10b
quodlibet: add glib-networking dep
...
Added glib-networking as dependency so that quodlibet can securely connect to audio streams
2018-09-23 20:33:02 +02:00
Will Dietz
9fe245d7e0
llvm7: optionally use libpfm (exegesis), default off w/darwin
2018-09-23 13:30:18 -05:00
Will Dietz
b3645d74d1
llvm7: only use 1 number in version suffix, upstream changed
...
See llvm 2a6cf85828509e89e18739e5f4b9a958820d66d4
2018-09-23 13:30:18 -05:00
Will Dietz
e3030a2908
libc++7: prefer 'optional' as suggested by comment
2018-09-23 13:30:18 -05:00
Will Dietz
167e799d81
llvm*: http -> https, prefer releases.llvm.org
2018-09-23 13:30:18 -05:00
Will Dietz
0920652c5c
llvm7: update hashes, they did change after all.
...
Pretty sure they did last time too :).
2018-09-23 13:30:17 -05:00
Will Dietz
fca31e1a68
llvm7: use final release tarballs now that they're available
2018-09-23 13:30:17 -05:00
Will Dietz
0c459474f9
tests: add variants for llvm7
2018-09-23 13:30:17 -05:00
Will Dietz
621fd23cb5
compiler-rt: quickfix codesign patch by dropping hunks 'already applied'
...
Quite possibly this is not right.
2018-09-23 13:30:17 -05:00
Will Dietz
ba701ef329
comment
2018-09-23 13:30:17 -05:00
Will Dietz
38699890d6
llvm-manpages: fix build by removing references to $lib output
2018-09-23 13:30:17 -05:00
Will Dietz
b7692f5be5
llvm7: patch test shebang (otherwise test fails)
2018-09-23 13:30:16 -05:00
Will Dietz
bb110d80fc
llvm7: init at 7.0.0rc3
...
Copy of 6 + updated hashes
2018-09-23 13:30:16 -05:00
Sarah Brofeldt
7fb0194d41
Merge pull request #45161 from Gerschtli/update/ts3
...
teamspeak_server: 3.0.13.6 -> 3.3.0
2018-09-23 20:24:48 +02:00
Will Dietz
d2829974e5
Merge pull request #47120 from dtzWill/update/xf86-input-libinput-0.28.0
...
xf86-input-libinput: 0.26.0 -> 0.28.0
2018-09-23 13:23:36 -05:00
Samuel Dionne-Riel
fd2b54be2d
Merge pull request #43390 from nyanloutre/pythonApplication.electron-cash.3.3
...
electron-cash: 3.1.6 -> 3.3.1
2018-09-23 14:18:11 -04:00
Jörg Thalheim
e1ef438026
Merge pull request #47234 from Ma27/fix-tig-zsh-completion
...
tig: fix zsh completion
2018-09-23 19:17:40 +01:00
Symphorien Gibol
5bfe8bfcea
openvpn plugins: use absolute paths to configuration gui
2018-09-23 20:15:33 +02:00
Michael Raskin
cb0a258910
Merge pull request #47235 from oxij/pkg/libcardiacarrest-update
...
libcardiacarrest: 12.1-6 -> 12.1-7
2018-09-23 18:08:31 +00:00
Jan Malakhovski
e51b70c714
libcardiacarrest: 12.1-6 -> 12.1-7
2018-09-23 17:46:43 +00:00
Maximilian Bosch
4bf1a7d975
tig: fix zsh completion
...
The ZSH completion script of `tig` basically imports the bash completion
script and uses it as completion approach. Unfortunately the script
takes several assumptions about the directory structure using
`$funcsourcetrace`[1] that don't apply on NixOS.
The easiest workaround is t opatch the completion script and import the
bash completion script from `$out`.
[1] http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#index-funcsourcetrace
2018-09-23 19:36:22 +02:00
John Ericson
359d00f8b0
top-level: system
should still come from the host platform
...
2a6e4ae49a
and
e51f736076
reverted a bit too much, and I
initially missed this when reviewing. The release notes already still
mention this change, too.
2018-09-23 13:24:44 -04:00
nyanloutre
1004dae356
electron-cash: Reminder to remove the QT wrapper
2018-09-23 18:50:38 +02:00
nyanloutre
f5a5752630
electron-cash: fix #24256
2018-09-23 18:44:28 +02:00
nyanloutre
e33a7dfd54
electron-cash: 3.3 -> 3.3.1
2018-09-23 18:44:25 +02:00
nyanloutre
c5af608dd2
electron-cash: 3.1.6 -> 3.3
2018-09-23 18:44:21 +02:00
Jörg Thalheim
a326da978f
Merge pull request #47220 from flokli/php-mysql-sock
...
php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
2018-09-23 16:18:43 +01:00
John Ericson
45f40f5fe0
Merge commit 'b97242238d7efb029c76eb8d4fe4b1228a5b49a8'
...
Both parent commits were previously tied as the most recent ancestor to
'master' and 'release-18.09'.
2018-09-23 10:59:27 -04:00
Sarah Brofeldt
4445414073
Merge pull request #44968 from Ekleog/wasm-gc-init
...
wasm-gc: init at 0.1.6
2018-09-23 16:07:34 +02:00
Jörg Thalheim
aa39d5a614
vim: remove legacy additional-nix-code
...
This is a left-over from https://github.com/NixOS/nixpkgs/pull/46394
We no longer use this.
2018-09-23 14:56:27 +01:00
Jörg Thalheim
ef764eb0d8
Merge pull request #47217 from dywedir/iwd
...
iwd: 0.7 -> 0.8
2018-09-23 14:39:05 +01:00
Léo Gaspard
0602e6ddfe
wasm-gc: init at 0.1.6
2018-09-23 22:33:09 +09:00
R. RyanTM
d57b9eb6d6
pgtap: 0.98.0 -> 0.99.0 ( #46980 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgtap/versions
2018-09-23 15:09:37 +02:00
Florian Klink
baa04e4204
php: set mysql socket path if mysql[i] or pdo_mysql support is enabled
...
PHP tries to discover the mysql default socket path during configure
phase by probing the file system:
cf3b852109/ext/mysqli/config.m4 (L4)
This obviously fails to discover /run/mysqld/mysqld.sock, which is being
used (hardcoded) across all MySQL flavours.
This leads to PHP having no mysql socket path set for the mysql[i]
extensions, and `/tmp/mysql.sock` set for pdo_mysql,
meaning one currently has to manually configure and set it in php.ini.
Luckily, PHP supports setting that path via
`--with-mysql-sock=/run/mysqld/mysqld.sock` during configure phase,
so let's do this as soon as one of the three modules is enabled.
2018-09-23 15:08:39 +02:00
Vladyslav M
e5916b8b7f
bat: 0.7.0 -> 0.7.1 ( #47216 )
2018-09-23 15:06:51 +02:00
Vladyslav Mykhailichenko
3b7ecaa798
iwd: 0.7 -> 0.8
2018-09-23 15:26:55 +03:00
Jan Tojnar
979089c1bc
packagekit: Enable introspection
2018-09-23 14:25:43 +02:00
Boris
f799dff21b
gitAndTools.pre-commit: 1.11.0 -> 1.11.1 ( #47211 )
2018-09-23 14:01:56 +02:00
Vladimír Čunát
d9f7d27ef5
Merge #45683 : nvidia_x11: 390.77 -> 390.87
2018-09-23 12:02:25 +02:00
Jos van Bakel
91d9e1eb22
influxdb: 1.4.1 -> 1.6.3 ( #47186 )
2018-09-23 12:00:52 +02:00
Andrew Dunham
c987ed0896
erlangR18: apply upstream patches to fix nondeterministic build failures ( #47202 )
...
As per the following bug report, sometimes erts/start_scripts will fail
to compile because of a Makefile ordering issue. Apply the upstream
patches to fix this.
https://bugs.erlang.org/browse/ERL-241
2018-09-23 11:01:57 +02:00
Samuel Dionne-Riel
ef2b217812
qesteidutil: Fixes build from Qt upgrade. ( #46083 )
2018-09-23 10:14:48 +02:00
markuskowa
3f883b443c
gnuradio-limesdr: init at 1.0.0-RC ( #47176 )
2018-09-23 10:08:50 +02:00
Andrew Dunham
e141f7cd2f
pythonPackages.flask_assets: fix tests ( #47203 )
2018-09-23 10:02:51 +02:00
Sarah Brofeldt
3d6fbe8ee3
Merge pull request #47190 from andrew-d/andrew/xsecurelock-1.1
...
xsecurelock: 1.0 -> 1.1
2018-09-23 09:56:33 +02:00
lewo
1dc8728589
Merge pull request #46951 from r-ryantm/auto-update/smplayer
...
smplayer: 18.6.0 -> 18.9.0
2018-09-23 09:40:04 +02:00
Frederik Rietdijk
56853dc6d8
Merge pull request #45941 from NixOS/staging-next
...
Staging next
2018-09-23 09:31:28 +02:00
Frederik Rietdijk
343ac4d2fc
Merge pull request #42619 from nyanloutre/pythonPackages.block-io
...
pythonPackages.block-io: init at 1.1.8
2018-09-23 09:27:51 +02:00
Charles Duffy
bd13ef5944
Introduce desync, an alternate implementation of casync ( #47195 )
...
desync isn't as feature-rich as casync, but has a focus on production usability
and implementation quality which may make it a more appropriate tool.
2018-09-23 01:22:07 +02:00
xeji
434c2610f6
Merge pull request #47194 from markuskowa/gr-updates
...
gnuradio-[rds,nacl]: 2016-08-27 -> 1.0.0, 2015-11-05 -> 2017-04-10
2018-09-23 01:19:15 +02:00
Will Dietz
c20caa6a6f
gnomecast: 1.4.0 -> 1.4.1 ( #47191 )
2018-09-23 00:31:07 +02:00
Matthew Bauer
3bc7ad9364
Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingw
...
brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
2018-09-22 17:12:10 -05:00
Stefan Junker
f777d2b719
virtualization/qemu-vm: fix and improve virtio/scsi switching
2018-09-22 23:29:19 +02:00
Daiderd Jordan
52a1179b6c
ffmpeg: don't use gcc on darwin ( #47189 )
...
This isn't necessary and causes build failures for certain versions.
CC libavfilter/libmpcodecs/vf_eq2.o
CC libavfilter/libmpcodecs/vf_fil.o
CC libavfilter/libmpcodecs/vf_fspp.o
libavfilter/libmpcodecs/vf_fspp.c:939:18: error: unknown token in expression
movq %mm2, 0*8+(%rsp)
/cc ZHF #45961
2018-09-22 23:13:10 +02:00
Andrew Dunham
da18ffac6b
xsecurelock: 1.0 -> 1.1
2018-09-22 13:52:32 -07:00
Jörg Thalheim
a8413d816a
luaPackages.luadbi: 0.5 -> 0.6 ( #47156 )
...
Switch to maintained fork that is compatible with lua5.2/lua5.3.
This package was tested with prosody.
2018-09-22 22:27:35 +02:00
Joachim F
9fee74d616
Merge pull request #46586 from elitak/factorio
...
factorio: download using token, not password
2018-09-22 19:57:12 +00:00
Elis Hirwing
0b82fbc3af
php: Refactor so we can upgrade PHP per platform ( #47162 )
...
This way we don't need to disable flags etc by platform and can still
backport new versions to stable for linux even if there's a bug or
something in the darwin build.
2018-09-22 20:22:57 +02:00
Joachim Fasting
f2ba1a4284
tor-browser-bundle-bin: 8.0 -> 8.0.1
2018-09-22 20:13:55 +02:00
Markus Kowalewski
3063794c88
gnuradio-nacl: 2015-11-05 -> 2017-04-10
2018-09-22 19:56:48 +02:00
R. RyanTM
ef04436f7b
latte-dock: 0.8.0 -> 0.8.1 ( #47027 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/latte-dock/versions
2018-09-22 13:44:33 -04:00
Kévin Rauscher
7a5483e8b4
mopidy-iris: 3.26.1 -> 3.26.2 ( #47161 )
2018-09-22 19:21:26 +02:00
Christian Kauhaus
6adb944cb6
lua: 5.2.3 -> 5.2.4 ( #47126 )
...
Lua 5.2.4 is the EOL point release of the 5.2 series.
2018-09-22 19:09:33 +02:00
Orivej Desh
1491d4f268
yed: 3.18.1 -> 3.18.1.1
2018-09-22 16:59:38 +00:00
Pascal Bach
a8087e3bd7
gitlab-runner: 11.2.0 -> 11.3.0 ( #47167 )
2018-09-22 18:49:35 +02:00
Markus Kowalewski
3b0d303604
gnuradio-rds: 2016-08-27 -> 1.0.0
2018-09-22 18:35:51 +02:00
R. RyanTM
aefb40b671
hylafaxplus: 5.6.0 -> 5.6.1 ( #47045 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hylafaxplus/versions
2018-09-22 18:25:44 +02:00
Théo Zimmermann
d1b97bcbe8
dune: 1.1.1 -> 1.2.1
2018-09-22 16:11:34 +00:00
rbasso
1a5788010e
exercism: 3.0.6 -> 3.0.9 ( #47170 )
2018-09-22 18:09:41 +02:00
xeji
c770699524
devpi-client: 3.1.0 -> 4.1.0, fix tests ( #47142 )
2018-09-22 18:07:00 +02:00
Luke Clifton
4eebe205fe
dvtm: refactor (fix on darwin) ( #47103 )
2018-09-22 14:18:47 +00:00
Luke Clifton
3d8f6b6188
abduco: refactor (compile on darwin) ( #47124 )
2018-09-22 14:07:34 +00:00
Joachim F
62366489cd
Merge pull request #46935 from r-ryantm/auto-update/wesnoth
...
wesnoth: 1.14.4 -> 1.14.5
2018-09-22 13:59:09 +00:00
adisbladis
8f5a37829d
subsurface: 4.8.1 -> 4.8.2
2018-09-22 21:41:03 +08:00
Michael Weiss
1357f6492c
androidStudioPackages.{dev,canary}: 3.3.0.9 -> 3.3.0.10
2018-09-22 15:27:42 +02:00
xeji
9e87b56dd1
zathura: 0.4.0 -> 0.4.1 ( #47140 )
...
This fixes the synctex-related build failure with texlive 2018
(currently on 18.09).
2018-09-22 14:17:34 +02:00
Sarah Brofeldt
924d90d5e0
Merge pull request #47164 from adisbladis/weechat-meta
...
weechat: Add version and meta to `buildEnv` package
2018-09-22 14:05:01 +02:00
adisbladis
230fd49738
weechat: Add version and meta to buildEnv
package
...
Currently the output from `nix search` and similar tools are lacking
important meta data
2018-09-22 19:46:21 +08:00
Peter Simons
2ffcbeda13
ghc: add release version for 8.6.1
2018-09-22 13:26:33 +02:00
Peter Simons
7a036a5cbe
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
c75652c02b
.
2018-09-22 13:26:33 +02:00
adisbladis
54cbcdf6a9
Merge pull request #46921 from rawtaz/open-vm-tools
...
open-vm-tools: 10.1.10 -> 10.3.0
2018-09-22 19:17:52 +08:00
Jörg Thalheim
e969e0f78a
Merge pull request #47138 from Jeschli/pev
...
pev: init at unstable-2018-07-22
2018-09-22 11:56:59 +01:00
jeschli
4c9898108d
pev: init at unstable-2018-07-22
2018-09-22 12:14:56 +02:00
Maximilian Bode
2791f43eeb
doitlive: 3.0.3 -> 4.0.1
2018-09-22 09:52:57 +02:00
Maximilian Bode
ff2dddac7d
pythonPackages.click-completion: init at 0.4.1
2018-09-22 09:52:49 +02:00
Maximilian Bode
af7adc206d
pythonPackages.shellingham: init at 1.2.6
2018-09-22 09:52:48 +02:00
Maximilian Bode
be1f39244f
pythonPackages.click-didyoumean: init at 0.0.3
2018-09-22 09:52:48 +02:00
Orivej Desh
e78cf6ecba
python.pkgs.pysam: 0.13.0 -> 0.15.1
2018-09-21 22:48:56 +00:00
Orivej Desh
7545b7dcf3
platypus: 2017-03-07 -> 2018-07-22
2018-09-21 22:42:28 +00:00
Orivej Desh
cefd38b721
samtools: 1.8 -> 1.9
2018-09-21 22:42:28 +00:00
Orivej Desh
f0c0e2acc6
htslib: 1.7 -> 1.9
2018-09-21 22:42:28 +00:00
Will Dietz
7df10f388d
Merge pull request #46988 from dtzWill/update/range-v3-0.3.7
...
range-v3: 0.3.6 -> 0.3.7
2018-09-21 17:00:15 -05:00
Valentin Heidelberger
4a68689bb4
youtube-dl: 2018.09.10 -> 2018.09.18 ( #47151 )
2018-09-21 23:29:29 +02:00
Jan Tojnar
93408aecc4
Merge pull request #46274 from mvnetbiz/libratbag
...
libratbag: init at v0.9.903
2018-09-21 22:49:17 +02:00
Michael Weiss
a526719184
signal-desktop: 1.16.1 -> 1.16.2
2018-09-21 21:46:41 +02:00
John Ericson
aba5f4974a
Merge pull request #47145 from obsidiansystems/fetchzip-cross
...
fetchzip: Use unzip from buildPackages
2018-09-21 14:52:17 -04:00
Daiderd Jordan
52ad963b50
eiskaltdcpp: mark linux only
...
The darwin build fails and other platforms will probably run into
similar issues.
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp
Run Build Command:"/nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make" "cmTC_14e67/fast"
/nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_14e67.dir/build.make CMakeFiles/cmTC_14e67.dir/build
make[1]: Entering directory '/private/tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o
/nix/store/2gdwhdzhy4iwkp7fh8v6gy6nxj1zi9pv-clang-wrapper-5.0.2/bin/clang++ -I/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/include -F/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/lib -std=c++0x -pipe -Wformat -Werror=format-security -arch x86_64 -o CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o -c /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_QWS'
return ((int*)(&Q_WS_QWS))[argc];
^
/cc ZHF #45961
2018-09-21 20:49:37 +02:00
Uli Baum
819c47f1c4
jdupes: fix source hash
2018-09-21 20:48:24 +02:00
R. RyanTM
3ac97c054f
lgogdownloader: 3.3 -> 3.4 ( #47039 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lgogdownloader/versions
2018-09-21 20:45:07 +02:00
John Ericson
a94879630b
Merge pull request #47143 from obsidiansystems/windows-libusb
...
libusb1: Build everywhere, since MinGW works
2018-09-21 14:28:29 -04:00
Daiderd Jordan
1a1a5af252
Merge pull request #47051 from LnL7/darwin-broken-d
...
broken darwin packages (d)
2018-09-21 20:15:00 +02:00
taku0
da9823672f
firefox: 61.0.2 -> 62.0.2
2018-09-22 03:13:50 +09:00
taku0
5b79f81a39
firefox-bin: 61.0.2 -> 62.0.2
2018-09-22 03:12:20 +09:00
Tobias Happ
d7b8f68c05
pythonPackages.dependency-injector: 3.13.1 -> 3.13.2 ( #47139 )
2018-09-21 20:08:02 +02:00
Will Dietz
203b0ac982
s-tui: 0.7.5 -> 0.8.2 ( #47133 )
2018-09-21 19:42:36 +02:00
Bas van Dijk
73862bf812
haskellPackages.mandrill: fix build for ghc843
2018-09-21 19:08:25 +02:00
Vincent Laporte
dbd5783791
jackline: 2017-12-24 -> 2018-05-11
2018-09-21 17:04:24 +00:00
Vincent Laporte
26aa4c36ba
ocamlPackages.erm_xmpp: 0.3 -> 0.3+20180112
2018-09-21 17:04:23 +00:00
Vincent Laporte
ab2f86aec3
ocamlPackages.erm_xml: 0.3 -> 0.3+20180112
2018-09-21 17:04:22 +00:00
John Ericson
b97242238d
fetchzip: Use unzip from buildPackages
...
Additionally, the manual path manipulation becomes no longer needed.
2018-09-21 12:55:32 -04:00
Christoph Hrdinka
da84efcd12
libretro.mame: 2017-03-02 -> 2018-09-13
...
Fixes build of the MAME libretro core.
Closes #47137 .
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-09-21 18:53:59 +02:00
R. RyanTM
45de1594d7
clipgrab: 3.6.9 -> 3.7.0 ( #47082 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipgrab/versions
2018-09-21 18:33:16 +02:00
John Ericson
452a81c991
libusb1: Build everywhere, since MinGW works
2018-09-21 12:32:38 -04:00
José Romildo Malaquias
e2ed4f3d22
numix-cursor-theme: 20160110 -> 1.1 ( #47016 )
2018-09-21 18:30:12 +02:00
José Romildo Malaquias
e372ab4626
ephoto: add dependency on mesa_noglu.dev ( #47136 )
2018-09-21 18:25:51 +02:00
Michael Raskin
60b6d5f8a8
acl2: 8.1.post.2018.09.20 -> 8.1; turns out there is a release
2018-09-21 19:09:47 +03:00
R. RyanTM
907a9fa83d
smarty3: 3.1.32 -> 3.1.33 ( #46947 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smarty3/versions
2018-09-21 17:57:55 +02:00
R. RyanTM
2ed26f5838
shotcut: 18.08.14 -> 18.09.16 ( #46963 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
2018-09-21 17:56:47 +02:00
R. RyanTM
cb212f78e0
nwipe: 0.24 -> 0.25 ( #46996 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nwipe/versions
2018-09-21 17:56:11 +02:00
José Romildo Malaquias
7ac0ecc12b
rage: add dependency on mesa_noglu.dev ( #47132 )
2018-09-21 17:41:21 +02:00
Jörg Thalheim
a15c96d244
Merge pull request #47116 from Zimmi48/pyre-0.0.14
...
pyre: 0.0.11 -> 0.0.14
2018-09-21 16:32:26 +01:00
Christian Kauhaus
544eaaa52b
lua: remove lua4 and lua5_0
...
Both versions are not maintained anymore upstream and have open security
issues, e.g. https://nvd.nist.gov/vuln/detail/CVE-2014-5461 .
The same holds for lua5_1 but that seems to be in use in some places.
Re #47122
Re #47123
2018-09-21 15:56:41 +02:00
Will Dietz
9908e9cd80
Merge pull request #47100 from dtzWill/feature/utmps
...
utmps: init at 0.0.1.3
2018-09-21 08:14:54 -05:00
Will Dietz
55a5236630
xf86-input-libinput: 0.26.0 -> 0.28.0
...
https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/log/
2018-09-21 07:58:57 -05:00
Théo Zimmermann
7ff90cd103
pyre: 0.0.11 -> 0.0.14
2018-09-21 14:37:39 +02:00
Daniel Frank
acbe6b2374
Revert "burp: 2.1.32 -> 2.2.4"
...
2.2.4 is not considered a stable version and is actually old.
This reverts commit fa693e95f4
.
2018-09-21 14:34:09 +02:00
R. RyanTM
4eb077bed7
kotlin: 1.2.61 -> 1.2.70
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2018-09-21 08:05:29 -04:00
Jörg Thalheim
99004c011c
Merge pull request #47080 from r-ryantm/auto-update/double-conversion
...
double-conversion: 3.0.0 -> 3.1.1
2018-09-21 12:48:12 +01:00
Jörg Thalheim
f9f17baba6
Merge pull request #47085 from r-ryantm/auto-update/elisa
...
elisa: 0.2.1 -> 0.2.80
2018-09-21 12:30:17 +01:00
Jörg Thalheim
bd8856d4c3
Merge pull request #47093 from r-ryantm/auto-update/burp
...
burp: 2.1.32 -> 2.2.4
2018-09-21 12:29:05 +01:00
Jörg Thalheim
a6701a86fe
Merge pull request #47092 from r-ryantm/auto-update/ammonite
...
ammonite: 1.2.0 -> 1.2.1
2018-09-21 12:28:01 +01:00
Jörg Thalheim
87f50984cd
Merge pull request #47104 from thefloweringash/rubocop-0.59.1
...
rubocop: 0.58.1 -> 0.59.1
2018-09-21 12:25:35 +01:00
Jörg Thalheim
124c0f98e9
Merge pull request #47109 from fgaz/lmdbxx/drycpp
...
lmdbxx: change repo location
2018-09-21 12:20:06 +01:00
Jörg Thalheim
9822498311
Merge pull request #47110 from Tomahna/mopidy-iris
...
mopidy-iris: 3.26.0 -> 3.26.1
2018-09-21 12:19:41 +01:00
Jörg Thalheim
d519ef1829
Merge pull request #47050 from r-ryantm/auto-update/gpodder
...
gpodder: 3.10.3 -> 3.10.5
2018-09-21 12:17:38 +01:00
R. RyanTM
96c66faa49
earlyoom: 0.11 -> 1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/earlyoom/versions
2018-09-21 10:48:38 +00:00
Will Dietz
69b2c0dcf1
utmps: add top-level attribute, as was the style at the time
2018-09-21 05:42:53 -05:00
R. RyanTM
41457058da
chrony: 3.3 -> 3.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chrony/versions
2018-09-21 10:40:47 +00:00
Eelco Dolstra
20c22eb6c5
Merge pull request #47091 from r-ryantm/auto-update/apr
...
apr: 1.6.3 -> 1.6.5
2018-09-21 12:02:54 +02:00
Michael Raskin
de764e65f0
acl2: 8.0 -> 8.0.post.2018.09.20; fixes build with fresher SBCL
2018-09-21 13:07:40 +03:00
Kevin Rauscher
f0e0c6d72e
mopidy-iris: 3.26.0 -> 3.26.1
2018-09-21 11:58:21 +02:00
Matt Votava
78f1715149
piper: init at 0.2.902
...
Add package piper. Piper is a gtk frontend application for ratbagctl
to configure gaming mice.
2018-09-21 02:15:38 -07:00
Matt Votava
9a859fb7f9
libratbag: init at v0.9.903
...
Add package libratbag and service module ratbagd
Libratbag contains ratbagd daemon and ratbagctl cli to configure
buttons, dpi, leds, etc. of gaming mice.
Add mvnetbiz to maintainers.
2018-09-21 02:13:49 -07:00
adisbladis
0f0d2185c1
Merge pull request #47079 from r-ryantm/auto-update/debootstrap
...
debootstrap: 1.0.108 -> 1.0.109
2018-09-21 16:46:54 +08:00
Andrew Childs
7a6091d5c9
rubocop: 0.58.1 -> 0.59.1
2018-09-21 17:43:24 +09:00
Jörg Thalheim
a709d11dd1
gogs: 0.11.53 -> 0.11.66 ( #47073 )
2018-09-21 10:41:17 +02:00
Mario Rodas
ba33eac477
bat: install man page ( #47099 )
2018-09-21 10:23:26 +02:00
Cole Mickens
97f3a2e7b8
azcopy: init at 10.0.1
2018-09-21 01:17:52 -07:00
Michael Raskin
77ce79d4e9
Merge pull request #47088 from r-ryantm/auto-update/cgal
...
cgal: 4.12 -> 4.12.1
2018-09-21 06:00:27 +00:00
Michael Raskin
d482b5a8cb
Merge pull request #47090 from r-ryantm/auto-update/afflib
...
afflib: 3.7.16 -> 3.7.17
2018-09-21 06:00:05 +00:00
Michael Raskin
7115411d6d
Merge pull request #47087 from r-ryantm/auto-update/dmidecode
...
dmidecode: 3.1 -> 3.2
2018-09-21 05:56:03 +00:00
Michael Raskin
559ffd4850
Merge pull request #47036 from r-ryantm/auto-update/ioping
...
ioping: 1.0 -> 1.1
2018-09-21 05:53:45 +00:00
Michael Raskin
f76f079eef
Merge pull request #47069 from r-ryantm/auto-update/eudev
...
eudev: 3.2.5 -> 3.2.6
2018-09-21 05:53:00 +00:00
Michael Raskin
1ff0991cbe
Merge pull request #47063 from r-ryantm/auto-update/firejail
...
firejail: 0.9.54 -> 0.9.56
2018-09-21 05:50:39 +00:00
Michael Raskin
7f2344406c
Merge pull request #47000 from r-ryantm/auto-update/links2
...
links2: 2.16 -> 2.17
2018-09-21 05:07:29 +00:00
Will Dietz
e8693206ee
utmps: init at 0.0.1.3
...
Haven't tried using it, but packging it is first step! :)
2018-09-20 23:46:31 -05:00
John Ericson
8a41a11d66
Merge pull request #47096 from obsidiansystems/fix-x509-system
...
haskellPackages.x509-system: Override based on the host, not target platform
2018-09-20 21:55:24 -04:00
John Ericson
45c637d8a0
haskellPackages.x509-system: Override based on the host, not target platform
...
There were many reverts back and forth, but it ultimately appears that I
am the source of this mistake. I clarified the comment so as not to
confuse myself or anyone else.
2018-09-20 21:48:06 -04:00
R. RyanTM
fa693e95f4
burp: 2.1.32 -> 2.2.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/burp/versions
2018-09-20 17:55:55 -07:00
R. RyanTM
8cf1f60fa3
ammonite: 1.2.0 -> 1.2.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2018-09-20 17:53:28 -07:00
R. RyanTM
dcf5c4910e
apr: 1.6.3 -> 1.6.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apr/versions
2018-09-20 17:48:47 -07:00
R. RyanTM
f5fb4283d4
afflib: 3.7.16 -> 3.7.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/afflib/versions
2018-09-20 17:39:37 -07:00
R. RyanTM
ffb7ad6caa
cgal: 4.12 -> 4.12.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cgal/versions
2018-09-20 17:35:26 -07:00
R. RyanTM
dc47fdabc6
dmidecode: 3.1 -> 3.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/dmidecode/versions
2018-09-20 17:28:49 -07:00
R. RyanTM
ce6debe900
elisa: 0.2.1 -> 0.2.80
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elisa/versions
2018-09-20 17:11:15 -07:00
Graham Christensen
10450ffd5b
Merge pull request #47017 from grahamc/docker-tools-test
...
dockerTools.buildImage: test that created=now makes an unstable date
2018-09-20 20:02:51 -04:00
R. RyanTM
39d85a2e0f
double-conversion: 3.0.0 -> 3.1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/double-conversion/versions
2018-09-20 16:43:32 -07:00
R. RyanTM
73dbb11a0d
debootstrap: 1.0.108 -> 1.0.109
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-09-20 16:41:18 -07:00
R. RyanTM
85f60cbeb0
libwebsockets: 3.0.0 -> 3.0.1 ( #47020 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebsockets/versions
2018-09-21 01:03:24 +02:00
Matthew Bauer
92158a4b2c
Merge pull request #45776 from bkchr/gst_1_14_2
...
Gstreamer: 1.14.0 -> 1.14.2
2018-09-20 18:02:58 -05:00
R. RyanTM
46f6a69e49
you-get: 0.4.1128 -> 0.4.1148 ( #46928 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions
2018-09-21 00:57:18 +02:00
R. RyanTM
4d35759735
feh: 2.27.1 -> 2.28 ( #47055 )
...
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
2018-09-21 00:49:51 +02:00
roconnor
fab901ddd3
bitcoin: 0.16.2 -> 0.16.3 ( #46891 )
2018-09-21 00:35:39 +02:00
xeji
2c5ae2ae61
liquidwar: fix build ( #47064 )
...
- add missing dependencies readline and libtool that used to be
propagated by guile but aren't anymore
- build with guile 2.0 instead of 1.8
2018-09-21 00:19:01 +02:00
xeji
9c02914b42
pythonPackages.circus: fix build, add meta ( #47066 )
2018-09-21 00:18:13 +02:00
R. RyanTM
74cd060c86
praat: 6.0.42 -> 6.0.43 ( #46974 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/praat/versions
2018-09-20 23:55:54 +02:00
Patrick Hilhorst
1c40a3eb05
circleci-cli: 0.1.0 -> 0.1.2307 ( #46983 )
...
* circleci-cli: 0.1.0 -> 0.1.2307
We are also building from source now, instead of using a pre-packaged
version. This means we need Go. Also did minor refactors.
* circleci-cli: removed unneeded dependencies
2018-09-20 23:54:11 +02:00
R. RyanTM
6587910e4f
eudev: 3.2.5 -> 3.2.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eudev/versions
2018-09-20 14:46:26 -07:00
R. RyanTM
dd33a9dc0b
firejail: 0.9.54 -> 0.9.56
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/firejail/versions
2018-09-20 14:31:57 -07:00
R. RyanTM
c2056d25dd
gpodder: 3.10.3 -> 3.10.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gpodder/versions
2018-09-20 13:24:59 -07:00
Daiderd Jordan
33f818198b
docker-proxy: mark linux only
...
Unlike docker (cli only) this probably won't work on darwin.
github.com/docker/libnetwork/networkdb
can't load package: package github.com/docker/libnetwork/ns: build constraints exclude all Go files in /private/tmp/nix-build-docker-proxy-7b2b1feb1de4817d522cc372af149ff48d25028e.drv-0/go/src/github.com/docker/libnetwork/ns
/cc ZHF #45961
2018-09-20 22:22:53 +02:00
Daiderd Jordan
709a828e71
dico: mark linux only.
...
Never built successfully.
Undefined symbols for architecture x86_64:
"_rpl_strerror", referenced from:
_default_print_diag in libgrecs.a(diag.o)
_grecs_symtab_strerror in libgrecs.a(symtab.o)
_parse_inet in libgrecs.a(sockaddr.o)
ld: symbol(s) not found for architecture x86_64
/cc ZHF #45961
2018-09-20 22:19:56 +02:00
Daiderd Jordan
f6bc086b21
dolphinEmuMaster: mark broken on darwin
...
The default version isn't enabled on darwin either, however it did work
at some point.
/tmp/nix-build-dolphin-emu-2018-08-17.drv-0/source/Source/Core/Core/NetPlayServer.cpp:1180:26: error: unknown type name 'lzo_uint32_t'; did you mean 'lzo_uint32'?
std::vector<u8> wrkmem(LZO1X_1_MEM_COMPRESS);
/cc ZHF #45961
2018-09-20 22:17:57 +02:00
Austin Seipp
0214f9e25e
perlPackages.MojoIOLoopForkCall: 0.19 -> 0.20
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-20 15:17:30 -05:00
Austin Seipp
08815b9af8
perlPackages.Mojolicious: 7.88 -> 8.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-20 15:17:30 -05:00
R. RyanTM
730eb9f5f2
jmol: 14.29.19 -> 14.29.22
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jmol/versions
2018-09-20 12:30:18 -07:00
xeji
9114d13d00
Merge pull request #46910 from dtzWill/update/i7z-0.27.3
...
i7z: 0.27.2 -> 0.27.3, cleanup, various fixes, maintained fork, qt5
2018-09-20 21:28:54 +02:00
Vincent Laporte
ce03af969e
ocaml ≤ 4.05: mark as broken on Aarch64 ( #47010 )
2018-09-20 21:18:28 +02:00
R. RyanTM
fbf8d45b5c
jdupes: 1.10.2 -> 1.10.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions
2018-09-20 12:08:22 -07:00
R. RyanTM
3d3b66606c
ioping: 1.0 -> 1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ioping/versions
2018-09-20 11:44:41 -07:00
Jörg Thalheim
b51628ab6b
Merge pull request #47019 from romildo/upd.numix-icon-theme-square
...
numix-icon-theme-square: 18-08-17 -> 18.09.19
2018-09-20 18:52:35 +01:00
Jörg Thalheim
6cf4ecc3d4
Merge pull request #47018 from romildo/upd.numix-icon-theme-circle
...
numix-icon-theme-circle: 18-08-17 -> 18.09.19
2018-09-20 18:44:30 +01:00
Jörg Thalheim
62aadba1fd
Merge pull request #46955 from timbertson/nix-pin
...
nix-pin: 0.3.4 -> 0.4.0
2018-09-20 18:39:51 +01:00
R. RyanTM
8e3ec2b18b
lnav: 0.8.3 -> 0.8.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lnav/versions
2018-09-20 10:35:30 -07:00
Jörg Thalheim
9134d44998
Merge pull request #46982 from tkerber/fix-plug
...
vim-utils: fix broken vim-plug implementation.
2018-09-20 18:34:30 +01:00
Jörg Thalheim
d2f1f327e8
Merge pull request #46986 from AesaKamar/aesa/scalafmt/140-151
...
scalafmt: 1.4.0 -> 1.5.1
2018-09-20 18:33:04 +01:00
Jörg Thalheim
790a72d23c
Merge pull request #47008 from Tomahna/mopidy-iris
...
mopidy-iris: 3.25.1 -> 3.26.0
2018-09-20 18:30:35 +01:00
José Romildo Malaquias
06daa1bb7a
numix-icon-theme-square: 18-08-17 -> 18.09.19
2018-09-20 14:16:53 -03:00
José Romildo Malaquias
273501303c
numix-icon-theme-circle: 18-08-17 -> 18.09.19
2018-09-20 14:13:13 -03:00
Graham Christensen
aedc651903
dockerTools.buildImage: test that created=now makes an unstable date
2018-09-20 13:06:14 -04:00
R. RyanTM
ae093d7d9b
libre: 0.5.8 -> 0.5.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libre/versions
2018-09-20 18:50:32 +02:00
R. RyanTM
31ea743d13
metabase: 0.30.1 -> 0.30.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/metabase/versions
2018-09-20 18:50:03 +02:00
R. RyanTM
3222fe1756
smcroute: 2.4.1 -> 2.4.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/smcroute/versions
2018-09-20 16:42:09 +00:00
R. RyanTM
afa5e20b05
ncmpc: 0.30 -> 0.31
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncmpc/versions
2018-09-20 16:41:07 +00:00
R. RyanTM
a454984adb
mediainfo: 18.08 -> 18.08.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mediainfo/versions
2018-09-20 18:39:37 +02:00
José Romildo Malaquias
0c631248c1
tint2: 16.4 -> 16.6.1 ( #46994 )
2018-09-20 18:37:33 +02:00
Kevin Rauscher
7d20233dc3
mopidy-iris: 3.25.1 -> 3.26.0
2018-09-20 18:28:37 +02:00
Graham Christensen
a32d7e0c74
dockerTools.buildImage: support impure dates
...
Because dates are an impurity, by default buildImage will use a static
date of one second past the UNIX Epoch. This can be a bit frustrating
when listing docker images in the CLI:
$ docker image list
REPOSITORY TAG IMAGE ID CREATED SIZE
hello latest 08c791c7846e 48 years ago 25.2MB
If you want to trade the purity for a better user experience, you can
set created to now.
pkgs.dockerTools.buildImage {
name = "hello";
tag = "latest";
created = "now";
contents = pkgs.hello;
config.Cmd = [ "/bin/hello" ];
}
and now the Docker CLI will display a reasonable date and sort the
images as expected:
$ docker image list
REPOSITORY TAG IMAGE ID CREATED SIZE
hello latest de2bf4786de6 About a minute ago 25.2MB
2018-09-20 18:26:02 +02:00
R. RyanTM
da78d3e829
links2: 2.16 -> 2.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/links2/versions
2018-09-20 08:34:23 -07:00
Ryan Mulligan
23efdac23c
Merge pull request #46969 from r-ryantm/auto-update/rdma-core
...
rdma-core: 19 -> 20
2018-09-20 07:38:27 -07:00
Will Dietz
8908bc4e19
range-v3: 0.3.6 -> 0.3.7
2018-09-20 09:27:30 -05:00
AesaKamar
b914cf8083
scalafmt 1.4.0 -> 1.5.1
2018-09-20 10:18:38 -04:00
Tim Steinbach
7d30b3d10c
linux: 4.18.8 -> 4.18.9
2018-09-20 09:52:48 -04:00
Tim Steinbach
28fee11e1c
linux: 4.14.70 -> 4.14.71
2018-09-20 09:52:48 -04:00
Tim Steinbach
5509a39e9a
linux: 4.9.127 -> 4.9.128
2018-09-20 09:52:48 -04:00
Tim Steinbach
7ead7a4a67
linux: 4.4.156 -> 4.4.157
2018-09-20 09:52:48 -04:00
Jan Tojnar
95a6df0422
Merge pull request #46976 from r-ryantm/auto-update/pulseeffects
...
pulseeffects: 4.3.4 -> 4.3.5
2018-09-20 15:46:40 +02:00