Commit Graph

3401 Commits

Author SHA1 Message Date
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Thomas Tuegel bded592a8e
Revert "otfcc: init at 0.8.6"
This reverts commit f3a54b014c.
2017-08-01 06:23:57 -05:00
Jörg Thalheim 22f380c5f9 Merge pull request #27783 from 8573/8573/pkg/add/rust/fd-sharkdp/1
fd: init at 2.0.0
2017-08-01 08:05:37 +01:00
Thomas Tuegel f3a54b014c
otfcc: init at 0.8.6 2017-07-31 19:58:38 -05:00
Franz Pletz 86eb01778d
youtubeDL: 2017.07.09 -> 2017.07.30.1 2017-07-31 12:34:01 +02:00
Frederik Rietdijk 740d76371e Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD 2017-07-31 09:12:15 +02:00
c74d 925a4ba460 fd: init at 2.0.0
Add the package `fd`, a simpler alternative to `find`, at version
2.0.0.

I have tested this change per nixpkgs manual section 13.1 ("Making
patches").
2017-07-30 23:21:36 +00:00
mimadrid 1e049308c0 parallel: 20170522 -> 20170722 2017-07-30 21:39:41 +02:00
Jörg Thalheim 25bb529245 Merge pull request #27709 from binarin/fzf-share
fzf: add script for finding 'share' folder
2017-07-30 10:16:41 +01:00
vinymeuh c152e7c5d9 most supported on all unix, not only gnu 2017-07-30 09:18:12 +02:00
Frederik Rietdijk 20b8e4b4cf Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-30 08:09:11 +02:00
Michael Weiss 6f2715e47d slop: 6.3.47 -> 6.3.48 2017-07-30 00:54:57 +02:00
Muhammad Herdiansyah 6b473df9cc ostree: 2016.11 -> 2017.9 2017-07-29 03:28:06 +07:00
Franz Pletz b116fa5ff2
Merge branch 'master' into staging 2017-07-28 16:08:30 +02:00
Tuomas Tynkkynen d2f45babe3 xfstests: Use keyutils 2017-07-28 16:24:59 +03:00
Alexey Lebedeff 7723d9935f fzf: add script for finding 'share' folder
So that helper scripts can be easily sourced in interactive shell
configuration. `autojump` package was already present and had the same
requirements for findind a `share` folders, so I took an inspiration
there.

I beleive this is a better alternative to:
- https://github.com/NixOS/nixpkgs/pull/25080
- https://github.com/NixOS/nixpkgs/pull/27058

Replacing `$out/share/shell` with `$bin/share/fzf` was necessary to
prevent dependency loop in produced derivations.
2017-07-28 12:48:11 +03:00
Robert Helgesson 78815d0c51
mimeo: 2017.2.9 -> 2017.6.6 2017-07-27 22:53:55 +02:00
John Ericson 9be40841ea Merge remote-tracking branch 'upstream/master' into staging-base
Conflicts:
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/build-support/gcc-wrapper-old/builder.sh
	pkgs/build-support/trivial-builders.nix
	pkgs/desktops/kde-4.14/kde-package/default.nix
	pkgs/development/compilers/openjdk-darwin/8.nix
	pkgs/development/compilers/openjdk-darwin/default.nix
	pkgs/development/compilers/openjdk/7.nix
	pkgs/development/compilers/openjdk/8.nix
	pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
	pkgs/development/compilers/zulu/default.nix
	pkgs/development/haskell-modules/generic-builder.nix
	pkgs/misc/misc.nix
	pkgs/stdenv/generic/builder.sh
	pkgs/stdenv/generic/setup.sh
2017-07-26 13:46:04 -04:00
Peter Hoeg 998a0e818e crudini: actually run tests and install docs/man 2017-07-26 13:00:29 +08:00
Franz Pletz b33b40036b
ddccontrol: disable bindnow hardening
Caused segfaults. Fixes #27612.
2017-07-25 22:58:25 +02:00
Tuomas Tynkkynen 62cd492c82 xfstests: Use the newly added quota package 2017-07-25 17:29:21 +03:00
Tuomas Tynkkynen dd248fad87 xfstests: 2017-03-26 -> 2017-07-16 2017-07-25 17:29:21 +03:00
Tuomas Tynkkynen c1597af1f2 dateutils: Fix whitespace 2017-07-25 17:29:21 +03:00
Tuomas Tynkkynen b3b1ae67e5 quota: init at 4.03 2017-07-25 17:29:21 +03:00
Peter Hoeg dcd6467936 xxd: init at 8.0.0442 2017-07-24 09:37:58 +08:00
Frederik Rietdijk 29f91c107f Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-23 11:23:43 +02:00
Thomas Tuegel 6a004bf9c8
Merge branch 'master' into bugfix/staging/stdenv 2017-07-21 20:36:34 -05:00
Thomas Tuegel 5265d551a9
grub2: unset CPP
Commit 093cc00cdd sets the environment variable
`CPP' by default, but this intereferes with dependency calculation.
2017-07-21 16:49:17 -05:00
Yann Hodique 7759b8c1ca fzf: 0.16.9 -> 0.16.10 2017-07-21 11:51:28 -07:00
Eelco Dolstra 91dc811566
diffoscope: Move all required tools into pythonPath
Alternative fix for #27534 that prevents the use of a double wrapper
(creating even uglier script names than usual, like
..diffoscope-wrapped-wrapped).

This was my bad in 96d7f35e96.
2017-07-21 15:15:12 +02:00
Eelco Dolstra 3e68facc72
Revert "diffoscope: wrap executable and include tools in PATH"
This reverts commit 23ad77b998.

Double wrapper scripts considered harmful.
2017-07-21 15:15:04 +02:00
Jörg Thalheim e66195d39b Merge pull request #27534 from KaiHa/master
diffoscope: wrap executable and include tools in PATH
2017-07-21 13:40:23 +01:00
Daiderd Jordan 7ea75395bc Merge pull request #27537 from sigma/pr/fzf-0.16.9
fzf: 0.16.8 -> 0.16.9
2017-07-21 11:20:20 +02:00
Tuomas Tynkkynen 581637ba5a yle-dl: 2.17 -> 2.20 2017-07-21 11:41:25 +03:00
Yann Hodique 3bb5b83584 fzf: 0.16.8 -> 0.16.9 2017-07-20 22:48:00 -07:00
Kai Harries 23ad77b998 diffoscope: wrap executable and include tools in PATH
diffoscope was looking for the tools it uses during runtime, but the
tools there neither part of the closure nor were they in the
PATH. This commit fixes this.
2017-07-20 22:29:41 +02:00
Michael Weiss aee463b204 slop: 6.3.46 -> 6.3.47 2017-07-20 10:48:45 +02:00
Patrick Callahan 010163d04d ttyrec: fix build on Darwin (#27500)
* ttyrec: fix build on Darwin

* ttyrec: remove pointless empty list
2017-07-19 17:46:34 +01:00
Daniel Peebles bd2e91e3a2 Merge pull request #27318 from copumpkin/darwin-high-sierra
Support High Sierra on Darwin
2017-07-18 17:06:06 -04:00
Michael Weiss 0d9a0efc88 slop: 6.3.41 -> 6.3.46 2017-07-18 22:28:32 +02:00
Benno Fünfstück ae28f5cac8 Merge pull request #27455 from TomSmeets/hidlisten
hid-listen: init at 1.01
2017-07-18 15:30:12 +02:00
Benno Fünfstück dbe79a7d20 hid-listen: change platforms to linux only
package fails to build on darwin, it doesn't seem clang compatible
and hardcodes certain framework paths
2017-07-18 15:14:56 +02:00
Tuomas Tynkkynen 9ea795c264 pv: 1.6.0 -> 1.6.6 2017-07-18 13:41:06 +03:00
Tom Smeets 75454c3122 hid-listen: fix typo 2017-07-18 10:28:30 +02:00
Tom Smeets ff41ec7d80 hid-listen: init at 1.01 2017-07-17 21:14:28 +02:00
hhm c5798c1db2 hebcal: init at 4.13
fixes #27373
2017-07-14 06:54:20 +01:00
Lancelot SIX aed23cfc0c screen: 4.6.0 -> 4.6.1
See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00005.html
for release announcement
2017-07-13 15:08:53 +02:00
Joachim F 3666f34d27 Merge pull request #27310 from manveru/phraseapp-1.4.5
phraseapp-client: 1.4.3 -> 1.4.5
2017-07-12 11:01:12 +01:00
Dan Peebles 0419452113 Fix Darwin stdenv to work on 10.13
The main changes are in libSystem, which lost the coretls component in 10.13
and some hardening changes that quietly crash any program that uses %n in
a non-constant format string, so we've needed to patch a lot of programs that
use gnulib.
2017-07-11 21:56:38 -04:00
Benno Fünfstück cfd5740a7e cutecom: 0.22.0 -> 0.44.0 2017-07-11 22:44:43 +02:00
Michael Fellinger 7e6fd08a36 phraseapp-client: 1.4.3 -> 1.4.5 2017-07-11 21:59:26 +02:00
Eelco Dolstra 7b52b0c067 youtube-dl: 2017.06.18 -> 2017.07.09 2017-07-09 21:23:13 +02:00
Peter Hoeg 6e2579c465 partition-manager: add missing dependencies 2017-07-09 04:44:32 +02:00
Peter Hoeg e9c803f09f peruse: one last missing dependency 2017-07-09 04:25:37 +02:00
Peter Hoeg a8c1419d53 peruse: add missing dependencies 2017-07-09 09:39:06 +08:00
Peter Hoeg 73c21aad92 kronometer: fix build 2017-07-09 08:47:18 +08:00
Jörg Thalheim 006ac6b224 exa: 0.6.0 -> 0.7.0 2017-07-07 16:23:39 +01:00
Michael Raskin c089080fc0 Merge pull request #26121 from womfoo/init/zabbix-cli-1.6.1
zabbix-cli: init at 1.6.1
2017-07-05 23:15:36 +02:00
Michael Raskin d38d3d1096 Merge pull request #25724 from michalpalka/pvgrub-new
pvgrub_image: add package
2017-07-05 22:48:49 +02:00
Michael Raskin 958a757f1d Merge pull request #27152 from phile314-fh/szip-optional
PostGIS/GDAL/hdf4: Make unfree szip dependency optional.
2017-07-05 18:08:32 +02:00
Philipp Hausmann a1ec03a223 hdf4: Make szip dependency optional. 2017-07-05 16:12:50 +02:00
Michał Pałka 55208cc2e1 pvgrub_image: add package
Add a package containing a pvgrub image for xen generated from grub2
2017-07-05 12:23:30 +00:00
Vladimír Čunát 5328aac7be
Merge branch 'staging'
Comparison looks OK; I'll try some fixes on master directly.
http://hydra.nixos.org/eval/1372577?compare=1372497
2017-07-05 08:55:26 +02:00
Tim Steinbach c22bf27fa0 Merge pull request #27123 from dywedir/tlp
tlp: 0.9 -> 1.0
2017-07-04 21:09:16 -04:00
dywedir da7f680bca tlp: 0.9 -> 1.0 2017-07-04 22:35:05 +03:00
AnotherBugworm 430cc39f54 partition-manager: fix build
see #27112
2017-07-04 12:18:06 +02:00
Pascal Wittmann 336a6ebe89 cpuminer: 2.4.5 -> 2.5.0 2017-07-04 11:42:51 +02:00
Vladimír Čunát d1a89ae9d7
Merge branch 'master' into staging 2017-07-03 09:48:58 +02:00
Jörg Thalheim 40c6f7e108 Merge pull request #27058 from Nadrieril/fzf-shell-scripts
fzf: Include fzf shell scripts in output
2017-07-03 08:01:04 +01:00
Samuel W. Flint fa2c22ea97 x11idle: init at unstable-2017-07-01 (#27062)
* Add myself to the maintainers list

* Define the derivation for x11idle
2017-07-03 07:46:26 +01:00
Nadrieril a0f9386d53 fzf: Include fzf shell scripts in output 2017-07-02 19:33:07 +01:00
Pascal Wittmann 2dc599083c
fsql: 0.2.1 -> 0.3.1 2017-07-02 12:58:11 +02:00
Frederik Rietdijk fb1ed9d17b Merge pull request #27032 from aij/fix-megacli
megacli: Fix missing libncurses.so.5
2017-07-02 10:35:18 +02:00
Ivan Jager ee260ce12a megacli: Fix missing libncurses.so.5 2017-07-01 12:15:02 -05:00
Frederik Rietdijk 9c05499de9 Merge pull request #26039 from knedlsepp/add-gdal-hdf4-support
gdal: Add hdf4 support
2017-07-01 10:38:36 +02:00
Jörg Thalheim dcbf2fd315 Merge pull request #26955 from jfrankenau/plowshare-2.1.6
plowshare: 1.1.0 -> 2.1.6
2017-06-30 23:05:23 +01:00
Tim Steinbach 85d584a3ba Merge pull request #26952 from lsix/update_screen
screen: 4.5.1 -> 4.6.0
2017-06-30 14:02:41 -04:00
Joachim F 8604630d92 Merge pull request #26939 from dtzWill/fix/perms-fallout-misc-2
Fixup various setuid/setgid permission problems, part 2
2017-06-30 18:30:02 +01:00
Vladimír Čunát ddf864f8aa
Merge branch 'master' into staging
Mass rebuilds from master (>7k on x86_64-linux).
2017-06-30 18:16:58 +02:00
John Ericson 95c8277701 misc pkgs: Remove unneeded *Platform == *Platform comparisons
PR #26007 used these to avoid causing a mass rebuild. Now that we know
things work, we do that to clean up.
2017-06-30 10:09:31 -04:00
Lancelot SIX e795cd9b18
screen: 4.5.1 -> 4.6.0
See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00015.html
for release information
2017-06-29 09:51:54 +02:00
Johannes Frankenau 8439131b5a plowshare: 1.1.0 -> 2.1.6 2017-06-29 09:46:26 +02:00
Charles Strahan f4e04c3e44
clac: 20170416 -> 20170503 2017-06-28 22:46:11 -04:00
Will Dietz bcaceabc3c ddccontrol: Don't try to set special perms on ddcpci 2017-06-28 14:41:32 -05:00
Kranium Gikos Mendoza 32b2aa4891 zabbix-cli: init at 1.6.1 2017-06-27 20:50:38 +10:00
Jörg Thalheim ff04c361cf Merge pull request #26812 from bramd/fix/brltty-5.5
brltty: 5.4 -> 5.5
2017-06-26 10:01:30 +01:00
Bas van Dijk 35e5719fe9 elasticsearch: 5.4.0 -> 5.4.2 2017-06-26 08:47:28 +02:00
Franz Pletz 40a04291c9
Merge branch 'master' into staging 2017-06-26 02:23:38 +02:00
Bram Duvigneau dac2a7693a brltty: 5.4 -> 5.5 2017-06-25 12:12:57 +00:00
Volth 85b9ff29e9 rrdtool: apply upstream patch to fix file permission
fixes #26780 #26782
2017-06-24 16:38:20 +01:00
Peter Hoeg 68a4dc82c0 heimdall: add OSX docs too 2017-06-24 13:18:04 +08:00
Peter Hoeg 276adb96fa heimdall: 1.4.1 -> 1.4.2 2017-06-24 12:49:11 +08:00
John Ericson 87fab3d6a5 Merge some merged cross-compilation PRs into into staging 2017-06-23 20:24:27 -04:00
John Ericson afd2bdbad2 Merge pull request #26007 from obsidiansystems/cc-wrapper-prefix
Get rid of gcc-cross-wrapper
2017-06-23 11:22:34 -04:00
Ross MacLeod d710c2d943 findutils: modernize and fix cross 2017-06-22 17:53:54 -04:00
John Ericson 167b80ba76 coreutils: Modernize and fix for cross
"--host=..." needs to be passed but crossAttrs overrides that.
2017-06-22 17:53:52 -04:00
John Ericson f55ccbb60f xbursttools: Fix eval at least so tests pass 2017-06-22 17:53:52 -04:00
Peter Hoeg 32ef253269 tmate: minor cleanup 2017-06-23 00:10:21 +08:00
Franz Pletz 6a850d2b11
coreutils: fix tests depending on setuid/setgid bits 2017-06-22 00:41:53 +02:00
Domen Kožar f237eeb6a8
moreutils: address comment on 14a320ace8 2017-06-21 13:44:17 +02:00
Pascal Wittmann 065bb61330
moreutils: fix darwin build 2017-06-20 22:39:51 +02:00
Domen Kožar 14a320ace8
moreutils: fix build on darwin 2017-06-20 16:42:49 +02:00
Franz Pletz fe9c7ad83f
libcpuid: 0.2.2 -> 0.4.0 2017-06-20 07:51:34 +02:00
Franz Pletz 127937f0b6
aptly: 0.9.7 -> 1.0.1 2017-06-20 05:06:03 +02:00
Franz Pletz ffb0ddc516
bandwidth: 1.3.1 -> 1.4.2 2017-06-20 03:45:49 +02:00
Tuomas Tynkkynen 31703358bd yle-dl: 2.16 -> 2.17 2017-06-19 17:46:52 +03:00
Jörg Thalheim 9f14594cbc
ultrastar-manager: remove makeQtWrapper 2017-06-18 22:40:00 +01:00
Jörg Thalheim 558b5fbd53
ultrastar-creator: remove makeQtWrapper 2017-06-18 22:35:41 +01:00
Franz Pletz f8d79426fa
youtubeDL: 2017.05.29 -> 2017.06.18 2017-06-18 22:00:58 +02:00
Gleb Peregud 2fb67d9b83 qt: fix qmakeHook -> qmake in few packages.
This seem to have been broken in #26336.
2017-06-18 19:32:51 +02:00
Jörg Thalheim 84aaebee5b Merge pull request #26693 from ericsagnes/pkg-update/tmuxinator
tmuxinator: 0.8.1 -> 0.9.0
2017-06-18 16:38:51 +01:00
Thomas Tuegel c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel be7b7d908f
Remove kdeWrapper 2017-06-18 08:43:39 -05:00
Thomas Tuegel 7b6f8dc77f
qt5: move kdeDerivation to qt5.mkDerivation 2017-06-18 08:42:19 -05:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Thomas Tuegel 3f3d33a078
qt5: use distinct `lib/qt-5.x` prefix for each minor version
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Eric Sagnes b9eecf80e7 tmuxinator: 0.8.1 -> 0.9.0 2017-06-18 20:45:51 +09:00
Pascal Wittmann 2fd359c978
rrdtool: 1.6.0 -> 1.7.0 2017-06-18 11:53:17 +02:00
Pascal Wittmann b49689e6f7
parallel: 20170422 -> 20170522 2017-06-18 11:48:33 +02:00
Vladimír Čunát d88c0cf867
Merge #26628: treewide: setuid/setgid fallout 2017-06-17 13:23:39 +02:00
Jörg Thalheim ca6bb9098c uucp: add remark to patch 2017-06-17 10:44:33 +01:00
Bart Brouns fc0a4a52f9 clipster: 2017-02-27 -> 1.0.1 2017-06-16 15:05:43 +02:00
Will Dietz 5d0a8792a7 uucp: Don't chown to 'uucp' user, don't set special perms 2017-06-16 07:11:02 -05:00
rnhmjoj 7ef9a9ffc1
ddcutil: init at 0.8.2 2017-06-15 00:32:26 +02:00
Profpatsch 79dd4deda5 Ultrastar (#26524)
* ultrastardx-beta: init at 1.3.5

* libbass, libbass_fx: init at 24

* ultrastar-creator: init at 2017-04-12

* buildSupport/plugins.nix: add diffPlugins

Helper function to compare expected plugin lists to the found plugins.

* ultrastar-manager: init at 2017-05-24

The plugins are built in their own derivations, speeding up (re-)compilation.
The `diffPlugins` function from `beets` is reused to test for changes in the
plugin list on updates.

* beets: switch to diffPlugins

The function is basically just extracted for better reusability.
2017-06-14 11:29:31 +02:00
Maximilian Bosch 3803864ca6 thefuck: init at 3.18 (#26529) 2017-06-14 09:57:38 +01:00
Bas van Dijk 2444eab485 ELK: update kibana and the elastic beats to 5.4 (#26252)
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
  (see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
Peter Simons 424dc0138d parallel: fix broken shebangs to /usr/bin/perl
Adding perl to buildInputs accomplishes this for us automatically.
2017-06-13 22:28:58 +02:00
Robin Stumm 9079f94df7 exa: 2017-04-02 -> 0.6.0 2017-06-13 22:05:27 +02:00
Pascal Wittmann 50b3f8e051
fsql: 0.1.1 -> 0.2.1 2017-06-13 21:26:48 +02:00
Tuomas Tynkkynen f1d8069ee8 file: 5.30 -> 5.31 2017-06-11 19:35:48 +03:00
Jörg Thalheim 86de155951 Merge pull request #26473 from romildo/upd.qt5ct
qt5ct: 0.32 -> 0.33
2017-06-10 22:47:29 +01:00
Jörg Thalheim fbe658eea0 Merge pull request #26296 from gnidorah/master3
autorandr: 855c18b -> 1.1
2017-06-10 11:00:53 +01:00
Daiderd Jordan a6dc11e81e
tmux: fix hash, looks like the upstream tag was moved
--- a/configure.ac       1970-01-01 01:00:01.000000000 +0100
+++ b/configure.ac       1970-01-01 01:00:01.000000000 +0100
@@ -1,6 +1,6 @@
 # configure.ac

-AC_INIT(tmux, 2.5-rc)
+AC_INIT(tmux, 2.5)
 AC_PREREQ([2.60])

 AC_CONFIG_AUX_DIR(etc)
2017-06-09 19:54:39 +02:00
Tuomas Tynkkynen 2bfc977b6e ethtool: 4.10 -> 4.11 2017-06-09 01:58:23 +03:00
Benjamin Smith e57deab6d0 gh-ost: init at 1.0.36 2017-06-08 15:09:35 -07:00
Tuomas Tynkkynen 69901f16c9 yle-dl: 2.15 -> 2.16 2017-06-08 23:13:06 +03:00
romildo 146ac9c771 qt5ct: 0.32 -> 0.33 2017-06-08 15:07:12 -03:00
Jörg Thalheim 451de09f51
autorandr: fix python shebang 2017-06-08 12:11:43 +01:00
Josef Kemetmueller cce12a644c hdf4: Init at 4.2.12 2017-06-08 07:52:12 +00:00
Yann Hodique 3ac67c1482 fzf: 0.16.7 -> 0.16.8 2017-06-07 17:53:20 -07:00
Michael Weiss 02aa3264f5 slop: 4.1.16 -> 6.3.41 2017-06-08 01:50:40 +02:00
gnidorah 5c9f0d00c3 autorandr: 855c18b -> 1.1 2017-06-07 13:23:36 +03:00
Kier Davis b81124b4fb
Fix hooks not being called when overriding phases in various packages
It's necessary to do this in order to fix ckb's compilation, now that
fixupPhase rejects derivation results containing references to the temporary
build directory. It seems like good practice so I've added it to the
other packages that I maintain.
2017-06-05 19:13:19 +01:00
Vincent Laporte 68eb2c2379 ocamlPackages.re2: mark broken on darwin 2017-06-05 05:45:59 +00:00
Jörg Thalheim 4c034921c3 Merge pull request #26311 from rnhmjoj/colorama
update colorama and related
2017-06-03 13:08:24 +01:00
Robert Helgesson 4576e8dddd
trash-cli: fix build on Python 3.6 2017-06-03 00:37:48 +02:00
Lorenzo Manacorda 4a62364c17 youtube-dl: 2017.05.23 -> 2017.05.29 (#26329)
* youtube-dl: add pycryptodome dependency

The pycrypto library is used for HLS streams with encrypted segments.

See https://github.com/rg3/youtube-dl/pull/8201

* youtube-dl: 2017.05.23 -> 2017.05.29
2017-06-02 21:40:17 +01:00
Thomas Tuegel b0da92ddf2 Merge pull request #26120 from romildo/upd.qt5ct
qt5ct: 0.30 -> 0.32
2017-06-02 09:05:44 -05:00
rnhmjoj 805ee69aa3
tmuxp: 1.2.7 -> 1.3.1 2017-06-02 11:58:37 +02:00
Théo Zimmermann f8fd5531a3 patdiff: init at 0.9.0 2017-05-30 20:50:36 +02:00
Matthias Beyer 97eddf0907 vimer: init at 0.2.0 2017-05-29 23:02:11 +03:00
Frederik Rietdijk 3d2cfabad6 hdf5: add comment about multiple outputs 2017-05-29 21:25:42 +02:00
Pascal Wittmann 9b605ca041 fsql: 0.1.0 -> 0.1.1 2017-05-29 09:52:59 +02:00
Pascal Wittmann 8e507cfdfe Merge pull request #26183 from womfoo/bump/pick-1.6.1
pick: 1.4.0 -> 1.6.1
2017-05-28 20:24:05 +02:00
Pascal Wittmann aee5fa2f48
moreutils: 0.59 -> 0.61 2017-05-28 20:00:07 +02:00
Kranium Gikos Mendoza a3bc7ec0f0 pick: 1.4.0 -> 1.6.1 2017-05-29 00:21:25 +10:00
romildo 27aaea0cd2 qt5ct: 0.30 -> 0.32 2017-05-27 07:50:24 -03:00
Pascal Wittmann f717118610
fsql: init at 0.1.0 2017-05-27 11:50:47 +02:00
Michael Weiss c2e27c60b0 lf: 2017-02-04 -> 2017-05-15 2017-05-26 13:59:57 +02:00
Dejan Lukan d4372617d0 loadlibrary: init at 721b08 2017-05-25 00:41:12 +02:00
Tuomas Tynkkynen e6cb889faa esptool: init at 1.4 2017-05-24 02:47:46 +03:00
Tuomas Tynkkynen ff15d0c41e esptool-ck: init at 0.4.11 2017-05-24 02:47:41 +03:00
Robin Gloster c5090b4de6
tux: 2.3 -> 2.5 2017-05-23 13:40:17 +02:00
Robin Gloster c66c53a132
youtube-dl: 2017.04.28 -> 2017.05.23 2017-05-23 12:18:06 +02:00
Peter Hoeg b1b5c66fbc grc: 1.11 -> 1.11.1 2017-05-23 17:32:09 +08:00
Robin Gloster e22673aa36
aescrypt: 3.0.9 -> 3.13 2017-05-23 02:45:21 +02:00
Joachim F 4e88906f41 Merge pull request #25975 from georgewhewell/update-fwup
fwup: 0.14.2 -> 0.14.3
2017-05-21 22:47:12 +01:00
Robin Gloster c83086fa52
bibtool: 2.57 -> 2.67 2017-05-21 20:27:44 +02:00
georgewhewell 5e0802c8fe fwup: 0.14.2 -> 0.14.3 2017-05-21 15:20:42 +01:00
Jörg Thalheim 0eaddb05bf Merge pull request #25662 from dochang/yank
yank: 0.8.0 -> 0.8.2
2017-05-20 17:34:40 +01:00
Jörg Thalheim 6f5c293bc5
yank: depends on xsel 2017-05-20 17:33:42 +01:00
Robin Gloster ff5b5ef553
dmg2img: 1.6.5 -> 1.6.7 2017-05-20 13:22:54 +02:00
Jörg Thalheim 28f8e5b95d Merge pull request #25760 from georgewhewell/fwup
fwup: init at 0.14.2
2017-05-19 07:03:06 +01:00
Jörg Thalheim fb19aac85d
mc: remove unwanted build-dependency references
fixes #25836
2017-05-17 00:15:53 +01:00
Tuomas Tynkkynen f2eb770e33 ethtool: 4.6 -> 4.10 2017-05-14 15:18:41 +03:00
georgewhewell a06781877f fwup: init at 0.14.2 2017-05-13 18:22:10 +01:00
Utku Demir aa858b9f2e Set clac.meta.platforms to "unix" instead of "linux" 2017-05-12 09:31:49 +12:00
Peter Hoeg 48192c65c3 partition-manager: init at 3.0.1
Includes kpmcore 3.0.3
2017-05-11 19:07:44 +08:00
Robert Helgesson dd70ff228f
svtplay-dl: 1.9.3 -> 1.9.4 2017-05-10 22:50:58 +02:00
Patrick Callahan 3d37af3e8b
fzf: add fish hook for NixOS 2017-05-10 10:16:04 +01:00
Patrick Callahan 855ae68648
direnv: add fish shell hook for NixOS 2017-05-10 10:15:58 +01:00
Desmond O. Chang c6c7197c7d lnav: 0.8.1 -> 0.8.2 2017-05-10 04:10:58 +02:00
Desmond O. Chang ee30a67a86 yank: 0.8.0 -> 0.8.2 2017-05-10 09:36:50 +08:00
Tristan Helmich 1d0627bccc graylogPlugins: Add and update plugins 2017-05-09 17:44:23 +02:00
Pascal Wittmann e7322f1fdf Merge pull request #25587 from mimadrid/update/parallel-20170422
parallel: 20170122 -> 20170422
2017-05-07 23:45:06 +02:00
mimadrid fa33bbc01b
parallel: 20170122 -> 20170422 2017-05-07 22:45:42 +02:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
gnidorah 42cad8b6b0
winusb: init at 2017-01-30
fixes #25536
2017-05-07 08:26:22 +01:00
Tristan Helmich 450a0571cd graylog: 2.2.2 -> 2.2.3 2017-05-06 16:10:04 +02:00
Frederik Rietdijk f6dd52cd69 pythonPackage.Pyro: use upstream name 2017-05-05 21:13:26 +02:00
Peter Hoeg d4dbef90f3 rockboxutility: do not pull in espeak by default 2017-05-02 15:52:10 +08:00
Peter Hoeg 13bca4ba2d rockboxutility: fix linking to Qt libs 2017-05-02 14:34:52 +08:00
Daiderd Jordan ed8fbe3dae Merge pull request #25358 from sigma/pr/fzf-0.16.7
fzf: 0.16.6 -> 0.16.7
2017-04-30 23:21:54 +02:00
Yann Hodique 078b7c9f16 fzf: 0.16.6 -> 0.16.7 2017-04-30 11:38:58 -07:00
Michael Raskin eedc0f0a78 Merge pull request #23333 from romildo/upd.qt5ct
qt5ct: 0.24 -> 0.30
2017-04-30 19:42:31 +02:00
Maximilian Güntner 76d8811d8a
youtube-dl: 2017.04.17 -> 2017.04.28 2017-04-28 20:06:40 +02:00
Peter Hoeg 4639e68fd1 grc: 1.10.1 -> 1.11 2017-04-26 22:45:03 +08:00
Michael Raskin aea9257581 Merge pull request #25206 from matthiasbeyer/update-my-pkgs
Update my pkgs
2017-04-26 11:50:11 +02:00
Matthias Beyer cca20a7114 vdirsyncer: 0.14.1 -> 0.15.0 2017-04-26 09:53:54 +02:00
Armijn Hemel b5530755a5 bc: 1.06 -> 1.07.1 2017-04-25 15:08:36 +03:00
Benno Fünfstück 30a9923f4c Merge pull request #24359 from rnhmjoj/radeon-profile
radeon-profile: init at 20161221
2017-04-24 11:28:34 +02:00
rnhmjoj 9b1b22fcb6
radeon-profile: init at 20161221 2017-04-24 10:52:14 +02:00
Daiderd Jordan 80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
Matthew Bauer bd07af92ec
desktop-file-utils: support darwin 2017-04-23 18:08:37 -05:00
Nikolay Amiantov 5565728670 system-config-printer: 1.5.7 -> 1.5.9
Use gappsWrapHook.
2017-04-23 17:08:56 +03:00
Rok Garbas 0feca1abb6 Merge pull request #25135 from garbas/update-asciinema
Update asciinema
2017-04-23 04:33:27 +02:00
Rok Garbas 93cacf61a8
asciinema: 1.3.0 -> 1.4.0 2017-04-23 04:18:11 +02:00
Eelco Dolstra d387a1f0ae youtube-dl: 2017.04.02 -> 2017.04.17 2017-04-21 23:32:37 +02:00
Jörg Thalheim b7984d3077 Merge pull request #25053 from Mesh33/buildtorrent-0.8
buildtorrent: init at 0.8
2017-04-20 13:08:53 +02:00
Unknown 2f66670162 buildtorrent: init at 0.8 2017-04-20 03:42:49 +02:00
Mesh33 1675d54db3 units: 2.13 -> 2.14 2017-04-20 00:09:54 +02:00
Chris Hodapp 228f33b21d osm2pgsql: init at 0.92.1-unstable 2017-04-17 16:19:41 -04:00
Michael Raskin ba7151e2b5 clac: add missing expression body; thanks @joachifm for the catch 2017-04-16 12:02:35 +02:00
Jörg Thalheim 4a0be7837c Merge pull request #24917 from sigma/pr/fzf
fzf: 0.16.4 -> 0.16.6
2017-04-15 09:41:53 +02:00
Yann Hodique e0ed784c06 fzf: 0.16.4 -> 0.16.6 2017-04-14 21:38:31 -07:00
Eric Litak 980ced505f coreutils: fixing ccCross.libc lookup 2017-04-14 02:00:08 -07:00
Daiderd Jordan f8230518a2 Merge pull request #24762 from matthewbauer/darwin-misc-fixes
darwin: miscellaneous fixes
2017-04-10 08:50:15 +02:00
Yann Hodique f4ff67099b keychain: add sigma as maintainer 2017-04-09 22:28:27 -07:00
Tuomas Tynkkynen d284082b9f yle-dl: 2.11 -> 2.15 2017-04-09 22:17:16 +03:00
Tuomas Tynkkynen aef593fcbf picocom: 2.1 -> 2.2 2017-04-09 21:48:25 +03:00
Tuomas Tynkkynen 64306e29d7 less: 481 -> 487 2017-04-09 21:48:25 +03:00
Aristid Breitkreuz faa5d22231 Merge pull request #24771 from sigma/pr/keychain
keychain: 2.8.0 -> 2.8.3
2017-04-09 20:26:19 +02:00
Yann Hodique c51625b058 keychain: 2.8.0 -> 2.8.3 2017-04-09 09:17:32 -07:00
Peter Simons 4e307b644a Merge pull request #24760 from matthewbauer/linux-only-pkgs
Mark linux-only pkgs
2017-04-09 14:18:10 +02:00
Matthew Bauer 1df7966d9d
scanmem: linux only 2017-04-09 01:29:41 -05:00
Matthew Bauer 65d9a8e4fb
rrdtool: fix macOS build 2017-04-08 23:28:03 -05:00
Aristid Breitkreuz 4ca22140d9 Merge pull request #24669 from gnidorah/master2
autorandr: 53d29f9 -> 855c18b and module
2017-04-08 12:17:57 +02:00
Profpatsch 20d3ad5e9c mktorrent: 1.0 -> 1.1
[1.1] - 2017-01-11
Added
- Autodetect the number of CPUs available <esmil@mailme.dk>
- Option for source string added to torrent info (`-s`), included in infohash.
  Often used by private trackers to create a unique infohash to prevent
  peer-leak and the possibility to track the trackers that do use leaked
  torrents. Having this option in mktorrent make it possible to create a
  infohash accurate torrent to the tracker you want to upload it to
Changed
- Make`-a` (announce list) optional
- Optional announce URL even for private torrents. No need to require announce
  for private torrents, they are added by most private trackers anyway and they
  modify the infohash so you'd have to redownload their modified torrent with
  injected unique announce URL anyway. (@mathieui, fix from @jrwren)
Fixed
- DHT makes trackers optional, so remove the warning
2017-04-07 17:59:54 +02:00
gnidorah ca733de964 autorandr: 53d29f9 -> 855c18b and module 2017-04-06 13:28:40 +03:00
Jörg Thalheim d3fff80d00
exa: unstable-2016-04-20 -> unstable-2017-04-02 (unbrick)
cc @ehegnes
2017-04-04 11:42:33 +02:00
lprndn f259fa6e91 Merge branch 'master' into lprndn_Nixpkgs 2017-04-03 21:37:11 +02:00
Utku Demir db6a2918b9 kt: init at 11.1.0 2017-04-03 16:10:30 +12:00
Eelco Dolstra 17aab8a63e yotube-dl: 2017.03.10 -> 2017.04.02 2017-04-02 21:52:11 +02:00
Tuomas Tynkkynen b65dc619f0 xfstests: Fixes 2017-04-01 19:50:09 +03:00
Tuomas Tynkkynen 097373e691 xfstests: Fix homepage 2017-04-01 19:43:05 +03:00
Tuomas Tynkkynen ba360f90f9 xfstests: Enable parallel build 2017-04-01 19:42:41 +03:00
Tuomas Tynkkynen 197bbe0e1b xfstests: 2016-08-26 -> 2017-03-26 2017-04-01 19:42:01 +03:00
ndowens 0a354c9ea5 Merge pull request #24218 from magnetophon/clipster
clipster: 2017-02-17 -> 2017-02-27
2017-04-01 10:24:38 -05:00
ndowens 03aff3d22f Small cosmetic change 2017-04-01 10:16:51 -05:00
ndowens 5eece284a1 parcellite: 1.1.9 -> 1.2.1 2017-03-30 17:41:55 -05:00
John Ericson 166fc028a4 Merge pull request #24465 from Ericson2314/no-with-literal
Get rid of all `with { inherit... }` and just used `let inherit...`
2017-03-30 01:49:37 -06:00
John Ericson 4c0d7da183 Get rid of all `with { inherit... }` and just used `let inherit...`
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
Peter Hoeg 0843ad10fd dynamic-colors: 0.2.2 -> 0.2.2.1 2017-03-30 11:52:35 +08:00
Peter Hoeg 5bb5ce050b dynamic-colors: 0.2.1 -> 0.2.2 2017-03-30 11:14:48 +08:00
Franz Pletz 99ff573194
tmuxp: 1.2.2 -> 1.2.7 2017-03-28 20:14:19 +02:00
Robert Helgesson b31f43d7c6
cpulimit: 2.4 -> 2.5 2017-03-28 17:41:58 +02:00
Vladimír Čunát 96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Patrick Mahoney 09a5007797 skarnet.org packages: fix darwin build
The configure scripts have been changed so that `--build` is now the
way to specify (non-cross compiling) build target, which is necessary
on darwin for binary compatibility across darwin versions.
2017-03-26 17:30:41 -05:00
Patrick Mahoney 72a0d65d3d update skarnet.org packages
execline:          2.1.4.5 -> 2.2.0.0
s6-dns:            2.0.0.7 -> 2.1.0.0
s6-linux-utils:    2.0.2.3 -> 2.2.0.0
s6-networking:     2.1.0.4 -> 2.2.1.0
s6-portable-utils: 2.1.0.0 -> 2.1.0.0 (no version change)
s6-rc:             0.0.2.1 -> 0.1.0.0
s6:                2.2.4.3 -> 2.4.0.0
skalibs:           2.3.9.0 -> 2.4.0.1

Also use new --enable-absolute-paths configure arg to correctly set
paths to runtime executables to point within the nix store rather than
relying on PATH resolution.
2017-03-26 14:19:44 -05:00
romildo 53a4021201 qt5ct: 0.24 -> 0.30 2017-03-24 11:11:33 -03:00
Nikolay Amiantov f45cf10f6e Merge pull request #24133 from abbradar/gtk3-qt
Fix GTK dependencies in wrappers
2017-03-24 01:49:41 +03:00
Michael Raskin f9add54f28 fontforge-fonttools: init at 20160404 2017-03-23 15:10:52 +01:00
Bart Brouns 88458c8697 clipster: 2017-02-17 -> 2017-02-27 2017-03-23 13:25:56 +01:00
Nikolay Amiantov 82f7f8ad9a antimicro: wrap Qt application 2017-03-22 20:15:33 +03:00
c74d c2ab1fa350 heatseeker: 1.4.0 -> 1.5.1
This patch updates the `heatseeker` package from version 1.4.0 to
version 1.5.1.

I have tested this change per nixpkgs manual section 11.1 ("Making
patches").
2017-03-22 15:09:01 +01:00
Nikolay Amiantov 8eabb34e5f odroid-xu3-bootloader: use 1MB-capable bootloader
(cherry picked from commit 7d66259a777fd1b1930eca26f08236f657529e25)
2017-03-21 04:23:36 +03:00
Eelco Dolstra 5897aa771c
system-config-printer: Remove -dev paths from closure
Workaround for #24128.
2017-03-20 17:31:26 +01:00
Eelco Dolstra 6dd5846f1b
system-config-printer: Strip binaries in $out/etc
This reduces its closure size from 484 to 281 MiB.
2017-03-20 17:31:19 +01:00
Eelco Dolstra 96d7f35e96
diffoscope: Don't propagate build inputs
This reduces the runtime closure size from 297 to 132 MiB.
2017-03-20 17:30:55 +01:00
Nikolay Amiantov c1e279046b odroid-xu3-bootloader: init at 2015-12-04 2017-03-20 11:52:08 +03:00
Michael Raskin e16c5a8254 Merge pull request #24052 from benley/yubikey-manager
yubikey-manager: init at 0.3.1
2017-03-19 11:25:12 +01:00
Benjamin Staffin 24308432b7
yubikey-manager: init at 0.3.1 2017-03-19 05:30:54 -04:00
Michael Raskin d9ab289707 Merge pull request #23686 from nicknovitski/hostsblock
init hostsblock (and kwakd)
2017-03-19 10:00:30 +01:00
Michael Raskin 39609e3157 Merge pull request #23996 from manveru/add-phraseapp
phraseapp-client: init at 1.4.3
2017-03-18 20:08:45 +01:00
Michael Raskin 7bbf7cb57b Merge pull request #23543 from ndowens/s6-portable-utils
s6-portable-utils: 2.0.5.3 -> 2.1.0.0
2017-03-18 18:47:13 +01:00
Frederik Rietdijk e67b979ab5 Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-18 15:32:43 +01:00
Daiderd Jordan 7d81be90c2 Merge pull request #23569 from LnL7/darwin-idutils
idutils: disable tests on darwin
2017-03-18 13:26:25 +01:00
Vladimír Čunát 742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Michael Fellinger acdcbf7b14 phraseapp-client: init at 1.4.3 2017-03-17 21:50:50 +01:00
Renaud 1129f92f65 file: 5.28 -> 5.30 2017-03-17 19:43:50 +01:00
Nick Novitski a3620396fd hostsblock: init at 20161213 2017-03-17 22:07:15 +13:00
Vladimír Čunát e99bc64552
Merge branch 'master' into staging
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Pascal Wittmann 19cb65206f Merge pull request #23908 from nicknovitski/entr-update
entr: upgrade to 3.7
2017-03-15 09:06:26 +01:00
Nick Novitski d546966d7d entr: upgrade to 3.7 2017-03-15 17:22:35 +13:00
Leon Isenberg 6de3eb9918 nixbot: typo 2017-03-14 18:08:09 +02:00
Peter Hoeg b0c7df9fbc crudini: fix maintainer and run tests 2017-03-14 18:44:50 +08:00
Peter Hoeg f09a73896b crudini: init at 0.9 2017-03-14 17:22:56 +08:00
Tuomas Tynkkynen aba0b45b86 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
      pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Pascal Wittmann d1247221cb Merge pull request #21802 from yurrriq/add/pkgs/tools/misc/latex2html
latex2html: init at 2016
2017-03-13 09:20:09 +01:00
Benjamin Staffin f474f82860 ykpers: consolidate into yubikey-personalization
Looks like this accidentally got packaged twice.
2017-03-11 16:23:00 -05:00
Franz Pletz 7dfea0a84a
youtubeDL: 2017.03.07 -> 2017.03.10 2017-03-11 10:24:38 +01:00
ndowens d94acf8519 coreutils: 8.26 -> 8.27 2017-03-09 14:42:26 -06:00
Michael Raskin 1a665f4850 mc: 4.8.18 -> 4.8.19 2017-03-09 18:47:37 +01:00
Tuomas Tynkkynen 1508945755 treewide: Fix eval-release.nix for aarch64 2017-03-09 03:38:04 +02:00
Robin Gloster 32eecf9877
memtest86Plus: fix runtime errors with fortify hardening
fixes #6630
2017-03-07 15:40:40 +01:00
Tristan Helmich 1af3a9854f graylog: 2.2.1 -> 2.2.2 2017-03-07 15:13:03 +01:00
Tuomas Tynkkynen a9a706770a grub2: Make EFI grub work on aarch64 2017-03-07 16:11:41 +02:00
Jörg Thalheim 13ed7e6631
xfstests: set correct echo binary 2017-03-07 11:04:59 +01:00
Franz Pletz 3fa2a5dc23
youtubeDL: 2017.02.27 -> 2017.03.07 2017-03-06 22:45:29 +01:00
Daiderd Jordan 620ef803b9
idutils: disable tests on darwin 2017-03-06 22:20:58 +01:00
Renaud 6cdff59992 tldr: 1.2.0 -> 1.3.0 (#23465) 2017-03-06 21:12:25 +01:00
Jörg Thalheim 89e52a7751 Merge pull request #23521 from oxij/pkg/timidity-seq
timidity: add ALSA sequencer support
2017-03-06 17:02:25 +01:00
Jörg Thalheim 9b20ce2a8c
wakatime: fix checksum 2017-03-06 15:10:22 +01:00
Jörg Thalheim 91d4ebe4ee Merge pull request #23546 from yurrriq/update/pkgs/tools/misc/wakatime
wakatime: 6.0.1 -> 7.0.4
2017-03-06 15:08:29 +01:00
Peter Hoeg c6b72bfceb Merge pull request #23324 from peterhoeg/f/grc
grc: 1.9 -> 1.10.1
2017-03-06 21:42:27 +08:00
ndowens 55e376078a
ttylog: 0.26 -> 0.29 2017-03-06 08:18:52 -05:00
ndowens 2e93988e64
yubikey-personalization: 1.17.3 -> 1.18.0 2017-03-06 07:47:53 -05:00
Eric Bailey 0f40d2dea3
latex2html: init at 2016 2017-03-06 04:01:25 -06:00
Peter Hoeg bb867aabd2 grc: 1.9 -> 1.10.1
Additionally, grc wasn't actually working unless you copied out the config files
to your home directory because it couldn't find the default config in
/etc/grc.conf

So now we patch the program to look in the right places.

Upstream has moved to github.
2017-03-06 10:57:12 +08:00
ndowens 5c18f3760d s6-portable-utils: readded config flags 2017-03-05 19:35:53 -06:00
Eric Bailey f2961da3f7
wakatime: 6.0.1 -> 7.0.4 2017-03-05 19:34:09 -06:00
ndowens 384bc23bee s6-portable-utils: setting of config flags 2017-03-05 18:53:27 -06:00
ndowens e18816ff6a s6-portable-utils: removed cross, may be causing issue for Darwin 2017-03-05 18:44:57 -06:00
ndowens 237e6dccb2 s6-portable-utils: removed cross, may be causing issue for Darwin 2017-03-05 18:25:40 -06:00
ndowens c4733c3350 s6-portable-utils: Trying again for gcc support 2017-03-05 18:00:50 -06:00
ndowens 4c42fac493 s6-portable-utils: Retry of Darwin gcc 2017-03-05 16:52:20 -06:00
Joachim F cf7afad1b6 Merge pull request #23326 from manveru/tmate-2-2-1
tmate: 2.2.0 -> 2.2.1
2017-03-05 21:53:45 +01:00
ndowens 2ddcbcfe62 xdo: 0.5.3 -> 0.5.5 (#23415) 2017-03-05 19:05:43 +01:00
Jan Malakhovski 518a9e3da4 timidity: add ALSA sequencer support 2017-03-05 14:13:19 +00:00
ndowens 36f27506e5 ttfautohint: 1.3 -> 1.6 2017-03-05 13:09:32 +02:00
ndowens cc9b960f48 scanmem: 0.15.6 -> 0.16 2017-03-05 12:02:24 +01:00
ndowens d8a7b507d9 smc: 6.3.0 -> 6.6.0 2017-03-04 13:04:21 +01:00
mimadrid 04283047a5 gparted: 0.26.1 -> 0.28.1 2017-03-04 12:53:38 +01:00
ndowens b66c0e7830 xiccd: 0.2.2 -> 0.2.4 (#23379) 2017-03-03 23:21:16 +01:00
ndowens 59211b6ed0 tty-clock: 0.1 -> 2.3 (#23419) 2017-03-03 23:16:45 +01:00
ndowens 477014fd6a
trash-cli: 0.12.9.14 -> 0.17.1.14 2017-03-03 21:08:54 +01:00
ndowens 3f8ed79a5a s6-portable-utils: 2.0.5.3 -> 2.1.0.0 2017-03-02 20:22:54 -06:00
Tuomas Tynkkynen 8dcfa44a53 memtest86: Mark as broken
It fails with hardening-related errors like:

reloc.o: In function `.L41':
reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local'

... and several others as well!

Since nobody has noticed that this package has been broken the entire
16.09 release, it's probably not worth to try fixing it.

(Note that this is a different package from memtest86plus!)
2017-03-01 22:19:35 +02:00
Robert Helgesson a5ed11202c
svtplay-dl: 1.9.2 -> 1.9.3 2017-03-01 20:12:24 +01:00
Vladimír Čunát b43614a6bb
Merge branch 'staging'
(Truly, this time :-)
2017-03-01 11:34:44 +01:00
Michael Fellinger 2ea14b1b83 tmate: 2.2.0 -> 2.2.1 2017-03-01 10:47:43 +01:00
Franz Pletz a36e1e2c35
youtubeDL: 2017.02.24.1 -> 2017.02.27 2017-02-28 18:35:41 +01:00
Lancelot SIX 6d9a3f0dcd screen: 4.5.0 -> 4.5.1 for CVE-2017-5618
See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00010.html
for release announcement
2017-02-28 13:11:21 +01:00
Vladimír Čunát a1919db7cd
Merge branch 'master' into staging 2017-02-27 20:15:27 +01:00
Thomas Tuegel 127bf18a35
extra-cmake-modules: Lift Qt dependency 2017-02-27 11:49:46 -06:00
Thomas Tuegel 4f2e7a0424
Separate Qt 5 packages from dependent libraries 2017-02-27 11:49:04 -06:00
Robin Gloster b55c259a72
vfdecrypt: fix build 2017-02-27 15:22:51 +01:00
Robin Gloster e001b729e1
wv2: fix build 2017-02-27 13:34:41 +01:00
Tuomas Tynkkynen 78d9414ce5 findutils: Fix cross compilation
Yes, setting crossAttrs.propagatedBuildInputs is the correct value to
set to override a buildInputs from the native drv!
2017-02-27 00:15:53 +02:00
Franz Pletz 9c2ac51006
youtubeDL: 2017.02.17 -> 2017.02.24.1 2017-02-26 12:54:11 +01:00
Vladimír Čunát f157956266
findutils: add the forgotten file (I'm sorry)
/cc #23152.
2017-02-26 09:44:27 +01:00
Vladimír Čunát 2f726fed9f
findutils: fixup sandboxed build after #23152 2017-02-26 09:26:22 +01:00
Bart Brouns 64cf52ad55 clipster: 2017-01-12 -> 2017-02-17 2017-02-25 20:25:57 +01:00
Thomas Tuegel c5227f93f3
Remove kde4.partition-manager
- No maintainer in Nixpkgs
- No upstream activity
- Original source unavailable
2017-02-24 16:49:06 -06:00
Thomas Tuegel 00dce4e29f
Remove kde4.kde_gtk_config
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:49:00 -06:00
Thomas Tuegel eedbb61eb3
Remove kde4.colord-kde4
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
2017-02-24 16:49:00 -06:00
Mogria 417dbaf6a3 findutils: updatedb now uses writable database outside of /nix/store by default
updatedb could only be run by providing the --output parameter,
because it would use a path inside the nix store as it's database.
The default for --output is now /var/cache/locatedb (the same
as in the NixOS locate service)
2017-02-24 16:36:58 +01:00
Franz Pletz d508ef88f7 Merge pull request #23082 from mayflower/graylog_update
graylog: update + module plugin support
2017-02-23 17:42:57 +01:00
Tristan Helmich 7420922806 graylog module: add plugin support 2017-02-23 15:21:29 +01:00
Frederik Rietdijk de4643eb80 diffoscope: 63 -> 77 2017-02-22 19:45:54 +01:00
Tristan Helmich a43fd5af38 graylog: 2.1.2 -> 2.2.1 2017-02-22 19:03:48 +01:00
Vladimír Čunát 145d3ea81c
Merge branch 'master' into staging 2017-02-22 17:47:49 +01:00
William Casarin ffcb272e01 antimicro: 2.22 -> 2.23 2017-02-20 22:13:54 +01:00
Vladimír Čunát 5a38ab8add
Merge branch 'master' into staging 2017-02-20 21:24:35 +01:00
Vladimír Čunát 09d02f72f6
Re-revert "Merge: glibc: 2.24 -> 2.25"
This reverts commit 55cc7700e9.
I hope most problems have been solved.  /cc #22874.
2017-02-20 21:16:41 +01:00
Frederik Rietdijk 8c3480f3b9 Merge pull request #22828 from matthiasbeyer/update-my-pkgs
Updates for some of my packages
2017-02-18 14:09:51 +01:00
Vladimír Čunát 432dba859e
Merge branch 'staging'
A security update of libxml2 is within.
2017-02-18 08:59:29 +01:00
AndersonTorres 9cee962c43 youtube-dl: 2017.02.04.1 -> 2017.02.17 2017-02-17 22:59:37 -02:00
Lprndn 4cd7b284e8 fontforge-gtk: Add support for libspiro.
Add Spiro toolkit in fontforge-gtk for designing fonts.
libspiro: Init at c26afeb.
2017-02-17 16:39:50 +01:00
Vladimír Čunát 524de86db0
findutils: plug a memory leak (close #22857)
Using the upstream patch directly.  It's copied in nixpkgs, because:
 - fetchpatch isn't usable at this point in bootstrapping,
 - the upstream patch creates collisions in NEWS.
2017-02-16 19:16:51 +01:00
Vladimír Čunát e962a3c95f
Merge branch 'master' into staging 2017-02-16 19:02:37 +01:00
Vladimír Čunát 55cc7700e9
Revert "Merge: glibc: 2.24 -> 2.25"
This reverts commit 1daf2e26d2, reversing
changes made to c0c50dfcb7.

It seems this is what has been causing all the reliability problems
on Hydra.  I'm currently unable to find why it happens, so I'm forced
to revert the update for now.  Discussion: #22874.
2017-02-16 18:16:06 +01:00
Graham Christensen 073ca2b34f
aspcu: 1.9.0 -> 1.9.1 2017-02-16 07:55:25 -05:00
Stefan Goetz 61f2f8c98a youtube-dl: 2017.02.04.1 -> 2017.02.16 (#22851) 2017-02-16 00:46:10 +01:00
Matthias Beyer b96a2fdd1b vdirsyncer: 0.14.0 -> 0.14.1 2017-02-15 15:27:51 +01:00
Vladimír Čunát 35b2159671
Merge branch 'master' into staging
Over 11k rebuilds on master.
2017-02-15 08:41:35 +01:00
Daiderd Jordan af13a5b3b3 Merge pull request #22808 from mimadrid/update/fzf-0.16.4
fzf: 0.16.2 -> 0.16.4
2017-02-15 00:04:57 +01:00
mimadrid 0280d327f4
fzf: 0.16.2 -> 0.16.4 2017-02-14 23:47:27 +01:00
Thomas Tuegel f228ea5215 Merge pull request #22698 from FRidh/kde
KDE: update frameworks and applications
2017-02-14 12:54:39 -06:00
Parnell Springmeyer 9e36a58649
Merging against upstream master 2017-02-13 17:16:28 -06:00
Vladimír Čunát 1daf2e26d2
Merge: glibc: 2.24 -> 2.25 2017-02-13 22:14:15 +01:00
Vladimír Čunát 5ed010f50b
findutils: disable tests on i686-linux
They won't work since glibc-2.25, and I don't like to spend more time on that.
2017-02-13 22:10:50 +01:00
Robert Helgesson 9298467923
svtplay-dl: 1.9.1 -> 1.9.2 2017-02-13 21:54:54 +01:00
Frederik Rietdijk 63bff03f97 kronometer: 2.1.0 -> 2.1.3 2017-02-13 09:55:40 +01:00
Peter Hoeg 6b2ea7ec6e diskscan: init at 0.19 2017-02-12 03:51:13 +01:00
Joachim F 651bd53d32 Merge pull request #22609 from primeos/lf-c55c4bf
lf: 2016-10-02 -> 2017-02-04
2017-02-11 16:17:45 +01:00
Ruben Astudillo 357c536321 hakuneko: 1.4.1 -> 1.4.2 2017-02-11 01:59:34 -03:00
Robert Helgesson 5ebdbe493a
mimeo: 2016.11 -> 2017.2.9 2017-02-11 00:30:08 +01:00
Tuomas Tynkkynen 6bf0a984ef ding-libs: Some cleanups
- Add version to the name so Nix knows about it
- glibc is an implicit buildInput, no need to add it
- The docs don't seem to get build anyway, don't try to build them &
  remove the doxygen build input
- Add meta.platforms
2017-02-10 20:12:00 +02:00
Vladimír Čunát 66fe4af226
Merge recent staging
It's the version last built on Hydra, almost fully.
2017-02-10 18:07:14 +01:00
Carles Pagès 4059a29394 Merge pull request #22512 from paperdigits/dateutils
dateutils: init at 0.4.1
2017-02-10 11:55:15 +01:00
Michael Weiss 7001a125d2 lf: 2016-10-02 -> 2017-02-04 2017-02-10 03:16:10 +01:00
Vladimír Čunát 6bea415b5e
Merge branch 'master' into staging 2017-02-09 08:42:04 +01:00
Mica Semrick 70a7fe9d03 dateutils: init at 0.4.1 2017-02-08 19:31:31 -08:00
Frederik Rietdijk 576740f7f2 i3minator: fix for python3
Fixes for when changing to Python 3. Haven't tested the program though.
2017-02-08 19:36:05 +01:00
Bjørn Forsman 8dd90abc17 autorevision: use sed word delimiters for better precision
Fixes wrongly replaced 'cat' in help text:

$ autorevision -h
usage: autorevision {-t output-type | -s symbol} [-o cache-file [-f] ] [-e name] [-U] [-V]
	Options include:
	-t output-type		= specify output type
	-s symbol		= specify symbol output
	-o cache-file		= specify cache file lo/nix/store/1rzzq2wdn5vfgbp5y9613jpdkf8i9ag6-coreutils-8.26/bin/cation
...

(Also replace all occurences per line, in case that should occur.)
2017-02-07 17:12:25 +01:00
Bjørn Forsman 4853900dd3 autorevision: 1.14 -> 1.20 2017-02-07 17:04:30 +01:00
Bjørn Forsman 4628724469 autorevision: specify full paths to 'sed' and 'tee' 2017-02-07 17:04:23 +01:00
Franz Pletz a6b080e3f8
youtubeDL: 2017.02.01 -> 2017.02.04.1 2017-02-06 15:13:19 +01:00
Pascal Wittmann 5cded7db86
rrdtool: 1.5.6 -> 1.6.0 2017-02-05 19:06:29 +01:00
rnhmjoj ab983c4dbd
bdf2psf 1.152 -> 1.158 2017-02-04 18:31:31 +01:00
Joachim Fasting 0911d745f8
os-prober: 1.71 -> 1.73
https://anonscm.debian.org/cgit/d-i/os-prober.git/tree/debian/changelog
2017-02-03 18:47:14 +01:00
Pascal Wittmann 2a825540db
parallel: 20161222 -> 20170122 2017-02-02 18:49:23 +01:00
Peter Simons 6dca78e1ae heimdall: clean up the build expression
- Make sure the front-end-less build does not depend on QT.

- Don't override patchPhase because that will lead to unexpected results for
  people who try to defined a "patches = [...]" attribute.
2017-02-02 15:20:16 +01:00
Peter Simons e051e88213 heimdall: update to latest git revision
Probably makes no difference because there have been no significant changes.
Anyway, let's live on the bleeding edge.
2017-02-02 15:01:55 +01:00
Jascha Geerds 09ac3909d9 Merge pull request #22313 from peterhoeg/f/rb
rockbox_utility: use qt5 instead of qt4
2017-02-02 00:08:42 +01:00
Daiderd Jordan c13aabb337 Merge pull request #22161 from gevans/rcm-1.3.1
rcm: 1.3.0 -> 1.3.1
2017-02-01 21:46:38 +01:00
Peter Simons 6ba35336f0 youtube-dl: update to version 2017.02.01 2017-02-01 17:59:23 +01:00
Peter Hoeg eb92d10e1d rockbox_utility: use qt5 instead of qt4 2017-01-31 18:38:20 +08:00
Damien Cassou 58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Frederik Rietdijk 18ac28b45d Merge pull request #22280 from lsix/pytest_defaults_to_30
python*Packages.pytest: defaults to pytest_30
2017-01-31 09:48:38 +01:00
Lancelot SIX 4cf8ae3a8c
pythonPackages.pytest: use pytest_30 2017-01-31 09:33:05 +01:00
Nikolay Amiantov 0cfefc7c99 grub4dos: 0.4.6a-2016-11-09 -> 0.4.6a-2016-12-24 2017-01-31 03:26:26 +03:00
Franz Pletz 1a45ddeb2d
yotubeDL: 2017.01.28 -> 2017.01.29 2017-01-30 21:40:21 +01:00
Alistair Bill d6a7182493 neofetch: 3.0 -> 3.0.1 2017-01-30 16:12:42 +00:00
Robert Helgesson c603d2c0d5
svtplay-dl: 1.9 -> 1.9.1 2017-01-30 16:33:42 +01:00
Florian Jacob 51a753a2a3 os-prober: 1.65 -> 1.71 2017-01-30 13:31:50 +01:00
Desmond O. Chang 42d3f67439 yank 0.7.1 -> 0.8.0 2017-01-30 13:25:47 +08:00
Franz Pletz ff7c6fe60d
youtubeDL: 2017.01.24 -> 2017.01.28 2017-01-30 01:16:01 +01:00
Arseniy Seroka 2f78639819 Merge pull request #22263 from peterhoeg/u/colord
colord-kde: 2016-02-24 -> 0.5.0
2017-01-30 00:40:24 +03:00
Parnell Springmeyer 6777e6f812
Merging with upstream 2017-01-29 05:54:01 -06:00
Parnell Springmeyer 4aa0923009
Getting rid of the var indirection and using a bin path instead 2017-01-29 04:11:01 -06:00
Anmol Sethi a4b8a67532 fzf: from 0.15.9 to 0.16.2 2017-01-29 00:52:22 -05:00
Parnell Springmeyer e92b8402b0
Addressing PR feedback 2017-01-28 20:48:03 -08:00
Robin Gloster f66d7823ec
fix eval
cc @Baughn
2017-01-27 18:53:49 +01:00
Robin Gloster a611ecad17
timidity: get rid of composableDerivation 2017-01-27 17:36:43 +01:00
Svein Ove Aas 3d78976c58 nginx-config-formatter: init at 2016-06-16 (#22179) 2017-01-27 16:52:20 +01:00
Jörg Thalheim 2657ee4229 Merge pull request #21686 from pngwjpgh/locate
locate: extend module
2017-01-26 14:01:54 +01:00
Arseniy Seroka 91321ae09c Merge pull request #22174 from pradeepchhetri/riemann-c-client
riemann-c-client: 1.7.0 -> 1.9.1
2017-01-26 15:11:59 +03:00
Gregor Kleen 06211e700b locate: build in correct dbpath 2017-01-26 12:57:03 +01:00
Pradeep Chhetri 60c26bc9f5 riemann-c-client: 1.7.0 -> 1.9.1 2017-01-26 17:04:37 +05:30
Robin Gloster 86d9de3884
trustedGroup: fix build 2017-01-26 11:51:09 +01:00
Parnell Springmeyer a26a796d5c
Merging against master - updating smokingpig, rebase was going to be messy 2017-01-26 02:00:04 -08:00
Gabe Evans a674415045 rcm: 1.3.0 -> 1.3.1 2017-01-25 20:42:30 -08:00
Franz Pletz f3e4307f3e
bandwidth: fix unavailable source url 2017-01-26 03:52:46 +01:00
Parnell Springmeyer bae00e8aa8
setcap-wrapper: Merging with upstream master and resolving conflicts 2017-01-25 11:08:05 -08:00
Michael Raskin 047f9069a4 Merge pull request #22109 from goetzst/youtube-dl
youtube-dl: 2017.01.22 -> 2017.01.24
2017-01-24 21:36:06 +00:00
Dan Peebles b299e508ea fluentd: 0.14.0 -> 0.14.11, with more plugins
I added the most popular plugins (S3, kafka, kinesis, mongo, etc.)
and tried to bring it closer to the set of plugins they bundle with
td-agent, without getting rid of the ones we already have today. We
should probably make this overridable more generically going forward
but this should scratch most itches today.
2017-01-24 21:21:38 +00:00
Stefan Götz 348a91cfe1 youtube-dl: 2017.01.22 -> 2017.01.24 2017-01-24 21:12:58 +01:00
David Grayson 5b88f09ec4 coreutils: Fix indentation after removing `self` in `buildPackages` commit 2017-01-24 11:37:56 -05:00
John Ericson eee7cafaf7 coreutils: Use `buildPackages` instead of `self` hack for native version 2017-01-24 11:37:56 -05:00
Daiderd Jordan d5cfe927ed Merge pull request #22065 from alibabzo/update/neofetch
neofetch: 2.0.2 -> 3.0
2017-01-23 23:59:48 +01:00
Robert Helgesson 3c521ed1cf
svtplay-dl: 1.8 -> 1.9 2017-01-23 21:22:52 +01:00
Alistair Bill 231ecebfc6 neofetch: 2.0.2 -> 3.0 2017-01-23 17:45:29 +00:00
Franz Pletz 33f4728a6c
youtubeDL: 2017.01.18 -> 2017.01.22 2017-01-23 14:19:28 +01:00
Franz Pletz e10cd27269
Merge branch 'staging' 2017-01-23 11:06:41 +01:00
Alistair Bill 15b4a37027 neofetch: init at 2.0.2 2017-01-22 21:46:31 +01:00
Franz Pletz 77c891f55c
rrdtool: 1.5.5 -> 1.5.6 2017-01-22 12:57:53 +01:00
Pascal Wittmann 280750c37d
datamash: 1.1.0 -> 1.1.1 2017-01-21 23:36:43 +01:00
Vladimír Čunát 655a301221
opentsdb: fixup sandboxed builds
http://hydra.nixos.org/build/46688690
/cc maintainer @rickynils.
2017-01-21 09:19:02 +01:00
Rickard Nilsson 7f71dd0c49 opentsdb: 2.2.0 -> 2.3.0 2017-01-20 09:52:30 +01:00
Jörg Thalheim f953ef875d Merge pull request #21986 from lsix/update_screen
screen: 4.4.0 -> 4.5.0
2017-01-19 09:42:23 +01:00
Jörg Thalheim 3fdde25b4c Merge pull request #21962 from Mic92/gemdir
bundleEnv: Used gemdir for most applications now
2017-01-19 09:34:14 +01:00
Jörg Thalheim 485a1ac94b Merge pull request #21978 from goetzst/youtube-dl
youtube-dl: 2017.01.14 -> 2017.01.18
2017-01-19 09:30:02 +01:00
Lancelot SIX 38b4ae5549
screen: 4.4.0 -> 4.5.0
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00007.html
for release announcement.
2017-01-19 09:19:51 +01:00
Stefan Götz 63bb3f3fa6 youtube-dl: 2017.01.14 -> 2017.01.18 2017-01-18 21:12:55 +01:00
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