Bjørn Forsman
19dc19690b
system-config-printer: add missing dependency 'pycairo'
...
Noticed when running on KDE (in contrast with GNOME, which probably
pulls in pycairo via some impurity).
2017-01-18 20:39:13 +01:00
Tuomas Tynkkynen
6ced9ee7a4
fsmon: init at 1.4
2017-01-18 16:18:25 +02:00
volth
69ed58d88f
xorg.xserver: configure --with-xkb-path= ( #21653 )
2017-01-18 02:57:15 +03:00
Jörg Thalheim
18fbdf14cd
pws: use gemdir
2017-01-18 00:52:50 +01:00
Jörg Thalheim
bf99d330ad
homesick: use gemdir
2017-01-18 00:52:49 +01:00
Robert Helgesson
be7cd4cfcf
cloc: 1.70 -> 1.72
2017-01-17 09:28:02 +01:00
Jörg Thalheim
790c7d7e49
Merge pull request #21886 from goetzst/youtube-dl
...
youtube-dl: 2017-01-10 -> 2017-01-14
2017-01-14 19:31:26 +01:00
Stefan Götz
b20e130a46
youtube-dl: 2017-01-10 -> 2017-01-14
2017-01-14 18:43:53 +01:00
Pascal Wittmann
d760d9cccc
Merge pull request #21836 from kierdavis/ckb
...
ckb: init at 0.2.6
2017-01-13 21:44:21 +01:00
Bart Brouns
07dfecdc99
clipster: 2016-12-08 -> 2017-01-12
2017-01-13 01:53:47 +01:00
Kier Davis
ea7a8bf2d9
ckb: init at 0.2.6
...
ckb is a driver for Corsair keyboards/mice. It also contains a graphical tool for configuring their LED backlight settings.
The driver is implemented as a userland daemon. A NixOS module is included that runs this as a systemd service.
2017-01-12 18:25:14 +00:00
Jörg Thalheim
dcfda1985f
Merge pull request #21785 from magnetophon/clipster
...
clipster: use python3:
2017-01-10 21:58:41 +01:00
Stefan Götz
22496f5a70
youtube-dl: 2017.01.08 -> 2017.01.10
2017-01-10 21:34:54 +01:00
Bart Brouns
71160a430d
clipster: use python3:
...
to work around https://github.com/mrichar1/clipster/issues/32
2017-01-10 21:20:08 +01:00
Stefan Goetz
4720ea4f35
youtube-dl: 2017.01.02 -> 2017.01.08 ( #21768 )
2017-01-09 21:02:03 +01:00
Pascal Wittmann
15fe70d1a3
entr: 3.5 -> 3.6
2017-01-09 20:49:02 +01:00
Bart Brouns
5324a5dac7
clipster: 2016-09-12 -> 2016-12-08 ( #21761 )
2017-01-09 06:42:15 +01:00
pngwjpgh
071481ca7d
debianutils: init at 4.8.1 ( #21739 )
2017-01-09 06:41:06 +01:00
Peter Hoeg
3674be1e98
peruse: 1.1 -> 1.2
...
1.2 also ships Peruse Creator
2017-01-07 11:53:48 +08:00
Vladimír Čunát
07bf828bd9
Merge branch 'staging'; security /cc #21642
2017-01-06 16:32:47 +01:00
Anmol Sethi
d65be2eb12
fzf: install manpage
...
Closes #21706
2017-01-06 04:27:35 -05:00
Tuomas Tynkkynen
be2a2db0f1
grub2: Workaround flex bug
...
I think the flex update in 6bded45883
causes this failure, presumably due to upstream breakage:
````
gcc -DHAVE_CONFIG_H -I. -Wall -W -DGRUB_UTIL=1 -D_FILE_OFFSET_BITS=64 -I./include -DGRUB_FILE=\"grub_script.yy.c\" -I. -I. -I. -I. -I./include -I./include -I./grub-core/lib/libgcrypt-grub/src/ -I./grub-core/lib/minilzo -I./grub-core/lib/xzembed -DMINILZO_HAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -Werror -fno-builtin -Wno-undef -c -o libgrubmods_a-grub_script.yy.o `test -f 'grub_script.yy.c' || echo './'`grub_script.yy.c
./grub-core/script/yylex.l:34:0: error: "yyalloc" redefined [-Werror]
#define yyalloc(size, scanner) (grub_malloc((size)))
^
grub_script.yy.c:104:0: note: this is the location of the previous definition
^
./grub-core/script/yylex.l:35:0: error: "yyfree" redefined [-Werror]
#define yyfree(ptr, scanner) (grub_free((ptr)))
^
grub_script.yy.c:108:0: note: this is the location of the previous definition
^
./grub-core/script/yylex.l:36:0: error: "yyrealloc" redefined [-Werror]
#define yyrealloc(ptr, size, scanner) (grub_realloc((ptr), (size)))
^
grub_script.yy.c:106:0: note: this is the location of the previous definition
^
cc1: all warnings being treated as errors
make[2]: *** [Makefile:7540: libgrubmods_a-grub_script.yy.o] Error 1
````
Work around it for now.
2017-01-05 12:53:43 +02:00
Tuomas Tynkkynen
bde8632106
coreutils: Build with libattr to support xattrs
...
Fixes #21649
2017-01-05 00:55:35 +02:00
Alexander Kahl
61d125b842
sssd: init at 1.14.2
...
perlPackages.TextWrapI18N: init at 0.06
perlPackages.Po4a: init at 0.47
jade: init at 1.2.1
ding-libs: init at 0.6.0
Switch nscd to no-caching mode if SSSD is enabled.
abbradar: disable jade parallel building.
Closes #21150
2017-01-04 03:07:20 +03:00
Thomas Tuegel
0723aa8108
Merge pull request #21466 from abbradar/kde-wrapper
...
Flatten nested kdeWrappers
2017-01-03 08:21:39 -06:00
Stefan Goetz
85ff5a2583
youtube-dl: 2016.12.22 -> 2017.01.02 ( #21607 )
2017-01-03 14:13:35 +01:00
Daiderd Jordan
0a5ccc170d
Merge pull request #21594 from chris-martin/pr/libbitcoin
...
libbitcoin
2017-01-03 01:40:04 +01:00
Chris Martin
1d278febd0
libbitcoin-explorer: init at 2.2.0
2017-01-02 19:28:26 -05:00
Chris Martin
cb7c3d9712
libbitcoin-client: init at 2.2.0
2017-01-02 19:28:15 -05:00
Chris Martin
1f896f4bdd
libbitcoin: init at 2.11.0
2017-01-02 19:28:02 -05:00
Nikolay Amiantov
e908442693
kdeWrapper: allow wrapping several packages
2017-01-03 02:33:15 +03:00
Pascal Wittmann
61027b7fce
bmon: 3.9 -> 4.0
2016-12-31 18:06:11 +01:00
Benno Fünfstück
ea14a14357
man-db: make apropos search and not just behave like whatis
...
Before this fix, apropos behaved exactly like whatis and looked for
an exact match. Now, it actually provides the apropos-functionality
of searching.
2016-12-30 16:58:06 +01:00
Michael Raskin
400886f3d0
Merge pull request #19854 from andjscott/mlocate
...
[WIP] mlocate: init at version 0.26
2016-12-28 10:24:11 +00:00
Alexey Shmalko
35667f0474
Merge pull request #21363 from nico202/hhpc
...
hhpc: init at 0.3.1
2016-12-27 05:09:34 -08:00
Nicolò Balzarotti
620ebf5449
unclutter: add missing licence (publicDomain)
2016-12-26 12:42:39 +01:00
Nicolò Balzarotti
54be55f47c
hhpc: init at 0.3.1
2016-12-26 12:37:08 +01:00
symphorien
f49a23c28e
os-prober: init at 1.65 ( #21409 )
...
* os-prober: init at 1.65
* os-prober: fix source url
* os-prober: use sha256 instead of md5
2016-12-25 20:43:46 +01:00
Tuomas Tynkkynen
30074ddfea
coreutils: Fix cross build
...
`make install` was failing presumably due to an upstream cross-compilation bug:
Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually). Stop.
While at it, remove the old ugly cross buildPhase. It was seemingly
trying to work around the fact that the man pages are generated by
piping each command's --help output to help2man. That obviously doesn't
work while cross-compiling.
Instead, set PERL=missing in the environment to make the build system
think there's no perl available to run help2man. (This approach was
stolen from buildroot.)
2016-12-24 22:33:05 +02:00
Vladimír Čunát
c655399126
Merge branch 'staging'
2016-12-24 10:50:49 +01:00
mimadrid
5bb75ae012
parallel: 20161122 -> 20161222
2016-12-23 19:30:27 -05:00
Vladimír Čunát
2e03ae274d
Merge branch 'master' into staging
2016-12-22 11:28:56 +01:00
Graham Christensen
7c94d62243
Merge pull request #21348 from dochang/lnav
...
lnav: 0.8.0 -> 0.8.1
2016-12-21 20:35:54 -05:00
Desmond O. Chang
fdd9832e2c
lnav: 0.8.0 -> 0.8.1
2016-12-22 09:18:50 +08:00
Desmond O. Chang
dd6025dbce
yank: 0.7.0 -> 0.7.1
2016-12-22 09:17:36 +08:00
Stefan Goetz
9251f57133
youtube-dl: 2016-12-15 -> 2016-12-20 ( #21342 )
2016-12-22 00:18:17 +01:00
Aristid Breitkreuz
06cfff71dd
parted: re-enable checks
2016-12-20 21:57:28 +01:00
Aristid Breitkreuz
bb18e10ba0
Merge remote-tracking branch 'origin/master' into staging
2016-12-20 14:05:30 +01:00
zimbatm
0c7afce7dd
goaccess: 1.0 -> 1.1.1
2016-12-19 18:30:53 +00:00
Aristid Breitkreuz
2fdd4973ec
parted: disable checks to fix Hydra build ( fixes #21281 )
2016-12-19 13:10:07 +01:00
Stefan Goetz
8ca29a7960
youtube-dl: 2016.12.12 -> 2016.12.15 ( #21258 )
2016-12-18 20:47:15 +01:00
Thomas Tuegel
dd7dc94725
Merge pull request #21057 from gnidorah/master3
...
qtstyleplugins: init at 2016-12-01, kdecoration-viewer: init at 2015-08-20
2016-12-18 13:13:58 -06:00
Alex Ivanov
bb63d4af9c
kdecoration-viewer: init at 2015-08-20
2016-12-18 20:49:29 +03:00
Vladimír Čunát
3a0f1975b0
Revert "Revert "Merge pull request #21234 from l2dy/coreutils-up""
...
This reverts commit ffb90e8c4f
.
This moves the coreutils update from master.
2016-12-17 20:30:09 +01:00
Vladimír Čunát
ffb90e8c4f
Revert "Merge pull request #21234 from l2dy/coreutils-up"
...
This reverts commit ee28ea0e91
, reversing
changes made to f281ce8c29
.
Moving to staging instead.
2016-12-17 20:28:50 +01:00
devhell
09855fe2e5
profile-cleaner: 2.35 -> 2.36
...
fixes #21237
2016-12-17 16:45:51 +01:00
Zero King
1141aa1faa
coreutils: 8.25 -> 8.26
2016-12-17 13:59:09 +00:00
Pascal Wittmann
921a6f8b56
parallel: 20161022 -> 20161122
2016-12-15 21:23:25 +01:00
zimbatm
2a224c6795
fzf: 0.15.1 -> 0.15.9
2016-12-14 23:23:29 +00:00
Jörg Thalheim
ce31c6b019
Merge pull request #20744 from kampka/python-autorandr
...
autorandr: 59f6aec0b -> 53d29f9
2016-12-14 09:50:16 +01:00
Stefan Goetz
c1d60d8c1e
youtube-dl: 2016.12.01 -> 2016.12.12 ( #21122 )
2016-12-13 14:59:49 +01:00
Jaka Hudoklin
c1cbe26084
Merge pull request #21046 from montag451/aptly-completion
...
aptly: add bash completion
2016-12-12 01:36:28 +01:00
montag451
b871a208e5
aptly: add bash completion
2016-12-11 18:52:09 +01:00
zimbatm
ec7cdd95a7
direnv: 2.9.0 -> 2.10.0
2016-12-10 17:43:32 +00:00
Eelco Dolstra
ece67bfa01
diffoscope: 52 -> 63
2016-12-08 17:54:26 +01:00
Joe Hermaszewski
41256881bf
gti: 2015-05-21 -> 2016-12-07
...
No need to replace gcc with cc thanks to
https://github.com/rwos/gti/pull/26
2016-12-07 22:53:34 +02:00
Graham Christensen
c677c35922
calamares: remove due to being broken and insecure.
2016-12-07 08:10:39 -05:00
Tuomas Tynkkynen
659f75bfcd
coreutils-prefixed: Fix build since the single-binary changes
...
With the symlinked build it's only renaming 'coreutils' to
'gcoreutils' and leaving all the actual command symlinks alone.
Instead of custom renaming scripts, let's use --program-prefix
from the autotools kitchen sink. This has the nice(?) bonus that
the manpages also get prefixed with 'g' now.
The build system refuses to enable both single-binary build and
--program-prefix - but the symlink-based single-binary build couldn't
possibly work either (as it will be looking at "$0" for which command
to execute).
2016-12-04 18:21:02 +02:00
Joachim F
2de33456f1
Merge pull request #20837 from goetzst/youtube-dl
...
youtube-dl: 2016.11.27 -> 2016.12.01
2016-12-01 22:57:45 +01:00
Frederik Rietdijk
d9ae633d98
Merge pull request #20838 from lsix/update_hdf5
...
hdf5: 1.8.16 -> 1.8.18
2016-12-01 21:23:29 +01:00
Frederik Rietdijk
19ca20c91f
pythonPackages.rpm: rpm for specific python version
...
rpm provides a Python module that is used by certain packages. We need
to override pkgs.rpm to get a correct version.
2016-12-01 21:07:33 +01:00
Lancelot SIX
16eb67ac9c
hdf5: 1.8.16 -> 1.8.18
...
For release announcement, see
https://support.hdfgroup.org/ftp/HDF5/current18/src/hdf5-1.8.18-RELEASE.txt
2016-12-01 17:23:15 +01:00
Stefan Götz
e72b7ebd98
youtube-dl: 2016.11.27 -> 2016.12.01
2016-12-01 15:40:37 +01:00
Tuomas Tynkkynen
8a4d6516ee
Merge remote-tracking branch 'upstream/staging' into master
2016-11-30 00:34:23 +02:00
Vincent Demeester
41ed3a8dd1
lnav: fix compilation
...
nix-env -i lnav currently result of a failure:
command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or
directory
This fixes by using pcre-cpp instead of pcre.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-28 06:45:23 -05:00
Joachim F
4f701660b3
Merge pull request #20750 from goetzst/youtube-dl
...
youtube-dl: 2016-11-22 -> 2016-11-27
2016-11-27 16:32:00 +01:00
Pascal Wittmann
f4d163aab7
zsh-navigation-tools: 2.1.16 -> 2.2.7
2016-11-27 15:49:34 +01:00
Stefan Götz
22e9476e59
youtube-dl: 2016-11-22 -> 2016-11-27
2016-11-27 15:06:34 +01:00
Christian Kampka
dcc2bfddfe
autorandr: 59f6aec0b -> 53d29f9
2016-11-26 21:32:58 +01:00
Robert Helgesson
be34ee415b
cpulimit: 2.3 -> 2.4
2016-11-26 21:18:59 +01:00
Vladimír Čunát
925b335607
Merge branch 'master' into staging
2016-11-26 11:27:09 +01:00
Frederik Rietdijk
18637d877a
magic-wormhole: move to python-packages
...
since it is actually a library.
2016-11-25 09:13:01 +01:00
Sebastian Hagen
0f9f74f1d5
less: 483 -> 481: Use recommended upstream version since less-483.tar.gz has disappeared
...
This is a fix for the current package source file
http://www.greenwoodsoftware.com/less/less-483.tar.gz
not being available anymore.
We bump the less version back to 481, and adjust the source package hash
accordingly. This is a (slight) downgrade from 483 as opposed to an
upgrade since
a) 481 is the current Recommended version by http://www.greenwoodsoftware.com/less/download.html
b) Upstream is unreliable about keeping experimental versions around.
2016-11-25 02:38:16 +00:00
Michael Raskin
e29e246720
debootstrap: 1.0.80 -> 1.0.87
2016-11-24 22:52:19 +01:00
Frederik Rietdijk
b1f60ba8cf
libcpuid: use python2
2016-11-24 22:28:03 +01:00
Frederik Rietdijk
f8c93fd939
kargo: use python2
2016-11-24 22:28:03 +01:00
Nikolay Amiantov
5a8e60e97d
tlp: 0.8 -> 0.9
2016-11-24 01:17:58 +03:00
Nikolay Amiantov
3223e61e6b
grub4dos: 0.4.6a-2016-08-06 -> 0.4.6a-2016-11-09
2016-11-24 01:17:58 +03:00
Nikolay Amiantov
be95ceaff2
treewide: quote URLs in my packages
2016-11-24 01:17:52 +03:00
Franz Pletz
6c2a1b55b5
tmux: use currently maintained bash completion repo
2016-11-23 13:23:32 +01:00
Joachim F
7a27cf64d8
Merge pull request #20634 from goetzst/youtube-dl
...
youtube-dl: 2016.11.14.1 -> 2016.11.22
2016-11-22 22:59:20 +01:00
Lorenzo Manacorda
f00f4b59b0
magic-wormhole: init at 0.8.1
2016-11-22 20:26:37 +01:00
Stefan Götz
4bd96a475e
youtube-dl: 2016.11.14.1 -> 2016.11.22
2016-11-22 20:23:26 +01:00
montag451
7d5abdca11
aptly: use wrapProgram instead of propagatedUserEnvPkgs ( #20622 )
2016-11-22 17:02:32 +01:00
Joachim F
d66b8145d0
Merge pull request #20593 from montag451/aptly
...
aptly: init at 0.9.7
2016-11-21 12:51:09 +01:00
Josef Kemetmueller
23b922c98a
mc: Fix darwin build
...
We remove linux specific packages from the darwin build of midnight
commander. Also slang wouldn't build on darwin without libiconv.
2016-11-21 12:30:30 +02:00
montag451
59ba4276b7
aptly: init at 0.9.7
2016-11-21 02:01:37 +01:00
Robert Helgesson
bf0b20bb01
autojump: 22.2.4 -> 22.5.0
2016-11-20 21:55:03 +01:00
Pascal Wittmann
dd3c853b43
Fix typos: licence -> license
2016-11-20 18:11:29 +01:00
Pascal Wittmann
f7e0bc2ae7
Make all meta.maintainers attributes lists
2016-11-20 18:06:03 +01:00