3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

86502 commits

Author SHA1 Message Date
Tuomas Tynkkynen c6a641eb07 Merge pull request #16687 from vrthra/dejagnu
dejagnu: 1.5.3 -> 1.6
2016-07-05 03:45:14 +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
Rahul Gopinath af074c0972 gnunet: cleanup patching
Do not use loop and sed since sed can take a list of files.
2016-07-04 17:10:22 -07:00
Rahul Gopinath b31ab67a81 gnunet: ensure that zlib is actually linked
Fixes #14969
2016-07-04 16:51:14 -07:00
Joachim Fasting 3f5d7c7e04
geis: refactor & fix build
- Pass -Wno-error=pedantic to work around ISO C violations
- Build with X11 unconditionally (also rely on pkgconfig for
  detection, --enable-x11 does not work)
- Build against evemu
2016-07-05 00:54:12 +02:00
Joachim Fasting 966c75ef0c
evemu: add meta.platforms 2016-07-05 00:54:12 +02:00
Joachim Fasting b51cf2626e Merge pull request #16707 from vrthra/edit-editor
edit: Init at 20160425
2016-07-05 00:02:12 +02:00
Joachim Fasting 76af1f3d62 Merge pull request #16708 from vrthra/unifont
unifont: 8.0.01 -> 9.0.01
2016-07-05 00:02:00 +02:00
Joachim Fasting eaa66a466b Merge pull request #16710 from vrthra/wily
wily: init at 0.13.42
2016-07-05 00:01:49 +02:00
Rahul Gopinath 92c903cb1b edit: Init at 20160425 2016-07-04 14:01:50 -07:00
Joachim Fasting 37e912d3fa Merge pull request #16684 from leenaars/orbitron
orbitron: init at 20110526
2016-07-04 22:55:14 +02:00
Tobias Geerinckx-Rice 17de009046
geolite-legacy: 2016-06-30 -> 2016-07-04 2016-07-04 22:16:43 +02: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 c5f54786a1 wily: init at 0.13.42 2016-07-04 11:19:11 -07:00
Michiel Leenaars abd90135ac iosevka: minor cleanup 2016-07-04 19:47:29 +02:00
Michiel Leenaars b8fd2c9ecb orbitron: init at 20110526 2016-07-04 19:47:29 +02:00
Rahul Gopinath 9f0330d94b bdf2psf: 1.137 -> 1.146 2016-07-04 10:37:57 -07:00
Rahul Gopinath adad54cb91 unifont_upper: 8.0.01 -> 9.0.01 2016-07-04 10:34:21 -07:00
Rahul Gopinath 9a00f4130f unifont: 8.0.01 -> 9.0.01 2016-07-04 10:32:08 -07:00
Joachim Fasting 89523c117b Merge pull request #16706 from vrthra/cweb
cwebbin: ensure binaries go to the right destddir
2016-07-04 19:19:28 +02:00
Rahul Gopinath 322795ab92 cwebbin: ensure binaries go to the right destddir 2016-07-04 09:55:36 -07:00
Joachim Fasting 173fbeef42 Merge pull request #16679 from vrthra/cweb
cweb: init at 22p
2016-07-04 18:15:51 +02:00
Rahul Gopinath 40896e5074 xorriso: 1.4.2 -> 1.4.4 2016-07-04 17:31:17 +02:00
Rahul Gopinath a30ecd619a libisoburn: init at 1.4.4 2016-07-04 17:31:17 +02:00
Rahul Gopinath a5373d46c1 libisofs: 1.4.2 -> 1.4.4 2016-07-04 17:31:17 +02:00
Rahul Gopinath 60d00ce1e4 libburn: 1.4.2.p101 -> 1.4.4 2016-07-04 17:31:17 +02:00
Arseniy Seroka dc0c01f929 Merge pull request #16688 from vrthra/mailutils
mailutils: fix build break
2016-07-04 18:01:47 +03:00
zimbatm 6df0bff908 nixos: throw an error on invalid shell package
All shell packages must export the shellPath passthru
2016-07-04 15:12:27 +01:00
zimbatm c1a202de05 shadow: fix passthru
The shadow package's shellPath wasn't detected properly

Fixes #16428
2016-07-04 15:12:27 +01:00
Damien Cassou 0b80e03904 evemu: 2.0.0 -> 2.4.0 2016-07-04 15:19:03 +02:00
Tobias Geerinckx-Rice a978c2e9c2 Merge pull request #16699 from womfoo/bump/utox-0.9.4
utox: 0.9.0 -> 0.9.4
2016-07-04 15:01:23 +02:00
Thomas Tuegel d931fee2bd melpa-stable-packages 2016-07-03 2016-07-04 07:52:17 -05:00
Thomas Tuegel 96c86f6f4c melpa-packages 2016-07-03 2016-07-04 07:52:17 -05:00
Bjørn Forsman 68205d0ade nix-prefetch-git: unbreak JSON output
This fixes a regression caused by commit f56ab9e
("nix-prefetch-git: Include the date in the machine-readable [...]")
where a couple of directory paths printed by pushd/popd appeared before
the JSON output on stdout (thus breaking it). Fix it by redirecting the
extraneous output to /dev/null.

Reported by Michael Alan Dorman <mdorman@ironicdesign.com>.
2016-07-04 14:39:47 +02:00
Eelco Dolstra 03fcbf6317 Merge pull request #16697 from mimadrid/update/perf-tools-20160418
perf-tools: 20150723 -> 20160418
2016-07-04 14:26:05 +02:00
Tuomas Tynkkynen 4085f4de5f Merge branch 'pr-newest-uboot' into master 2016-07-04 15:17:46 +03:00
Tuomas Tynkkynen 55aecd308e linux-rpi: 4.1.20-XXX -> 4.4.13-1.20160620-1
- Add a patch to unset CONFIG_LOCALVERSION in the v7 build.
- Copy all the device trees to match the upstream names so U-Boot can
  find them. (This is a hack.)
2016-07-04 15:13:29 +03:00
Tuomas Tynkkynen 44955a73b2 platforms.nix: Enable DTB for the ARMv6 Raspberry Pi 2016-07-04 15:13:13 +03:00
Bjørn Forsman 79ed40cd69 avahi: 0.6.31 -> 0.6.32
Bugfix release, backwards compatible:

  https://github.com/lathiat/avahi/releases/tag/v0.6.32

* Update src URL to github (the latest release is only available there).
* Change "$(mkdir_p)" to "$(MKDIR_P)" in the patch to keep it working
  (apply'able).
2016-07-04 14:10:09 +02:00
Frederik Rietdijk ae0fa4d980 Merge pull request #16700 from madjar/bump-nox
nox: update to 0.0.4
2016-07-04 13:51:02 +02:00
zimbatm cec48bfa74 direnv: fix path to bash 2016-07-04 12:46:32 +01:00
Georges Dubus a865e34f51 nox: update to 0.0.4 2016-07-04 13:40:40 +02:00
mimadrid a3581f802e strace: 4.11 -> 4.12 2016-07-04 12:43:21 +02:00
mimadrid b9315a6e24
perf-tools: 20150723 -> 20160418 2016-07-04 12:29:31 +02:00
Joachim Schiele 4c4a63f55d Merge pull request #16208 from qknight/emscripten_toolchain
emscripten toolchain *katsching*
2016-07-04 12:04:03 +02:00
Joachim Schiele c514693eb6 adds support to build emscripten packages using nix:
example usage:

- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.libxml2
- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.json_c
- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.zlib
- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.xmlmirror
2016-07-04 12:02:37 +02:00
mimadrid aaa023c858
youtube-dl: 2016.06.27 -> 2016.07.03.1 2016-07-04 11:41:15 +02:00
Rahul Gopinath 0d602ce7f5 gdbm: 1.11 -> 1.12 2016-07-04 02:26:36 -07:00
Tobias Geerinckx-Rice 5efa4f801d
pythonPackages.pgcli: 1.0.0 -> 1.1.0
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
2016-07-04 10:52:51 +02:00
Tobias Geerinckx-Rice 99c89f867d
debian-devscripts: 2.16.5 -> 2.16.6 2016-07-04 10:52:51 +02:00