Justin Bedo
3bab170088
singularity: update module to correctly wrap suid binary
2019-01-31 09:21:18 +11:00
Justin Bedo
5611397f33
singularity: 2.6.0 -> 3.0.1
2019-01-31 09:21:18 +11:00
Orivej Desh
654f3c467c
go-mtpfs: 20150917 -> 2018-02-09
2019-01-09 18:46:41 +00:00
Tim Steinbach
20f9b5d10a
linux: 4.19.13 -> 4.19.14
2019-01-09 12:10:11 -05:00
Tim Steinbach
39173bff87
linux: 4.20 -> 4.20.1
2019-01-09 11:59:35 -05:00
Jörg Thalheim
2479e9ea0e
Merge pull request #53699 from makefu/pkgs/exfat-nofuse/update
...
exfat-nofuse: fix build for 4.18
2019-01-09 16:33:40 +00:00
Tim Steinbach
d55b3c9bf0
linux: 4.14.91 -> 4.14.92
2019-01-09 11:24:45 -05:00
Tim Steinbach
ec3e81beaf
linux: 4.9.148 -> 4.9.149
2019-01-09 11:03:10 -05:00
makefu
3034023976
exfat-nofuse: fix build for 4.18
...
additionally we use the PR 137 instead of the patch files from AUR.
This avoids changes in source files and pins the patch to exactly what we want
It also removes one fetchpatch call
2019-01-09 15:13:54 +01:00
Robert Schütz
43d4f07bf1
esptool: 2.5.1 -> 2.6
2019-01-09 15:00:14 +01:00
Robert Schütz
9f3d9915d7
Merge pull request #52523 from dotlambda/graphviz-hardcode
...
python.pkgs.graphviz: hardcode path to graphviz's bin/
2019-01-09 13:39:01 +01:00
Jörg Thalheim
f0f7531d78
Merge pull request #51412 from Synthetica9/konsole-keyboard-fix
...
konsole: fix arrow keys
2019-01-09 12:11:32 +00:00
Jörg Thalheim
e6ca0fb71b
Merge pull request #53696 from makefu/pkgs/exfat-nofuse/update
...
exfat-nofuse: unbreak for 4.18 and 4.20
2019-01-09 12:01:24 +00:00
Florian Klink
05231c4bbf
Merge pull request #53640 from flokli/minio-2018-12-27T18-33-08Z
...
minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
2019-01-09 12:34:24 +01:00
Jörg Thalheim
9e4fe77abc
Merge pull request #53694 from bkchr/raspberry_wifi_fix
...
linux: Adds patch for fixing wifi on raspberry pi
2019-01-09 10:54:34 +00:00
Michael Raskin
9d3c5a21d7
Merge pull request #53578 from pbogdan/rxvt-build
...
rxvt_unicode: fix build
2019-01-09 10:44:48 +00:00
makefu
eac6725843
exfat-nofuse: unbreak for 4.18 and 4.20
2019-01-09 11:37:20 +01:00
Tor Hedin Brønner
5cbb010faf
Merge pull request #53693 from hedning/fix-qgpgme
...
libsForQt5.qgpgme: fix tests after 2019-01-06
2019-01-09 11:33:25 +01:00
Bastian Köcher
a90fc6d3ef
linux: Adds patch for fixing wifi on raspberry pi
2019-01-09 11:18:09 +01:00
Jörg Thalheim
60703db86c
electron_3: also update arm hashes
2019-01-09 09:33:53 +00:00
Gabriel Ebner
03a2dfc63b
Merge pull request #53663 from ivan/mozc-2.23.2815.102
...
ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102
2019-01-09 09:54:40 +01:00
Tor Hedin Brønner
96bfa25500
libsForQt5.qgpgme: fix tests after 2019-01-06
...
The keys used in one of the qt tests expired on 2019-01-06 breaking the build.
closes https://github.com/NixOS/nixpkgs/issues/53632
2019-01-09 09:19:30 +01:00
Jörg Thalheim
fdb87a0fee
rambox: downgrade electron to 3.x
2019-01-09 07:24:18 +00:00
Jörg Thalheim
66c1f82631
electron_3: init at 3.1.0
...
electron 4 had many breaking changes in their API,
breaking rambox. Since the 3.x version is still maintained,
we can add an older variant.
2019-01-09 07:24:17 +00:00
Dmitry Kalinkin
2a68c2c413
poppler: fix build on darwin
2019-01-08 22:17:47 -05:00
Austin Seipp
beaf69cee2
nextpnr: enable ECP5 P&R with Project Trellis
...
This requires an absurd, disgustingly gross hack in order to share the
build artifacts necessary for nextpnr to use trellis.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
d67cbe9e53
trellis: 2018.08.01 -> 2018.12.20, update, cleanup
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
651679c257
nextpnr: fix version string output
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
412e02c784
nextpnr: disable broken GUI build for now
...
This didn't work remotely (on a server with Nvidia drivers) _or_ on a
local Intel machine with integrated graphics. I presumably messed
something up (a missing dependency), but I'm not sure where. We can fix
it later.
In the mean time, just disable this by hiding it behind a minimal flag.
As a bonus this reduces the closure size by about half, although it's
still surprisingly large (~300MB or so). Part of that is probably
Python, though.
When the GUI is reintroduced in a working manner, we can expose two
nextpnr attributes for the minimal non-GUI build, and the GUI build.
(Note that I have no plans of making Python optional, since it's
extremely valuable in general and much more lightweight than qtbase.)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
c10650760d
yices: s/fetchurl/fetchFromGitHub/
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
38aa0a3df4
z3: 4.8.3 -> 4.8.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
1d36130ac1
nextnpr: 2018.12.29 -> 2019.01.08
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
db136382f8
icestorm: 2018.09.04 -> 2018.12.31
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
d77f381055
symbiyosys: 2018.09.12 -> 2018.12.09
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
c60adabfbc
yosys: 2018.10.17 -> 2019.01.08
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Ryan Mulligan
41279233ea
Merge pull request #53526 from r-ryantm/auto-update/simpleitk
...
simpleitk: 1.1.0 -> 1.2.0
2019-01-08 14:47:52 -08:00
Matthew Bauer
cd8c1a4053
Merge pull request #52643 from jabranham/ledger-info
...
ledger: Include info files
2019-01-08 16:03:56 -06:00
Matthew Bauer
5b40c0a21f
Merge pull request #53675 from jacereda/darwin-cmds-binpath
...
darwin: basic_cmds was installing binaries in the wrong path
2019-01-08 15:57:56 -06:00
Jorge Acereda
7dafdc1400
darwin: basic_cmds was installing binaries in the wrong path
2019-01-08 22:43:45 +01:00
Timo Kaufmann
e012ec5b14
Merge pull request #53670 from timokau/vim-plugins-update
...
vimPlugins: update, init neoterm and vim-slime
2019-01-08 22:27:42 +01:00
Timo Kaufmann
67cf32751c
vimPlugins.vim-slime: init at 2019-01-03
2019-01-08 22:04:27 +01:00
Timo Kaufmann
f7113786af
vimPlugins.neoterm: init at 2018-12-21
2019-01-08 21:59:31 +01:00
Timo Kaufmann
8c81099cda
radare2: add propagated build inputs ( #53667 )
...
Fixes the cutter build which was broken when radare2 was moved away from
vendored dependencies in #51837 .
2019-01-08 21:55:44 +01:00
Claudio Bley
cb0b629894
nixos/luksroot: Fix typo Verifiying
-> Verifying
2019-01-08 15:45:02 -05:00
Dmitry Kalinkin
fc09fcb33b
Merge pull request #53664 from iblech/patch-6
...
tikzit: 2.0 -> 2.1
2019-01-08 15:35:04 -05:00
R. RyanTM
0eed2c7013
gnome-menus: 3.10.1 -> 3.31.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/gnome-menus/versions
2019-01-08 14:50:59 -05:00
James Kay
7cd403e331
pythonPackages.glom: init at 18.4.0
2019-01-08 14:43:28 -05:00
James Kay
a5a6b8eaa2
pythonPackages.face: init at 0.1.0
2019-01-08 14:43:28 -05:00
James Kay
ca4104cc07
pythonPackages.boltons: init at 2019-01-07
2019-01-08 14:43:28 -05:00
Roman Volosatovs
3bc3772677
keybase-gui: 2.11.0 -> 2.13.0
2019-01-08 14:21:57 -05:00