Vladimír Čunát
40785f0dac
Merge branch 'master' into staging
...
Hydra nixpkgs: ?compare=1282763
2016-07-12 22:00:10 +02:00
joachifm
7135dfd541
Merge pull request #16836 from brainrape/update-youtube-dl
...
youtube-dl: 2016.07.03.1 -> 2016.07.09.2
2016-07-12 16:21:26 +02:00
Scott Stevenson
8c81c234d3
rcm: 1.2.3 -> 1.3.0 ( #16847 )
2016-07-11 18:11:31 +02:00
Márton Boros
129c17b222
youtube-dl: 2016.07.03.1 -> 2016.07.09.2
2016-07-10 12:58:10 +02:00
Robert Helgesson
18a91ddfb6
cloc: 1.68 -> 1.70
2016-07-09 22:51:12 +02:00
Robert Helgesson
8a82798f97
autorandr: avoid use of xxd
...
Use the Python fallback instead of bringing in a dependency on Vim.
2016-07-09 22:40:34 +02:00
Graham Christensen
7bd2052436
autorandr: 4f5e2401ef -> 20150127
...
wertarbyte has allowed his project to languish, and phillipberdt
has taken it over and is merging pull requests
2016-07-09 22:19:32 +02:00
Alexey Shmalko
a5ee403f5b
alarm-clock-applet: use default method for propagating gstreamer ( #16786 )
2016-07-09 18:36:04 +02:00
Daiderd Jordan
b7c134358d
coreutils: use symlinks instead of shell wrapper
2016-07-09 16:47:54 +02:00
Tuomas Tynkkynen
9e6aac9cb0
bandwidth: 1.2.0 -> 1.3.1
2016-07-08 03:27:07 +03:00
Tuomas Tynkkynen
daddf89e4f
Merge pull request #16709 from vrthra/bdf2psf
...
bdf2psf: 1.137 -> 1.146
2016-07-05 03:23:52 +03:00
Lancelot SIX
3e1f746e28
Merge pull request #16694 from mimadrid/update/youtube_dl-2016.07.03.1
...
youtube-dl: 2016.06.27 -> 2016.07.03.1
`mps-youtube` is the only package that fails in `nox-review`, but this wat true before this merge. I have tested the updated result of `youtube-dl`. All fine for me.
2016-07-04 22:07:44 +02:00
Rahul Gopinath
9f0330d94b
bdf2psf: 1.137 -> 1.146
2016-07-04 10:37:57 -07:00
zimbatm
cec48bfa74
direnv: fix path to bash
2016-07-04 12:46:32 +01:00
mimadrid
aaa023c858
youtube-dl: 2016.06.27 -> 2016.07.03.1
2016-07-04 11:41:15 +02:00
Tobias Geerinckx-Rice
99c89f867d
debian-devscripts: 2.16.5 -> 2.16.6
2016-07-04 10:52:51 +02:00
Joachim Fasting
29ae5a10fb
Merge pull request #16669 from rasendubi/alarm-clock-applet
...
alarm-clock-applet: fix finding gstreamer plugins and gconf at runtime
2016-07-03 23:18:25 +02:00
zimbatm
8346e72a22
direnv: 2.8.0 -> 2.9.0
2016-07-03 16:56:18 +01:00
Alexey Shmalko
2d992c2afa
alarm-clock-applet: fix finding gstreamer plugins and gconf at runtime
2016-07-03 00:21:03 +03:00
Joachim Fasting
24b3fa1ae6
Merge pull request #16560 from vrthra/dvtm-customize
...
dvtm: allow user configuration
2016-07-02 14:10:26 +02:00
Joachim Fasting
648ae736f0
Merge pull request #16593 from womfoo/init/pick-1.4.0
...
pick: init at 1.4.0
2016-07-02 14:05:56 +02:00
artuuge
83fd63995a
cpp_ethereum: init at 1.2.9
...
jsoncpp: 1.6.5 -> 1.7.2
libjson_rpc_cpp: 0.2.1 -> 0.6.0
argtable: init at 3.0.1
libcpuid: init at 0.2.2
2016-07-01 19:14:00 +02:00
Alexey Shmalko
9ba48ecb38
alarm-clock-applet: init at 0.3.4
...
There were a couple of issue before the application run normally.
The first one is GConf error:
https://nixos.org/wiki/Solve_GConf_errors_when_running_GNOME_applications
The second one is absence of gst plugins:
https://github.com/NixOS/nixpkgs/issues/10559
2016-07-01 03:06:50 +03:00
Kranium Gikos Mendoza
ff06326d78
pick: init at 1.4.0
2016-06-30 20:01:43 +08:00
Vladimír Čunát
3afa246038
Merge branch 'staging'
...
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Joachim Fasting
ec70f24ce4
Merge pull request #16572 from mimadrid/update/youtube_dl-2016.06.27
...
youtube-dl: 2016.06.19.1 -> 2016.06.27
2016-06-28 19:46:47 +02:00
Rahul Gopinath
d60a41053e
dvtm: allow user configuration
2016-06-28 10:01:57 -07:00
Bjørn Forsman
1f4853f7a9
system-config-printer: update hash to really upgrade to 1.5.7
...
Commit 03353ce6ff
("system-config-printer: 1.3.12 -> 1 5.7")
forgot to update the hash. So since that commit we actually continued to
use the old version (1.3.12) because of the NixOS tarball cache...
The new version prints some warnings on startup:
/nix/store/HASH-system-config-printer-1.5.7/share/system-config-printer/system-config-printer.py:32: \
PyGIWarning: Polkit was imported without specifying a version first. \
Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded.
from gi.repository import Polkit
...and similar errors for GdkPixbuf, Gdk, Gtk and Notify. These warnings
are already fixed upstream and will be part of the next release.
Implementation details:
* The new version needs python3.
* Remove unneeded, and python3 incompatible, 'notify' dependency.
system-config-printer > 1.3.12 replaced it with GOBject introspection
bindings to libnotify (from gi.repository import Notify).
* Add gtk3, gdk_pixbuf, pango, atk, libnotify as needed (for gobject
introspection).
* A new --with-udevdir configure option is used to prevent the
installer from trying to install stuff to "/rules.d" (yes, the root).
* Get pycups from the passed pythonPackages set (fixes loading of
python cups module).
* Use pygobject3 instead of pygobject, as needed.
* Use dbus from the passed pythonPackages attrset instead of
pythonDBus, so we get a python3 compatible module that loads
successfully.
* Python requests2 modules is required.
2016-06-28 14:23:49 +02:00
mimadrid
654b978fa3
youtube-dl: 2016.06.19.1 -> 2016.06.27
2016-06-28 13:10:43 +02:00
Vladimír Čunát
f4792cdc0c
make-bootstrap-tools*: fixup after #16406
...
Our coreutils now uses single-binary-build mode where, by default,
simple shebang scripts are used for all the binaries. That doesn't work
e.g. with the Linux unpacker which only handles standard binaries and
symlinks. Let's use the symlinked mode instead for boostrapping.
This does NOT change any stdenv hashes.
I only tested the case most important to me:
$ nix-build pkgs/top-level/release.nix -A stdenvBootstrapTools.x86_64-linux.test
2016-06-28 09:54:22 +02:00
mimadrid
5bf585806e
fzf: 0.12.3 -> 0.13.2
2016-06-26 15:53:30 +02:00
Joachim Fasting
47dbe49823
Merge pull request #16511 from tokudan/master
...
mbuffer: Disable build on Mac OS X and 20151002 -> 20160613
2016-06-26 13:23:59 +02:00
Pascal Wittmann
b083994fae
Merge pull request #16509 from womfoo/xdo
...
xdo: 0.5 -> 0.5.3
2016-06-26 10:46:27 +02:00
Daniel Frank
da37dc4af4
mbuffer: disable darwin (its not supported)
2016-06-26 09:38:35 +02:00
Daniel Frank
a793315ccd
mbuffer: update to version 20160613
2016-06-26 09:37:56 +02:00
Kranium Gikos Mendoza
cb257bf097
xdo: 0.5 -> 0.5.3
2016-06-26 14:03:28 +08:00
Pascal Wittmann
9ef6dceca9
Merge pull request #16494 from k0ral/binwalk
...
binwalk: 2.0.1 -> 2.1.1
2016-06-25 16:21:15 +02:00
koral
3632211cf9
binwalk: 2.0.1 -> 2.1.1
2016-06-25 13:28:10 +02:00
Joachim Fasting
4c5e9f933d
Merge pull request #16445 from vrthra/datamash
...
datamash: 1.0.7 -> 1.1.0
2016-06-23 23:35:45 +02:00
zimbatm
e15b33639f
Merge pull request #16386 from peterhoeg/togglesg
...
togglesg-download: 2016-02-08 -> 2016-05-31
2016-06-23 16:56:33 +01:00
Pascal Wittmann
d1a4873ae4
Merge pull request #16447 from vrthra/parallel
...
parallel: 20160422 -> 20160622
2016-06-23 17:41:07 +02:00
Rahul Gopinath
b27ebfa4a7
datamash: 1.0.7 -> 1.1.0
2016-06-23 07:45:59 -07:00
Frederik Rietdijk
41ca3ba4a9
Merge pull request #16425 from mbakke/yubikey-neo-manager
...
yubikey-neo-manager: init at 1.4.0
2016-06-23 15:39:25 +02:00
Marius Bakke
8b5675da37
yubikey-neo-manager: init at 1.4.0
2016-06-23 13:48:10 +01:00
Vladimír Čunát
3c89351fcc
Merge #16406 : coreutils: use single-binary build
2016-06-23 12:12:52 +02:00
Vladimír Čunát
6b27ceb006
Merge 'master' into staging and re-revert merge
...
... from staging to master, reverted temporarily in aa9a04883e
.
2016-06-23 12:09:03 +02:00
Rahul Gopinath
6b25cba125
parallel: 20160422 -> 20160622
2016-06-23 00:51:20 -07:00
Rahul Gopinath
0dbbe57de3
units: 2.12 -> 2.13
2016-06-23 00:03:59 -07:00
Wout Mertens
c26bbf0b87
coreutils: single binary build
2016-06-21 22:14:10 +02:00
Tristan Helmich
571c134613
graylog: 2.0.2 -> 2.0.3
2016-06-21 17:32:33 +02:00
Bjørn Forsman
6536804848
autorevision: init at 1.14
...
A shell script for extracting revision information useful in
release/build scripting from repositories.
2016-06-21 15:23:34 +02:00
wrb
22a7f3a849
youtube-dl: 2016.05.21.2 -> 2016.06.19.1 ( #16338 )
2016-06-21 13:12:36 +02:00
Peter Hoeg
31a88b4664
togglesg-download: 2016-02-08 -> 2016-05-31
2016-06-21 15:33:38 +08:00
Rahul Gopinath
64260e70f2
screen: 4.3.1 -> 4.4.0
...
Removed the patches which were specific to 4.3, and redundant configure flags
The darwin specific utmp patch seems to have been accepted too, with
`u->ut_time = now` the default.
2016-06-20 15:24:32 -07:00
Gabriel Ebner
14c038dd03
file: 5.25 -> 5.28
2016-06-20 18:23:39 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Ruben Astudillo
4f985377ac
hakuneko: 1.3.12 -> 1.4.1
2016-06-19 20:09:27 -04:00
Gabriel Ebner
8f91feb848
vdirsyncer: 0.11.0 -> 0.11.2
2016-06-19 16:49:14 +02:00
Bjørn Forsman
b741df943f
system-config-printer: unbreak dbus service (again)
...
The service file refers to /usr/bin/... instead of a Nix store path.
Fix it.
The original fix was wrongly removed in commit 03353ce6ff
("system-config-printer: 1.3.12 -> 1 5.7"). We can remove this fixup on
the _next_ upstream release.
2016-06-18 17:07:28 +02:00
Joachim Fasting
1265acc201
Merge pull request #16248 from leenaars/eotutils
...
eot-utilities: init -> 1.1
2016-06-16 10:57:06 +02:00
Michiel Leenaars
bfec40d416
eot-utilities: init -> 1.1
2016-06-15 22:15:32 +02:00
David Craven
54f80775cb
rust: Refactoring of rust and cargo packages
2016-06-15 12:47:13 +02:00
Luca Bruno
63b2bf108d
Merge pull request #16224 from aneeshusa/enable-multiple-outputs-for-tmux
...
tmux: enable multiple outputs
2016-06-14 10:57:18 +02:00
Tobias Geerinckx-Rice
ff04cf2522
gparted: 0.26.0 -> 0.26.1
...
Key changes include:
- Ensure boot loaders work on ext4 < 16 TiB by using 32bit feature
- Fix core dump crash in OperationDelete::get_partition_new()
More: https://sourceforge.net/projects/gparted/files/gparted/gparted-0.26.1/gparted-0.26.1-README.md/view
2016-06-13 19:35:24 +02:00
Aneesh Agrawal
94627e658b
tmux: enable multiple outputs
2016-06-11 04:19:32 -04:00
Nikolay Amiantov
4a0ca7d92e
grub4dos: enable only on Linux
2016-06-11 03:39:44 +03:00
Nikolay Amiantov
9a1d6fe701
fontforge: 20150824 -> 20160404
2016-06-11 02:43:44 +03:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Rickard Nilsson
656c48f141
opentsdb: 2.1.1 -> 2.2.0
2016-06-10 08:17:20 +00:00
Rok Garbas
5f34b5476b
goaccess: 0.9.4 -> 1.0
...
also there is no need for local variables
2016-06-10 04:33:27 +02:00
Rickard Nilsson
9657844db2
fluentd: 0.12.6 -> 0.14.0
2016-06-10 01:35:39 +00:00
Kamil Chmielewski
bbc37e0eb7
Moving from fetchgit generated by go2nix to fetchFromGitHub where rev is
...
a tag
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
9683f5751f
FIX: deis and gawp shas
2016-06-09 13:08:09 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
8bfff0f5a6
i3cat: extracted from goPackages
2016-06-09 11:22:02 +02:00
Kamil Chmielewski
6909d0e456
vimPlugins: FIX fzf outside goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
d765026f99
go-upower-notify: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
387246080b
mongodb-tools: extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
dbf48cd10b
fzf: application extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
dfe1064b4e
asciinema: top level pkgs extracted from goPackages
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
81f3092e11
Reusing go libs in deis build
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
5c2628a704
When using common deps include only specified packages, not all set
2016-06-09 11:21:30 +02:00
Kamil Chmielewski
bfa32800c3
First programs extracted from go-packages: deis and gawp
2016-06-09 11:21:30 +02:00
Robert Helgesson
584020f181
cloc: 1.66 -> 1.68
2016-06-07 20:58:18 +02:00
Joachim Fasting
700ced7d3c
Merge pull request #15870 from sirn/tmuxinator-081
...
tmuxinator: 0.6.9 -> 0.8.1
2016-06-07 14:45:07 +02:00
Tobias Geerinckx-Rice
2b0f12c073
debian-devscripts: 2.16.4 -> 2.16.5
2016-06-06 21:58:19 +02:00
Luca Bruno
5428a295e6
Merge pull request #15999 from womfoo/duc
...
duc: 1.3.3 -> 1.4.1
2016-06-06 10:18:31 +02:00
koral
92471cbc8f
rmlint: 2.4.2 -> 2.4.4
2016-06-05 17:33:29 +02:00
koral
179f5e9500
moreutils: 0.58 -> 0.59
2016-06-05 17:14:38 +02:00
Kranium Gikos Mendoza
5016ad645f
duc: 1.3.3 -> 1.4.1
2016-06-05 22:00:22 +08:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Joachim Fasting
47b1c5368e
Merge pull request #15868 from mbakke/less-483
...
less: 481 -> 483
2016-06-03 15:50:21 +02:00
Bjørn Forsman
fbde3a7452
sam-ba: init at 2.16
...
Programming tools for Atmel SAM3/7/9 ARM-based microcontrollers.
(I've only runtime tested the 64-bit binary, not the 32-bit one.)
2016-06-02 12:44:35 +02:00
Marius Bakke
1ce9da0aa9
less: support --with-secure
2016-05-31 21:02:45 +01:00
Kridsada Thanabulpong
7d9795a0f2
tmuxinator: 0.6.9 -> 0.8.1
2016-06-01 00:36:04 +07:00
Matthias Beyer
473e5a4251
less: 481 -> 483
2016-05-31 17:34:26 +01:00
Eelco Dolstra
a00e564e04
gummiboot: Remove
2016-05-31 17:02:56 +02:00
Tristan Helmich
cf0c9091c4
graylog: 2.0.1 -> 2.0.2 ( #15836 )
2016-05-31 16:13:10 +02:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Marius Bakke
8f7b525fc2
stow: 2.2.0 -> 2.2.2
2016-05-30 18:03:46 +02:00
Jude Taylor
b950dd4c4f
add fondu-060102
2016-05-28 13:51:50 -07:00
Joachim Fasting
d140dee39a
Merge pull request #15734 from wrb/master
...
youtube-dl: 2016.04.19 -> 2016.05.21.2
2016-05-27 19:30:57 +02:00
Vladimír Čunát
e4832c7541
Merge branch 'staging'
...
Includes a security update of libxml2.
2016-05-27 15:58:40 +02:00
Peter Hoeg
5404595b55
tmux module: set TMUX_TMPDIR via environment instead of wrapper
2016-05-27 17:29:19 +08:00
wrb
c27eec296a
youtube-dl: 2016.04.19 -> 2016.05.21.2
2016-05-26 23:33:33 +02:00
Vladimír Čunát
81039713fa
Merge branch 'master' into staging
...
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Frederik Rietdijk
67c97abe62
Merge pull request #15701 from DamienCassou/vdirsyncer-0.11
...
vdirsyncer: 0.10.0 -> 0.11.0
2016-05-26 10:13:13 +02:00
Damien Cassou
005e2148c3
vdirsyncer: 0.10.0 -> 0.11.0
2016-05-26 09:44:53 +02:00
Robert Helgesson
17e7596a07
multitail: mark as supporting unix
platforms
2016-05-25 22:46:14 +02:00
Arseniy Seroka
f010ce65ec
Merge pull request #15649 from rycee/bump/dtach
...
dtach: 0.8 -> 0.9
2016-05-24 22:06:13 +03:00
Joachim Fasting
a21df566e4
Merge pull request #15610 from sheenobu/xflux-gui
...
xflux-gui: init at 1.1.1
2016-05-24 10:41:09 +02:00
zimbatm
4d0a421f18
Merge pull request #15646 from vcunat/p/man-db
...
man-db: make it the default man provider
2016-05-24 09:25:10 +01:00
Nikolay Amiantov
5c68d2d1e6
tlp: revert back to makeWrapper for Perl scripts
2016-05-24 03:08:08 +03:00
Nikolay Amiantov
5b315e1598
tlp: use sed patching instead of makeWrapper
...
Fixes #15631
2016-05-24 03:01:06 +03:00
Robert Helgesson
3257ec39c3
dtach: 0.8 -> 0.9
...
Remove CVE patch that has been merged upstream.
2016-05-23 22:16:49 +02:00
Vladimír Čunát
f8cc92fd6d
man-db: clean the expression a bit
...
This solves the errors
> can't open the manpath configuration file /etc/man_db.conf
which were common e.g. for fish users.
2016-05-23 19:44:16 +02:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Sheena Artrip
6b0bac3d7e
xflux-gui: init at 1.1.1
2016-05-22 20:32:31 -04:00
Joachim Fasting
25f07b12cf
Merge pull request #15626 from nicknovitski/fzy
...
fzy: init at 0.4
2016-05-22 20:32:54 +02:00
Arseniy Seroka
16b83c238e
Merge pull request #15621 from rycee/bump/cloc
...
cloc: 1.64 -> 1.66
2016-05-22 20:25:24 +03:00
Nick Novitski
d7dda6cc11
fzy: init at 0.4
2016-05-22 16:58:19 +00:00
Desmond O. Chang
119b7c9863
yank: 0.6.0 -> 0.7.0
2016-05-22 17:43:32 +02:00
Robert Helgesson
e03effb6d9
cloc: 1.64 -> 1.66
...
New upstream is at GitHub.
2016-05-22 17:07:34 +02:00
Robert Helgesson
f16da199e4
trash-cli: add platforms
field
2016-05-22 16:06:06 +02:00
Robert Helgesson
964ff5cc89
bibtool: add platforms
field
2016-05-22 16:05:46 +02:00
Vladimír Čunát
c4661e9643
Merge: make dev output references explicit
...
This is a rebase of most commits from #14766 ,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Joachim Fasting
36b4e612e4
Merge pull request #15551 from RubenAstudillo/hakuneko
...
hakuneko: init at 1.3.12
2016-05-20 18:58:18 +02:00
Ruben Astudillo
1bbda4989c
hakuneko: init at 1.3.12
2016-05-20 12:47:01 -04:00
Joachim Schiele
a021b6a617
youtube-dl: version bump to 2016.04.19
2016-05-20 14:04:50 +02:00
Joachim Fasting
cf989b452d
Merge pull request #15396 from acowley/rrdtool-darwin
...
rrdtool: darwin compatibility
2016-05-19 22:31:05 +02:00
Anthony Cowley
daafa6514c
rrdtool: darwin compatibility
...
I needed Tcl-8.5 to build on darwin. Not sure where it comes from on
Linux.
2016-05-19 11:00:23 -04:00
Tuomas Tynkkynen
5a8ad2d7a8
treewide: Make explicit that 'dev' output of slang is used
2016-05-19 10:03:35 +02:00
Tuomas Tynkkynen
e0de3b1dc5
treewide: Make explicit that 'dev' output of qt5.qtbase is used
2016-05-19 10:03:31 +02:00
Tuomas Tynkkynen
b5c6069def
treewide: Make explicit that 'dev' output of libusb is used
2016-05-19 10:00:47 +02:00
Tuomas Tynkkynen
d1937cf11a
treewide: Make explicit that 'dev' output of gtk2 is used
2016-05-19 10:00:38 +02:00
Tuomas Tynkkynen
288912c2c4
treewide: Make explicit that 'dev' output of freetype is used
2016-05-19 10:00:34 +02:00
Pascal Wittmann
9f7bacc844
zsh-navigation-tools: 2.1.14 -> 2.1.16
2016-05-18 20:56:52 +02:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Peter Hoeg
60025e3524
tmux module: add additional variables for configuring tmux
...
Also wraps the tmux binary, so that sockets are stored under /run
2016-05-18 19:24:03 +08:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Pascal Wittmann
f40accdb40
zsh-navigation-tools: 2.1.12 -> 2.1.14
2016-05-15 21:52:29 +02:00
Marc Scholten
6bbead5e12
fpp: init at 0.7.1
...
With fixups by joachifm
Closes #15468
2016-05-15 17:21:00 +02:00
Pascal Wittmann
b638f18ce9
zsh-navigation-tools: 2.1.10 -> 2.1.12
2016-05-14 11:29:03 +02:00
Vladimír Čunát
bb73e25cdc
coreutils: disable checks when using non-standard storeDir
...
That should help with https://github.com/NixOS/nix/issues/512
2016-05-13 11:41:17 +02:00
Vladimír Čunát
3e387c3e00
Merge branch 'staging'
...
Darwin isn't in a perfect state, in particular its bootstrap tools won't
build which will block nixpkgs channel. But on the whole it seems
acceptable.
2016-05-13 10:14:53 +02:00
Pascal Wittmann
8db3b2a2ca
parallel: 20160322 -> 20160422
2016-05-12 20:34:59 +02:00
Pascal Wittmann
2f334b9a0f
zsh-navigation-tools: 2.1.9 -> 2.1.10
2016-05-12 20:33:46 +02:00
Pascal Wittmann
c008bfff16
zsh-navigation-tools: 2.1.6 -> 2.1.9
2016-05-12 20:32:04 +02:00
Tristan Helmich
f225e35a0b
graylog: 2.0.0 -> 2.0.1
2016-05-12 16:01:39 +02:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Thomas Tuegel
b4e28007da
calamares: remove qtquick1 input
...
Qt Quick was removed from Qt 5.6.
2016-05-11 13:14:55 -05:00
Martijn Vermaat
3ada292a67
lesspipe: init at 1.82
...
lesspipe.sh is a preprocessor for less.
2016-05-10 22:21:42 +02:00
Robert Helgesson
53643f532a
svtplay-dl: fix sha256 value
2016-05-10 19:33:08 +02:00
Bjørn Forsman
977cd5de36
moreutils: add meta.platforms (= all)
2016-05-09 20:34:45 +02:00
Arseniy Seroka
c75efcba75
Merge pull request #15325 from psprint/master
...
zsh-navigation-tools: 2.0.7 -> 2.1.6
2016-05-09 21:09:52 +03:00
Sebastian Gniazdowski
b7e99395f4
zsh-navigation-tools: 2.0.7 -> 2.1.6
2016-05-09 16:10:20 +00:00
Moritz Ulrich
4ab72c5397
yubikey-personalization: Fix typo
2016-05-09 14:16:58 +02:00
zimbatm
2aeb5598e3
yubikey-personalization: fixes udev rules
...
70-yubikey.rules depends on ConsoleKit which is not used by NixOS
anymore and has been superseeded by systemd
The ./configure flag also supports a --with-udevrulesdir flag but it
fails the detection and selects the wrong .rules file.
2016-05-09 14:13:26 +02:00
Robert Helgesson
658b8e98df
svtplay-dl: 1.0 -> 1.1
2016-05-09 00:38:02 +02:00
Vladimír Čunát
65a9fa8cdc
Merge branch 'master' into staging
2016-05-08 21:24:48 +02:00
Tobias Geerinckx-Rice
ea9f28a46e
wakatime: init at 6.0.1
...
To hack together a working WakaTime under emacs on NixOS:
* Install both `wakatime` and `(emacsWithPackages [ wakatime-mode ])`
* Add the following to your initialisation file (default: ~/.emacs):
(custom-set-variables
;; ...
'(wakatime-api-key "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX")
'(wakatime-cli-path "") ; sic
'(wakatime-python-bin "/path/to/profile/bin/wakatime")) ; sic
* `M-x global-wakatime-mode` to test your settings.
2016-05-08 04:52:57 +02:00
Peter Simons
a211eef81a
heimdall: cosmetic
2016-05-07 10:46:52 +02:00
Peter Simons
c083ef0c6d
heimdall: update to version 1.4.1-34-g7ebee1e (current Git 'master')
2016-05-07 01:39:48 +02:00
Franz Pletz
e478b63b27
Merge pull request #14835 from groxxda/libcap
...
libcap: 2.24 -> 2.25, replace old split with multi-output
2016-05-06 03:15:16 +02:00
zimbatm
8b554ccf8f
Merge pull request #15187 from psprint/master
...
zsh-navigation-tools: 1.4 -> 2.0.7, install all files
2016-05-05 19:51:21 +01:00
zimbatm
fb23979833
Merge pull request #15213 from zimbatm/autojump-share
...
autojump: include a way to find the share dir
2016-05-05 19:49:17 +01:00
Vladimír Čunát
1dc36904d8
Merge #14920 : windows improvements, mainly mingw
2016-05-05 08:30:19 +02:00
Dan Peebles
4f7ea068b4
rpm-ostree: bump version of libglnx to fix environment passing bug
...
See https://github.com/projectatomic/rpm-ostree/issues/277 for more
details.
2016-05-04 19:04:03 +00:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
zimbatm
5901a8c63b
autojump: include a way to find the share dir
...
autojump-share is a new script that gives you the path to autojump's
shared directory. It can then be used in the various shell's rc files to
find and source the autojump integration. Eg:
source "$(autojump-share)/autojump.bash"
Fixes #3239
2016-05-04 11:08:41 +01:00
Alexander Ried
5c295a4925
libcap: Replace occurences of libcap_progs with libcap.out
2016-05-03 19:52:53 +02:00
Sebastian Gniazdowski
7c0063bf15
zsh-navigation-tools: 1.4 -> 2.0.7
2016-05-03 14:46:43 +00:00
Franz Pletz
5ca8694095
debootstrap: 1.0.68 -> 1.0.80
2016-05-03 16:15:20 +02:00
Franz Pletz
9da6390bae
ethtool: 4.0 -> 4.5
2016-05-03 16:15:20 +02:00
Franz Pletz
18964796e6
mc: 4.8.12 -> 4.8.16
2016-05-03 16:15:20 +02:00
Franz Pletz
117920233f
flashrom: 0.9.7 -> 0.9.9
2016-05-03 16:15:20 +02:00
Sebastian Gniazdowski
8ebae7fc3c
zsh-navigation-tools: install all files
2016-05-03 13:44:36 +00:00
Robin Gloster
c92bca56f8
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-02 22:58:02 +00:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Dan Peebles
6af34124a4
libhif, rpm-ostree: fix broken meta
...
Forgot to add stdenv.lib to scope!
2016-04-30 16:23:53 +00:00
Dan Peebles
befc866714
rpm-ostree: add meta and add myself as a maintainer
2016-04-30 16:06:17 +00:00
Nikolay Amiantov
05ea80af1f
sdl-jstest: 20150806 -> 2016-03-29
2016-04-30 03:12:34 +03:00
Nikolay Amiantov
626b1c4101
grub4dos: 0.4.6a-2015-12-31 -> 0.4.6a-2016-04-26
2016-04-30 03:12:34 +03:00
Nikolay Amiantov
938d64f1f3
quote URLs in my packages to ease opening them from urxvt
2016-04-30 03:12:32 +03:00
Joachim Fasting
4fb9b060c3
Merge pull request #15063 from mayflower/upstream/graylog
...
Add graylog package and service
2016-04-29 15:32:53 +02:00
Dan Peebles
203fee0618
rpm-ostree: init at 2016.1
2016-04-29 03:20:04 +00:00
Tristan Helmich
49b947635f
graylog: init at 2.0.0
2016-04-28 22:11:16 +02:00
Alexander Ried
2e320a58b3
diffoscope: 49 -> 52
2016-04-28 16:21:23 +02:00
Tuomas Tynkkynen
d27caa486b
filebench: Init at 1.4.9.1
2016-04-28 03:33:39 +03:00
Tuomas Tynkkynen
d5a7032042
fsmark: Init at 3.3
2016-04-28 03:33:39 +03:00
Joachim Fasting
4c0f379fc9
Merge pull request #14990 from cstrahan/dbusmap
...
dbus-map: init 2015-05-28
2016-04-27 19:40:00 +02:00
Tobias Geerinckx-Rice
ed9e0b960e
gparted: 0.25.0 -> 0.26.0
...
Key changes include:
- Implement read-only LUKS support
- Add progress bars to NTFS, XFS, and EXT2/3/4 file system copy methods
- Fix operations sometimes fail with: No such file or directory
More: https://sourceforge.net/projects/gparted/files/gparted/gparted-0.26.0/gparted-0.26.0-README.md/view
2016-04-27 16:55:36 +02:00
Vladimír Čunát
99b91020d6
xvfb-run: fix missing tools
...
- it was failing to find awk and mktemp
- use `makeBinPath` for better robustness wrt. multiple outputs
2016-04-27 12:31:01 +02:00
Alexander Ried
272c87fbdf
antimicro 2.18 -> 2.18.2
...
The original repo was deleted by it's author. I took the one with
the most recent releases I could find.
See:
https://github.com/Ryochan7/antimicro-packaging/issues/1#issuecomment-205949365
2016-04-26 10:58:33 +02:00
Dan Peebles
3a542c7374
ostree: v2015.3 -> v2016.5
2016-04-26 00:50:31 +00:00
Charles Strahan
d8faa585b0
dbus-map: init 2015-05-28
2016-04-25 17:52:24 -04:00
Rafał Łasocha
bea31c31f2
pws: Init at 1.0.6
2016-04-25 01:55:07 +02:00
Tobias Geerinckx-Rice
fe5f52599b
debian-devscripts: 2.16.3 -> 2.16.4
2016-04-24 22:03:55 +02:00
Frederik Rietdijk
92e87894c6
Merge pull request #14940 from DamienCassou/vdirsyncher-0.10
...
vdirsyncer: 0.9.3 -> 0.10.0
2016-04-23 23:03:23 +02:00
Damien Cassou
c397348538
vdirsyncer: 0.9.3 -> 0.10.0
...
lxml is not needed anymore. I added myself to the maintainers. I didn't
check why pypi is providing this complicated URL now.
2016-04-23 22:54:28 +02:00
Tuomas Tynkkynen
bd18cc3cdc
Merge pull request #14888 from dezgeg/pr-kill-module-init-tools
...
Delete all usages of module_init_tools and remove the package
2016-04-23 14:29:41 +03:00
Pascal Wittmann
b56dc1c4b0
entr: 3.4 -> 3.5
2016-04-22 21:05:38 +02:00
Tobias Geerinckx-Rice
8db6b7615a
debian-devscripts: 2.16.2 -> 2.16.3
2016-04-22 17:11:20 +02:00
Vladimír Čunát
e9379f7416
Merge branch 'staging'
...
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Tuomas Tynkkynen
01854a850a
treewide: Replace module_init_tools -> kmod
...
The former is deprecated and doesn't handle compressed kernel modules,
so all current usages of it are broken.
2016-04-22 10:40:57 +03:00
Nikolay Amiantov
8ab48c32e7
yubikey-personalization-gui: move to qmake4Hook
2016-04-20 18:55:56 +03:00
Nikolay Amiantov
ea56bb7331
rockbox-utility: move to qmake4Hook
2016-04-20 18:55:56 +03:00
Tadas Barzdzius
94280ecf90
exa: 2016-04-11 -> 2016-04-20
2016-04-20 12:41:37 +03:00
Tadas Barzdzius
0649edd432
Heatseeker: 1.3.0 -> 1.4.0
2016-04-20 12:40:59 +03:00
zimbatm
961ad19660
Merge pull request #14408 from retrry/rustc-update
...
rustc: 1.6.0 -> 1.7.0. Enable Darwin platform.
2016-04-18 20:09:44 +01:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Tuomas Tynkkynen
87cb1b0ca1
treewide: Mass replace 'libxslt}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Tadas Barzdzius
1f3e2ced4a
exa: 2016-03-22 -> 2016-04-11
2016-04-13 18:11:52 +03:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Maarten Hoogendoorn
ec098aad41
mcrl2: 2009.01 -> 2014.09
2016-04-12 22:16:30 +02:00
Franz Pletz
23ae6a10a9
wv: 1.2.4 -> 1.2.9
2016-04-12 04:28:50 +02:00
Franz Pletz
e32ed2f78e
tmux: 2.1 -> 2.2
2016-04-12 04:26:24 +02:00
joachifm
9bd758ab42
Merge pull request #14558 from joachifm/youtube-dl
...
youtube-dl: 2016.02.13 -> 2016.04.06
2016-04-10 12:48:15 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Joachim Fasting
aec8daed86
duc: fix meta.license
2016-04-09 21:35:29 +02:00
Luca Bruno
73bf336934
duc: init at 1.3.3
2016-04-09 20:08:38 +02:00
Joachim Fasting
6111d5b480
youtube-dl: 2016.02.13 -> 2016.04.06
2016-04-09 19:47:42 +02:00
Al Zohali
85129e6c60
dumptorrent: init at 1.2
2016-04-09 19:31:56 +03:00
Robin Gloster
3e68106afd
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-07 21:52:26 +00:00
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Tobias Geerinckx-Rice
eec040009d
tldr: 1.1.0 -> 1.2.0
2016-04-06 19:49:19 +02:00
Robin Gloster
8d4443a89a
recutils: disable format hardening
2016-04-06 09:36:58 +00:00
Robin Gloster
0086c6d401
lrzsz: disable format hardening
2016-04-06 08:54:48 +00:00
Robin Gloster
d8d6f0bfcb
grub4dos: disable stackprotector hardening
2016-04-05 16:29:55 +00:00
Robin Gloster
bbbaccfa68
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-04 15:24:52 +00:00
Robert Helgesson
b375260add
svtplay-dl: 0.30.2016.02.08 -> 1.0
2016-04-03 16:39:30 +02:00
Robin Gloster
696d85a62d
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-03 11:01:57 +00:00
Tobias Geerinckx-Rice
838217332b
bandwidth: 1.1b -> 1.2.0
2016-04-02 02:55:23 +02:00
Patrick Mahoney
fc1f5d2cf1
set target for darwin binary compat in skarnet.org packages
...
skalibs:
execline:
s6-dns:
s6-networking:
s6-portable-utils:
s6-rc:
s6:
The above software uses the target triplet from `cc -dumpmachine` as a
binary compatibility check. However, on darwin, the output includes the
darwin version number, which leads to build failures against a binary
skalibs package built a different version of darwin than the current
system.
Explicitly setting target ensures code can be compiled against a skalibs
binary built on a different version of darwin.
See http://www.skarnet.org/cgi-bin/archive.cgi?1:mss:623:heiodchokfjdkonfhdph
2016-04-01 10:39:37 -05:00
Patrick Mahoney
e0c225857f
update skarnet.org packages
...
skalibs: 2.4.7.0 -> 2.3.9.0
execline: 2.1.4.0 -> 2.1.4.5
s6: 2.2.1.0 -> 2.2.4.3
s6-rc: 0.0.1.0 -> 0.0.2.1
s6-portable-utils: 2.0.5.2 -> 2.0.5.3
s6-linux-utils: 2.0.2.0 -> 2.0.2.3
s6-dns: 2.0.0.4 -> 2.0.0.7
s6-networking: 2.1.0.1 -> 2.1.0.4
2016-04-01 10:38:58 -05:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Franz Pletz
2e08d8234e
Merge remote-tracking branch 'origin/master'
2016-03-31 10:06:30 +02:00
Domen Kožar
96be420e44
move growpart out of nixos into cloud-init package
2016-03-30 14:40:24 +01:00
Robin Gloster
f60c9df0ba
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-03-28 15:16:29 +00:00
Thomas Tuegel
4d7e3be8bb
calamares: mark broken
...
(cherry picked from commit b8db5897c757a9a828e4bc64786ac508e8a950bb)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-27 21:44:21 +01:00
zimbatm
ea7068f44c
direnv: 2.7.0 -> 2.8.0
2016-03-27 15:37:07 +01:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Peter Hoeg
6911785c03
togglesg-download: init at 2016-02-08
2016-03-27 15:08:23 +08:00
Joachim Fasting
cb896a1e7f
yad: ad-hoc patching to fix undefined reference errors
2016-03-26 16:55:00 +01:00
Joachim Fasting
0b060bdf68
yad: fix gcc5 build
...
https://hydra.nixos.org/build/33612450/nixlog/1/raw
2016-03-26 16:55:00 +01:00
Pascal Wittmann
0bce9599e7
cpuminer: 2.4.3 -> 2.4.4
2016-03-25 17:22:11 +01:00
Marius Bakke
b8dc71ef8a
scanmem: 0.15.2 -> 0.15.6
2016-03-25 03:05:17 +00:00
Arseniy Seroka
167ef887f7
Merge pull request #14179 from DamienCassou/vdirsyncer-0.9.3
...
vdirsyncer: 0.9.2 -> 0.9.3
2016-03-24 23:12:46 +03:00