Commit graph

86841 commits

Author SHA1 Message Date
zimbatm
29be6e1685 jikes: use sha256 hash 2017-01-24 16:42:44 +00:00
zimbatm
0f35029959 aspectj: use sha256 hash 2017-01-24 16:41:21 +00:00
John Ericson
bfb147b6a8 top-level: Only splice as needed for performance 2017-01-24 11:37:56 -05:00
John Ericson
4c17cd555f top-level: Document the {local,cross}System, contrasting with *Platform`
This is an implementation detail of how the bootstrapping chain is chosen,
and thus need not be in the manual.
2017-01-24 11:37:56 -05:00
John Ericson
a1a798f017 top-level: crossSystem is no longer exposed to packages. Use *Platform. 2017-01-24 11:37:56 -05:00
John Ericson
1c0365bd88 cross-stdenv: Inline useless bindings and reindent
Semantics should be unchanged
2017-01-24 11:37:56 -05:00
John Ericson
09401d44eb cc-wrapper: Remove unneeded crossAttrs 2017-01-24 11:37:56 -05:00
John Ericson
92edcb7ebb top-level: Lay the groundwork for {build,host,target}Platform
The long term goal is a big replace:
  { inherit system platform; } => buildPlatform
  crossSystem => hostPlatform
  stdenv.cross => targetPlatform
And additionally making sure each is defined even when not cross compiling.

This commit refactors the bootstrapping code along that vision, but leaves
the old identifiers with their null semantics in place so packages can be
modernized incrementally.
2017-01-24 11:37:56 -05:00
David Grayson
5b88f09ec4 coreutils: Fix indentation after removing self in buildPackages commit 2017-01-24 11:37:56 -05:00
John Ericson
d27403b17b libiconv: TEMP force building library improperly for target plat like libc 2017-01-24 11:37:56 -05:00
John Ericson
94df8e7e4d openssl: Output-santizing hack properly uses native perl again 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
John Ericson
bf17d6dacf top-level: Introduce buildPackages for resolving build-time deps
[N.B., this package also applies to the commits that follow it in the same
PR.]

In most cases, buildPackages = pkgs so things work just as before. For
cross compiling, however, buildPackages is resolved as the previous
bootstrapping stage. This allows us to avoid the mkDerivation hacks cross
compiling currently uses today.

To avoid a massive refactor, callPackage will splice together both package
sets. Again to avoid churn, it uses the old `nativeDrv` vs `crossDrv` to do
so. So now, whether cross compiling or not, packages with get a `nativeDrv`
and `crossDrv`---in the non-cross-compiling case they are simply the same
derivation. This is good because it reduces the divergence between the
cross and non-cross dataflow. See `pkgs/top-level/splice.nix` for a comment
along the lines of the preceding paragraph, and the code that does this
splicing.

Also, `forceNativeDrv` is replaced with `forceNativePackages`. The latter
resolves `pkgs` unless the host platform is different from the build
platform, in which case it resolves to `buildPackages`. Note that the
target platform is not important here---it will not prevent
`forcedNativePackages` from resolving to `pkgs`.

--------

Temporarily, we make preserve some dubious decisions in the name of preserving
hashes:

Most importantly, we don't distinguish between "host" and "target" in the
autoconf sense. This leads to the proliferation of *Cross derivations
currently used. What we ought to is resolve native deps of the cross "build
packages" (build = host != target) package set against the "vanilla
packages" (build = host = target) package set. Instead, "build packages"
uses itself, with (informally) target != build in all cases.

This is wrong because it violates the "sliding window" principle of
bootstrapping stages that shifting the platform triple of one stage to the
left coincides with the next stage's platform triple. Only because we don't
explicitly distinguish between "host" and "target" does it appear that the
"sliding window" principle is preserved--indeed it is over the reductionary
"platform double" of just "build" and "host/target".

Additionally, we build libc, libgcc, etc in the same stage as the compilers
themselves, which is wrong because they are used at runtime, not build
time. Fixing this is somewhat subtle, and the solution and problem will be
better explained in the commit that does fix it.

Commits after this will solve both these issues, at the expense of breaking
cross hashes. Native hashes won't be broken, thankfully.

--------

Did the temporary ugliness pan out? Of the packages that currently build in
`release-cross.nix`, the only ones that have their hash changed are
`*.gcc.crossDrv` and `bootstrapTools.*.coreutilsMinimal`. In both cases I
think it doesn't matter.

 1. GCC when doing a `build = host = target = foreign` build (maximally
    cross), still defines environment variables like `CPATH`[1] with
    packages.  This seems assuredly wrong because whether gcc dynamically
    links those, or the programs built by gcc dynamically link those---I
    have no idea which case is reality---they should be foreign. Therefore,
    in all likelihood, I just made the gcc less broken.

 2. Coreutils (ab)used the old cross-compiling infrastructure to depend on
    a native version of itself. When coreutils was overwritten to be built
    with fewer features, the native version it used would also be
    overwritten because the binding was tight. Now it uses the much looser
    `BuildPackages.coreutils` which is just fine as a richer build dep
    doesn't cause any problems and avoids a rebuild.

So, in conclusion I'd say the conservatism payed off. Onward to actually
raking the muck in the next PR!

[1]: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
2017-01-24 11:37:56 -05:00
zimbatm
c3e4c2f179 jjtraveler: remove package
The package is a java library that no other project is using and which
upstream source doesn't work.

See http://www.program-transformation.org/Tools/JJTraveler
2017-01-24 16:34:36 +00:00
zimbatm
31d1a52b0c lucene: 1.4.1 -> 1.4.3 2017-01-24 16:31:39 +00:00
zimbatm
4b284a2bb6 mockobjects: use sha256 hash 2017-01-24 16:28:20 +00:00
zimbatm
7ef36fface jclasslib: use sha256 hash 2017-01-24 16:27:20 +00:00
zimbatm
1005d786ba libjpeg62: remove
This package has broken upstream url and was only used by warsow
2017-01-24 16:22:25 +00:00
zimbatm
38cc58896c warsow: mark as broken
libjpeg62 is broken as well
2017-01-24 16:16:47 +00:00
zimbatm
a17311a33e antlr3: point to version 3.4
This was pointing to a broken upstream URL and is a beta release. No
dependent in the nixpkgs tree.
2017-01-24 16:15:21 +00:00
zimbatm
4958485bc3 ocamlPackages.ocaml_optcomp: update hash to sha256 2017-01-24 16:01:04 +00:00
Jörg Thalheim
ca8ab806bb
telegraf: 1.1.2 -> 1.2.0 2017-01-24 16:14:50 +01:00
Vladimír Čunát
30a94deac5
nss: remove parameter that just got unused 2017-01-24 15:56:36 +01:00
Lancelot SIX
b00a455752 gnupg21: 2.1.17 -> 2.1.18
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00013.html
for release announcement.
2017-01-24 15:51:14 +01:00
zimbatm
36ac7058d2 tetex: fix source urls 2017-01-24 14:46:33 +00:00
Vladimír Čunát
f8e39ec13c
nss: fetchpatch -> fetchurl
This isn't a dynamically generated patch, so it's not required,
and the hash was for unmodified patch anyway.
2017-01-24 15:43:53 +01:00
Jean-Pierre PRUNARET
fc6622a098 munin: 2.0.29 -> 2.0.30 2017-01-24 15:23:46 +01:00
Jean-Pierre PRUNARET
319879354b munin: fetchurl -> fetchFromGithub 2017-01-24 15:23:43 +01:00
Eelco Dolstra
b6adec130b Merge pull request #22093 from taku0/firefox-bin-51.0
firefox-bin: 50.1.0 -> 51.0
2017-01-24 15:17:54 +01:00
Eelco Dolstra
c2bd9cad11
sqlite: 3.15.2 -> 3.16.2 2017-01-24 14:54:19 +01:00
Eelco Dolstra
15114fc46a Merge pull request #22092 from taku0/firefox-51.0
firefox: 50.1.0 -> 51.0, firefox-esr: 45.6.0esr -> 45.7.0esr
2017-01-24 14:50:15 +01:00
Eelco Dolstra
2bf0f84f1f
nss: 3.27.2 -> 3.28.1 2017-01-24 14:49:46 +01:00
romildo
e8e5e640bb cbatticon: 1.6.4 -> 1.6.5 2017-01-24 11:43:11 -02:00
romildo
c99db543ab xfce4-whiskermenu-plugin: 1.6.1 -> 1.6.2 2017-01-24 11:33:00 -02:00
Bas van Dijk
52d44b76c1 opencv: upgrade from 3.1.0 to 3.2.0 2017-01-24 14:24:05 +01:00
taku0
9c9424d316 firefox: 50.1.0 -> 51.0, firefox-esr: 45.6.0esr -> 45.7.0esr 2017-01-24 22:10:58 +09:00
romildo
fee579701d hexchat: 2.12.3 -> 2.12.4
- Update hexchat to version 2.12.4
- Use sources from github, as the source at
http://dl.hexchat.net/hexchat/hexchat-2.12.4.tar.xz contains invalid symbolic
links in the directory 'build-aux'
- Run 'autogen.sh' to generate 'configure' and friends, as they are not
available in the distributed sources from github.
2017-01-24 11:00:41 -02:00
Eelco Dolstra
7bc801e282
curl: Apply upstream patch to fix https hangs
https://github.com/curl/curl/issues/1174

Fixes https://github.com/NixOS/nix/issues/1181.
2017-01-24 13:51:30 +01:00
Sander van der Burg
de9a4f5fb4 titaniumenv: add 6.0 SDK + bump kitchensink testcase 2017-01-24 13:22:16 +01:00
Jean-Pierre PRUNARET
11f878a0e5 add a maintainer 2017-01-24 13:05:58 +01:00
Jean-Pierre PRUNARET
86af731cf8 hubicfuse: 2.1.0 -> 3.0.0
* bump version
* fetchurl -> fetchFromGitHub
2017-01-24 13:05:58 +01:00
Eelco Dolstra
a82810c7a7
linux: Apply 9p veryloose patch to 4.9 2017-01-24 13:05:02 +01:00
Peter Simons
92b1e39e1c Merge pull request #22088 from roberth/fix-haskell-doctest-discover
haskellPackages.doctest-discover: fix
2017-01-24 12:05:47 +01:00
Robert Hensing
de8148d74c haskellPackages.doctest-discover: fix 2017-01-24 11:57:09 +01:00
Franz Pletz
7c5324f29a
nftables: disable broken xtables support 2017-01-24 11:47:34 +01:00
Arseniy Seroka
303a5a4e72 Merge pull request #22081 from ericsagnes/pkg-update/groonga
groonga: 6.1.1 -> 6.1.5
2017-01-24 13:28:09 +03:00
Sander van der Burg
4f7fe27065 titaniumenv: use Node.js 4.x for the CLI tools 2017-01-24 10:55:29 +01:00
Jörg Thalheim
4785a19444 Merge pull request #22073 from romildo/upd.pcmanfm
{lib,pcman}fm: 1.2.4 -> 1.2.5
2017-01-24 10:48:56 +01:00
Daiderd Jordan
adfb7e1f13
kwm: init at 1.1.4 2017-01-24 08:31:11 +01:00
Kamil Chmielewski
f50b61b275 pasystray: 0.5.2 -> 0.6.0 2017-01-24 07:19:04 +01:00
Eric Sagnes
4ef84c3115 groonga: 6.1.1 -> 6.1.5 2017-01-24 13:36:42 +09:00
Benjamin Staffin
be1b5c2a68 exercism: Broaden platforms to include darwin, etc 2017-01-23 21:54:38 -05:00
Corbin
46a522698e pythonPackages.twisted: Fix inotify on Linux. 2017-01-23 17:55:41 -08:00
Corbin
c90cab9d8a tahoelafs: 1.11.0 -> 1.12.1 2017-01-23 17:55:14 -08:00
Corbin
a1906fb541 pythonPackages.foolscap: 0.10.1 -> 0.12.6 2017-01-23 17:54:43 -08:00
Graham Christensen
d8464ef0e1 Merge pull request #22046 from DerTim1/nagiosplugins
NagiosPlugins: 2.1.4 -> 2.2.0, add SSL
2017-01-23 20:14:25 -05:00
Jaka Hudoklin
06ad459f5b Merge pull request #22071 from LnL7/kubeadm
kubernetes: add kubeadm command
2017-01-24 02:06:09 +01:00
Peter Hoeg
b960411637 dropbox: 17.4.33 -> 18.4.32 2017-01-24 08:58:01 +08:00
Graham Christensen
5c84eaaec3 Merge pull request #21344 from mdaiter/gWrap
gwrap: remove unnecessary checks
2017-01-23 19:56:40 -05:00
Graham Christensen
ea9f5cedef Merge pull request #22030 from joncojonathan/update-jetbrains
Updated versions of various Jetbrains applications, including PHPStor…
2017-01-23 19:47:06 -05:00
Shea Levy
46bec22f66 Revert "Add function to build a ghc standalone archive (OSX/iOS only)"
Partial revert of accidental changes.

This reverts commit 4f9f00fcc9.
2017-01-23 18:37:15 -05:00
Shea Levy
4f9f00fcc9 Add function to build a ghc standalone archive (OSX/iOS only) 2017-01-23 18:35:03 -05:00
Daiderd Jordan
e026568e6c Merge pull request #22027 from LnL7/darwin-go
go: fix tests on darwin
2017-01-24 00:27:45 +01:00
Daiderd Jordan
a751959b9f Merge pull request #22075 from romildo/upd.aria2
aria2: 1.29.0 -> 1.31.0
2017-01-24 00:09:25 +01:00
Daiderd Jordan
74b8449e4e Merge pull request #22077 from romildo/upd.roboto
roboto: 2.135 -> 2.136
2017-01-24 00:01:55 +01: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
Daiderd Jordan
b8fd1b7e16 Merge pull request #22078 from cransom/netdata
netdata: 1.4.0 -> 1.5.0
2017-01-23 23:49:25 +01:00
Bas van Dijk
f2afe922f4 opencv-3.1: make ippicv download URL consistent
with the URL defined in:

  https://github.com/opencv/opencv/blob/3.1.0/3rdparty/ippicv/downloader.cmake
2017-01-23 23:12:18 +01:00
Arseniy Seroka
a9a5dad531 Merge pull request #22068 from bachp/gitlab-runner-1.10.0
gitlab-runner: 1.9.0 -> 1.10.0
2017-01-24 00:54:32 +03:00
Casey Ransom
60e7f6d1b1 netdata: 1.4.0 -> 1.5.0 2017-01-23 16:49:24 -05:00
romildo
58a5a32dc9 roboto: 2.135 -> 2.136 2017-01-23 19:37:13 -02:00
Bas van Dijk
1853f174d1 opencv-3.1: get ippicv from the nix store
If ippicv can't be found in the directory:

  3rdparty/ippicv/downloads/${platform}-${md5}

it will be downloaded instead. Commit 7fedbe7 accidentally swapped the
md5 with the sha256 causing ippicv to be downloaded each time opencv
gets build. This patch fixes that.
2017-01-23 22:22:56 +01:00
romildo
69bbc78eee aria2: 1.29.0 -> 1.31.0 2017-01-23 19:16:05 -02:00
Thane Gill
bdd5b81f56 Fix syncthing-gtk hard coded paths 2017-01-23 13:08:08 -08:00
romildo
4e2d940125 pcmanfm: 1.2.4 -> 1.2.5 2017-01-23 19:01:40 -02:00
romildo
32a3f71149 libfm: 1.2.4 -> 1.2.5 2017-01-23 19:01:33 -02:00
Daiderd Jordan
0f91cdc45f
kwm: init at 4.0.4 2017-01-23 21:45:01 +01:00
Robert Helgesson
df89b9b9e9
perl-MooX-Types-MooseLike-Numeric: 1.02 -> 1.03
Also remove myself from maintainers.
2017-01-23 21:22:53 +01:00
Robert Helgesson
653a7d97cb
perl-MooseX-Types-Common: 0.001013 -> 0.001014
Also remove myself from maintainers.
2017-01-23 21:22:53 +01:00
Robert Helgesson
3c521ed1cf
svtplay-dl: 1.8 -> 1.9 2017-01-23 21:22:52 +01:00
Daiderd Jordan
0097db08d7
kubernetes: add kubeadm command 2017-01-23 21:13:31 +01:00
Kamil Chmielewski
29ac5d5209 vagrant: FIX #21365 add libxml2 and libxslt paths 2017-01-23 20:34:04 +01:00
Pascal Bach
55be1b30fc gitlab-runner: 1.9.0 -> 1.10.0 2017-01-23 20:32:17 +01:00
Daiderd Jordan
034d39b244
darwin: update shas, some sources where re-released with different metadata 2017-01-23 19:39:03 +01:00
Daiderd Jordan
7ac3f53eed Merge pull request #22051 from sifmelcara/update/crystal
crystal: 0.20.4 -> 0.20.5
2017-01-23 19:12:13 +01:00
Alistair Bill
231ecebfc6 neofetch: 2.0.2 -> 3.0 2017-01-23 17:45:29 +00:00
Tim Cuthbertson
ca38ef79e9 add nix-prefetch-source (#21734) 2017-01-23 17:44:43 +00:00
Marius Bergmann
00444cbf25 journalbeat service: init at 5.1.2
Journalbeat is a log shipper from systemd/journald to
Logstash/Elasticsearch. I added a package as well as a NixOS service
module for it.
2017-01-23 18:28:55 +01:00
Tim Steinbach
6aae00edfc rkt: 1.22.0 -> 1.23.0 2017-01-23 17:56:46 +01:00
Shea Levy
2154108270 haskell-modules/generic-builder: Fix copy-paste error 2017-01-23 11:35:59 -05:00
Arseniy Seroka
8156293bac Merge pull request #22053 from binarin/viber-6.5.5.1481
viber: 6.0.1.5 -> 6.5.5.1481
2017-01-23 18:42:11 +03:00
Domen Kožar
d4392aea0e Merge pull request #22059 from edofic/fix/fetchbower-ssl
fetchbower: fix SSL support
2017-01-23 16:15:44 +01:00
Joachim F
cc3ecce324 Merge pull request #22042 from rnhmjoj/dnscrypt-proxy
dnscrypt-proxy: 1.9.1 -> 1.9.4
2017-01-23 15:53:24 +01:00
Andraz Bajt
d72406985b
Fix fetchbower to handle SSL origins 2017-01-23 15:50:18 +01:00
Jascha Geerds
ebca0c5b1c Merge pull request #22055 from peterhoeg/u/tg
terragrunt: 0.9.1 -> 0.9.3
2017-01-23 15:46:40 +01:00
Peter Simons
24fed4d344 Merge pull request #22057 from shlevy/haskell-modules-cross-env
(haskellPackages.callPackage foo).env: Set the right env vars when cross-compiling
2017-01-23 14:30:58 +01:00
Shea Levy
b82d6b3a0a ios-cross: Expose the SDK directory via ccCross 2017-01-23 08:23:43 -05:00
Franz Pletz
33f4728a6c
youtubeDL: 2017.01.18 -> 2017.01.22 2017-01-23 14:19:28 +01:00
Alexey Lebedeff
0d7de0e431 viber: 6.0.1.5 -> 6.5.5.1481 2017-01-23 15:31:37 +03:00
rnhmjoj
a7b7d0fc3e
dnscrypt-proxy: 1.9.1 -> 1.9.4 2017-01-23 13:15:33 +01:00
taku0
28c3d7f868 firefox-bin: 50.1.0 -> 51.0 2017-01-23 21:12:22 +09:00
Matthew Daiter
cce6f35463 scotch: specify flex version 2017-01-23 13:58:08 +02:00
mingchuan
28f3b62efc crystal: 0.20.4 -> 0.20.5 2017-01-23 19:06:20 +08:00
Peter Hoeg
17af9e98ae terragrunt: 0.9.1 -> 0.9.3 2017-01-23 19:01:40 +08:00
Jaka Hudoklin
ab6f3609e1 Merge pull request #22048 from vdemeester/fix-docker-version-git-commit
Fixing the wrong Git Commit hash in docker version
2017-01-23 11:18:30 +01:00
Lancelot SIX
3b37b580db Merge pull request #22033 from jpierre03/pr-qgis
qgis: 2.16.2 -> 2.18.3

Built and tested locally.
2017-01-23 11:13:16 +01:00
Franz Pletz
e10cd27269
Merge branch 'staging' 2017-01-23 11:06:41 +01:00
Vincent Demeester
d79fa8850a
Fixing the wrong Git Commit hash in docker version
`DOCKER_GITCOMMIT` needs to match the tagged commit used to build the
binary. The current commit refers to 1.12.1 and wasn't update each
time we updated the package. Using a variable near the version and
adding a comment so we don't forget to update next time.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-01-23 10:32:17 +01:00
Tim Digel
016bec0e5e nagiosPluginsOfficial: 2.1.4 -> 2.2.0 2017-01-23 08:56:30 +01:00
Tim Digel
cfe4196696 nagiosPluginsOfficial: configure with ssl 2017-01-23 08:56:30 +01:00
rnhmjoj
d79ea39d04
pdns-recursor: init at 4.0.4 2017-01-23 08:09:51 +01:00
Peter Hoeg
025c571f1e wp-cli: add bash completion
Instead of creating 4 different tiny derivations, just stick everything into 1.
2017-01-23 12:50:55 +08:00
Tim Steinbach
32ae22b387
zulu: init at 8.19.0.1 2017-01-22 19:21:01 -05:00
Graham Christensen
13d6681ce7 release.nix: Only build Only build bootstrap tools when their system is supported 2017-01-23 00:08:21 +01:00
Shea Levy
0ff6b6fc0f (haskellPackages.callPackage foo).env: Set the right env vars when cross-compiling 2017-01-22 17:05:19 -05:00
Vladimír Čunát
df67f58fbf
gtk3: move gtk-update-icon-cache to the main output
This is basically what aa0fa19373 was for gtk2 and Xfce.
Fixes #20874, though I haven't tested it directly.
2017-01-22 22:57:52 +01:00
Jonathan Haddock
654167e17f Updated versions of various Jetbrains applications, including PHPStorm, IntelliJ, PyCharm.
clion                 2016.3   -> 2016.3.2
datagrip	      2016.3.2 -> 2016.3.2
idea-community        2016.3.2 -> 2016.3.3
idea-ultimate         2016.3.2 -> 2016.3.3
pycharm-community     2016.3   -> 2016.3.2
pycharm-professional  2016.3   -> 2016.3.2
phpstorm              2016.3   -> 2016.3.2
ruby-mine              2016.2.5 -> 2016.3.1
webstorm              2016.3.1 -> 2016.3.2
2017-01-22 21:29:11 +00:00
Alistair Bill
6a87904296 msgpack-tools: init at 0.6 2017-01-22 21:11:06 +00:00
Alistair Bill
15b4a37027 neofetch: init at 2.0.2 2017-01-22 21:46:31 +01:00
Tim Steinbach
fc8233a64f
kernel: 4.4.43 -> 4.4.44 2017-01-22 12:11:50 -05:00
Periklis Tsirakidis
01fef925fc rtags: 2.3 -> 2.8-p1 2017-01-22 17:46:26 +01:00
Jean-Pierre PRUNARET
632934862b qgis: enableParallelBuilding 2017-01-22 17:15:24 +01:00
Jean-Pierre PRUNARET
8d4fc1a65e qgis: 2.16.2 -> 2.18.3 2017-01-22 17:14:47 +01:00
Jörg Thalheim
cb602a4728 Merge pull request #22029 from Minoru/patch-1
paratype-pt-sane: s/sane/sans/
2017-01-22 16:15:37 +01:00
Franz Pletz
b1e9acfb18 Merge pull request #21990 from Mic92/utillinux
utillinux: undo seccomp sandbox and improve purity
2017-01-22 14:15:01 +01:00
Franz Pletz
dabedc40a9
ngrep: fix build due to new libpcap, use debian patches 2017-01-22 14:09:50 +01:00
Graham Christensen
c39fc44adf Merge pull request #22013 from peterhoeg/u/stk
supertuxkart: 0.9 -> 0.9.2
2017-01-22 08:05:49 -05:00
Alexander Batischev
733365b22f paratype-pt-sane: s/sane/sans/ 2017-01-22 15:20:14 +03:00
Franz Pletz
268e57bcc5
libvirt-glib: 0.2.3 -> 1.0.0 2017-01-22 13:01:03 +01:00
Franz Pletz
4d8dbb63d7
pythonPackages.libvirt: 2.5.0 -> 3.0.0 2017-01-22 13:01:03 +01:00
Franz Pletz
a50ff980be
libvirt: 2.5.0 -> 3.0.0 2017-01-22 13:01:02 +01:00
Franz Pletz
152f1131c4
liboping: 1.8.0 -> 1.9.0 2017-01-22 13:01:02 +01:00
Franz Pletz
f09c5c9c45
nftables: 0.6 -> 0.7, enable xtables support 2017-01-22 13:01:01 +01:00
Franz Pletz
210f894c12
iptables: split out dev output 2017-01-22 13:01:01 +01:00
Franz Pletz
016a194ac8
conntrack_tools: 1.4.3 -> 1.4.4 2017-01-22 13:01:01 +01:00
Franz Pletz
8a7407e881
libnftnl: 1.0.6 -> 1.0.7 2017-01-22 13:01:00 +01:00
Franz Pletz
57145c6251
libnetfilter_conntrack: 1.0.5 -> 1.0.6 2017-01-22 13:01:00 +01:00
Franz Pletz
9156d932b6
tcpdump: 4.7.4 -> 4.8.1 2017-01-22 13:01:00 +01:00
Franz Pletz
f3f5045432
libpcap: 1.7.4 -> 1.8.1 2017-01-22 13:00:59 +01:00
Franz Pletz
608c167f95
libmicrohttpd: 0.9.50 -> 0.9.52 2017-01-22 13:00:59 +01:00
Franz Pletz
281a56af4a
collectd: 5.6.0 -> 5.7.0 2017-01-22 13:00:58 +01:00
Franz Pletz
77c891f55c
rrdtool: 1.5.5 -> 1.5.6 2017-01-22 12:57:53 +01:00
Franz Pletz
a9c1d92695
varnish: 4.0.3 -> 5.0.0 2017-01-22 12:57:47 +01:00
Bjørn Forsman
6db593164a epiphany: 3.22.4 -> 3.22.5 (fixes source hash)
I don't know what happened in 754a9cf698
("gnome3.20: remove"), but that hash doesn't work. (Did gnome update
tarball in place?)

I ran "./maintainers/scripts/gnome.sh update epiphany" and selected the
current major.minor version. Now the hash is working.
2017-01-22 11:50:30 +01:00
Peter Hoeg
0d785c5986 supertuxkart: 0.9 -> 0.9.2
Also known as the "get ready for babysitting the nieces" release.
2017-01-22 12:30:14 +08:00
Daiderd Jordan
99f8e2c9cb
go_1_6: disable x509 tests on darwin 2017-01-22 02:03:50 +01:00
Daiderd Jordan
79a7729338
go_bootstrap: fix tests on darwin 2017-01-22 01:41:37 +01:00
Bjørn Forsman
4b2f2ccf16 pencil: 2.0.18 -> 2.0.21 2017-01-22 01:08:14 +01:00
Charles Strahan
d298a961f1 Merge pull request #21416 from cstrahan/mesos-1.1.0
mesos: 1.0.1 -> 1.1.0
2017-01-21 19:05:18 -05:00
Jörg Thalheim
7cb14d4353 Merge pull request #22020 from Mic92/zfs
ZfsUnstable: 0.7.0-rc2 -> 0.7.0-rc3
2017-01-21 23:50:28 +01:00
Pascal Wittmann
487f2cfef8
groovy: 2.4.7 -> 2.4.8 2017-01-21 23:40:13 +01:00
Pascal Wittmann
280750c37d
datamash: 1.1.0 -> 1.1.1 2017-01-21 23:36:43 +01:00
Pascal Wittmann
57f1198bbc
udunits: 2.2.21 -> 2.2.23 2017-01-21 23:36:40 +01:00
Franz Pletz
56c6a4391f
zfs: add hint to try unstable version, fix typo 2017-01-21 23:35:55 +01:00
Franz Pletz
8642b6ce99 Merge pull request #22024 from schneefux/pkg.nextcloud
nextcloud: 11.0.0 -> 11.0.1
2017-01-21 23:26:10 +01:00
Pascal Wittmann
6bf6026b65
filezilla: 3.23.0.2 -> 3.24.0 2017-01-21 22:56:15 +01:00
Jörg Thalheim
39f08c7465
gajim: fix patch url 2017-01-21 22:06:04 +01:00
Franz Pletz
3c49d9788c
signing-party: 2.2 -> 2.5, install all tools 2017-01-21 20:46:04 +01:00
Franz Pletz
c796bfc0ba
libmd: clean up autoreconfHook usage 2017-01-21 20:42:41 +01:00
Franz Pletz
61caacbf47
linux: 4.1.36 -> 4.1.38 2017-01-21 20:41:38 +01:00
Franz Pletz
ce3b98d08b
linux: 3.18.45 -> 3.18.47 2017-01-21 20:41:36 +01:00
vbgl
664d1d6dc9 Merge pull request #21261 from vbgl/uutf-1.0.0
Eliom 6 and various OCaml package updates
2017-01-21 20:23:28 +01:00
Peter Simons
f0314dea93 haskell-http-api-data: update overrides for latest version 2017-01-21 20:06:32 +01:00
Peter Simons
0d6d18c098 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-8-g0d49e12 from Hackage revision
6d0e8a7e4b.
2017-01-21 20:06:32 +01:00
Vincent Laporte
1f0d5bfcf9 smplayer: 16.11.0 -> 17.1.0 2017-01-21 19:56:06 +01:00
Michael Raskin
6a039c6d78 Merge pull request #22022 from schneefux/pkg.wallabag
wallabag: 2.1.4 -> 2.1.6
2017-01-21 18:47:11 +00:00
Michael Raskin
46eecaf0d4 Merge pull request #21726 from rnhmjoj/palemoon
[WIP] palemoon: init at 27.0.3
2017-01-21 18:46:09 +00:00
Karn Kallio
4b1da9ba67 Postiats version 0.3.0
The attached patch updates the Postiats nixpkgs expression to the
latest released 0.3.0 version.

From c89bfabd847ebd62c8dd77cb7385ea4effa929be Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Sat, 21 Jan 2017 13:28:23 -0400
Subject: [PATCH] ats2 : update Postiats to the latest released 0.3.0 version.
2017-01-21 13:38:35 -05:00
Michael Raskin
4d337f1c86 Merge pull request #22019 from schneefux/pkg.discordpy
pythonPackages.discordpy: 0.16.0 -> 0.16.4
2017-01-21 18:24:07 +00:00
Michael Raskin
80c1340b87 Merge pull request #22016 from rasendubi/w3m
w3m: fix package name
2017-01-21 18:22:09 +00:00
Michael Raskin
52103deef1 Merge pull request #22006 from womfoo/bump/facter-3.5.1
facter: 3.4.1 -> 3.5.1 and related deps
2017-01-21 18:14:08 +00:00
Peter Simons
ad7a2b7ee8 Merge pull request #22010 from robbinch/pkg-tinc
haskellPackages.tinc: 20161102 -> 20161119
2017-01-21 18:45:09 +01:00
Peter Simons
843de20898 Fix evaluation presumably broken in 754a9cf698 by @globin. 2017-01-21 18:28:13 +01:00
Jörg Thalheim
adecd56871
splUnstable: 0.7.0-rc2 -> 0.7.0-rc3 2017-01-21 18:18:33 +01:00
Jörg Thalheim
c33e1e06fa
zfsUnstable: 0.7.0-rc2 -> 0.7.0-rc3 2017-01-21 18:18:17 +01:00
schneefux
afb3d5c9cb
pythonPackages.discordpy: 0.16.0 -> 0.16.4 2017-01-21 18:10:10 +01:00
Robin Gloster
189f64d8e7
gnome3.20: fixup removal, mark termite as broken 2017-01-21 17:42:12 +01:00
Robin Gloster
754a9cf698
gnome3.20: remove
closes #19745
2017-01-21 17:26:42 +01:00
schneefux
8eb7c70da8
nextcloud: 11.0.0 -> 11.0.1 2017-01-21 16:56:35 +01:00
schneefux
fb92916df8
wallabag: 2.1.4 -> 2.1.6 2017-01-21 16:14:45 +01:00
Arseniy Seroka
1919908d9f Merge pull request #22018 from schneefux/pkg.vim-gruvbox
vim plugins: add gruvbox
2017-01-21 18:12:22 +03:00
schneefux
9ffd864e01
vim plugins: added gruvbox 2017-01-21 16:07:28 +01:00
Vincent Laporte
86b74fb76b alt-ergo: 0.99.1 -> 1.30 2017-01-21 13:44:41 +00:00
Vincent Laporte
8c928cd55a why3: 0.87.1 -> 0.87.3 2017-01-21 13:31:10 +00:00
Franz Pletz
140d135ee2
libopus: add patch to fix CVE-2017-0381 2017-01-21 14:14:46 +01:00
Alexey Shmalko
09b3df542d
w3m: fix package name
nix-repl> builtins.parseDrvName "w3m-v0.5.3+git20161120"
{ name = "w3m-v0.5.3+git20161120"; version = ""; }

nix-repl> builtins.parseDrvName "w3m-0.5.3+git20161120"
{ name = "w3m"; version = "0.5.3+git20161120"; }
2017-01-21 15:02:02 +02:00
Ollie Charles
72a002f9d6 golden-cheetah: Switch to 3.4 stable 2017-01-21 12:26:30 +00:00
Jaka Hudoklin
4884fa4502 Merge pull request #20656 from vdemeester/docker_1_13
Update to docker 1.13.x
2017-01-21 12:19:06 +01:00
Vladimír Čunát
81d9893bcd
rpm-ostree: fix build by using older gperf for now 2017-01-21 09:20:02 +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
Michael Raskin
dc6413399c eudev: fix build with a fresh gperf 2017-01-21 08:55:17 +01:00
Robbin C
8a89d89352 haskellPackages.tinc: 20161102 -> 20161119 2017-01-21 11:58:25 +08:00
Daiderd Jordan
78c68f23d0 Merge pull request #21815 from deepfire/irony-server
irony-server:  init at irony version
2017-01-21 01:55:22 +01:00
Kosyrev Serge
7ceca3dbbc irony-server: init at 'same-version-irony-of-chosen-elpa` 2017-01-21 03:43:20 +03:00
Daiderd Jordan
c7d49e5f69
darwin: fixed eval of frameworks 2017-01-21 01:01:46 +01:00
Robert Helgesson
ba4687c3ea
radeontop: 2016-07-04 -> 2016-10-28
This is actually version 1.0 but to support `nix-env -u` we continue
using the release date.
2017-01-20 23:14:53 +01:00
Sander van der Burg
5cf1a4d36a nodePackages: upgrade node2nix to version 1.1.1 and regenerate the package set 2017-01-20 22:05:44 +01:00
Daiderd Jordan
66c0b9d292 Merge pull request #19361 from schneefux/gogs
gogs: init at v0.9.97
2017-01-20 20:47:38 +01:00
Thomas Tuegel
892a831726
kde5.plasma-desktop: don't stop ibus
Stopping ibus when keyboards are hotplugged causes applications to lose
input. See https://bugs.kde.org/show_bug.cgi?id=359109 for more details.
2017-01-20 13:37:13 -06:00
Thomas Tuegel
7a92f2aab4
kde5.plasma-desktop: move patches to quilt 2017-01-20 13:37:13 -06:00
Shea Levy
e70dcf6818 ios-cross: Bump sdk version, verify sdk install at build time 2017-01-20 14:10:15 -05:00
Carles Pagès
305e3e27b6 yafc: remove
Some things are broken and it's no longer maintained.
2017-01-20 16:55:30 +01:00
Carles Pagès
fd400ced6b Rename page to cpages to match github
I also updated the mail.
2017-01-20 16:55:29 +01:00
Kranium Gikos Mendoza
46cb55ced8 facter: 3.4.1 -> 3.5.1 2017-01-20 23:38:25 +08:00
Vladimír Čunát
6b6553c768
Merge branch 'staging'
It contains security updates.  I somehow forgot to push this yesterday.
2017-01-20 16:33:59 +01:00
Rickard Nilsson
e3597b9ddf grafana: 4.0.2 -> 4.1.1 2017-01-20 16:29:54 +01:00
Franz Pletz
9b92a07843
treewide: use lib.maintainers for meta.maintainers 2017-01-20 15:44:28 +01:00
Robin Gloster
ea7dadcaf6
pythonPackages.Pweave: disable broken tests 2017-01-20 15:39:14 +01:00
Shea Levy
34c52896d1 linux 4.9.4 -> 4.9.5 2017-01-20 09:36:04 -05:00
Shea Levy
0fdef7d2f1 4.9 is the latest longterm kernel.
https://lkml.org/lkml/2017/1/19/339
2017-01-20 09:34:19 -05:00
Tuomas Tynkkynen
1feedf25df U-Boot: 2016.11 -> 2017.01 2017-01-20 14:50:02 +02:00
Kranium Gikos Mendoza
a85c994dd1 leatherman: 0.9.0 -> 0.10.1 2017-01-20 20:20:20 +08:00
Kranium Gikos Mendoza
1fafd2a2d3 cpp-hocon: 0.1.2 -> 0.1.4 2017-01-20 20:19:52 +08:00
Michael Raskin
6b124e29e8 Merge pull request #22002 from ivan-tkatchev/pullrequest3
swig: fix problem similar to #16161.
2017-01-20 12:06:02 +00:00
tkatchev
067a9ee73e swig: fix problem similar to #16161. 2017-01-20 14:34:10 +03:00
Michael Raskin
ac27b9d836 Merge pull request #22001 from nlewo/qemu-cve
Qemu CVEs
2017-01-20 11:28:14 +00:00
Michael Raskin
bd918cdbef Merge pull request #22000 from ivan-tkatchev/pullrequest3
swig: fix problem similar to #16161.
2017-01-20 11:01:02 +00:00
Michael Raskin
e5acde0cf4 php71: 7.1.0 -> 7.1.1
@NixOS/security-notifications (for all three updates)

Relevant to #21967
2017-01-20 11:54:44 +01:00
Michael Raskin
ff5ef7d052 php70: 7.0.14 -> 7.0.15 2017-01-20 11:54:34 +01:00
Michael Raskin
35fdfd88d4 php56: 5.6.29 -> 5.6.30 2017-01-20 11:54:03 +01:00
tkatchev
cf8ca492af swig: fix problem similar to #16161. 2017-01-20 13:16:13 +03:00
Antoine Eiche
9f1514f086 qemu: fix several CVEs
- CVE 2016-9845
- CVE-2016-9846
- CVE-2016-9907
- CVE-2016-9912
2017-01-20 11:09:02 +01:00
Antoine Eiche
0bd3f82a67 qemu: fix the url of patch for CVE-2016-9921 and CVE-2016-9922 2017-01-20 11:02:22 +01:00
Gabriel Ebner
6c9f4a61be lean: 2017-01-14 -> 3.0.0 2017-01-20 10:59:54 +01:00
Michael Raskin
c50361b91a Merge pull request #21997 from peterhoeg/f/diag
blockdiag: use version as part of name
2017-01-20 09:34:18 +00:00
Michael Raskin
505b3f3c94 Merge pull request #21996 from nicknovitski/newsbeuter-darwin
Newsbeuter: fix darwin build and podbeuter download
2017-01-20 09:33:35 +00:00
Michael Raskin
5acb6c2cb5 Merge pull request #21991 from layus/fixup-pcsclite
pythonPackages.pcsclite: refactor
2017-01-20 09:31:11 +00:00
Michael Raskin
6cdabd96f1 Merge pull request #21987 from ivan-tkatchev/pullrequest2
libkrb5: fix issue #16161.
2017-01-20 09:29:03 +00:00
Nikolay Amiantov
d75a3cfb29 Merge pull request #21995 from abbradar/opencl
Fix OpenCL support
2017-01-20 12:09:17 +03:00
Rickard Nilsson
7f71dd0c49 opentsdb: 2.2.0 -> 2.3.0 2017-01-20 09:52:30 +01:00
Rickard Nilsson
1948cdf3f4 elasticsearch2: Minor cleanup 2017-01-20 09:52:07 +01:00
Rickard Nilsson
86fc322e0a elasticsearch2: 2.4.0 -> 2.4.4 2017-01-20 09:51:40 +01:00
Rickard Nilsson
7b885e339b hbase: 0.98.19 -> 0.98.24 2017-01-20 09:51:05 +01:00
Vincent Laporte
18a5e1522c ocamlPackages.{camlpdf,cpdf}: 2.1.1 -> 2.2.1 2017-01-20 06:37:48 +00:00
Graham Christensen
cda11c958e
pythonPackages.pysaml2: patch against external XML entities (CVE-2016-10127) 2017-01-19 22:53:40 -05:00
Robin Gloster
b81d07e6e6
ardour: 5.4 -> 5.5 2017-01-20 03:10:12 +01:00
Robin Gloster
7acadd6f9b
ardour{3,4}: remove due to build failures 2017-01-20 02:52:16 +01:00
Robin Gloster
f11a0e0eff
gnome3.nemiver: fix build 2017-01-20 02:38:50 +01:00
Robin Gloster
97f5eea0b6
gnome3.libgames-support: 1.0 -> 1.2.1 2017-01-20 02:21:53 +01:00
Peter Hoeg
30597dd656 blockdiag: use version as part of name
All the other "diags" have the version as part of the name.
2017-01-20 09:15:34 +08:00
Nick Novitski
489c593b68 newsbeuter: darwin build working and enabled 2017-01-20 14:10:59 +13:00
Nick Novitski
5fb2fc73db newsbeuter: podbeuter can download without segfaulting 2017-01-20 14:10:58 +13:00
Nikolay Amiantov
1db8ab66e3 opencl-info: init at 2014-02-21 2017-01-20 03:37:51 +03:00
Nikolay Amiantov
cc68ab1ae2 opencl-headers: 2.1.0 -> 2.1-2016-11-29 2017-01-20 03:37:51 +03:00
Nikolay Amiantov
5c65546725 opencl-clhpp: init at 2.0.10 2017-01-20 03:37:51 +03:00
Nikolay Amiantov
05eee18e7a linuxPackages.nvidia_x11: fix OpenCL support
* Move OpenCL .icd file to the right place;
* Remove libOpenCL.so (we use ocl-icd instead).
2017-01-20 03:37:51 +03:00
Nikolay Amiantov
45c8c077ad beignet: 1.1.2 -> 1.2.1
Split unit tests to a separate package.
2017-01-20 03:37:51 +03:00
Nikolay Amiantov
af7a8a36df ocl-icd: 2.2.9 -> 2.2.10
Patch to search for OpenCL vendor files in Mesa driver link directory.
2017-01-20 03:37:51 +03:00
Nikolay Amiantov
10bae1a207 opencl-icd: remove, point to ocl-icd 2017-01-20 03:37:51 +03:00
John Wiegley
35aebd45f2
haskellPackages.servant_09_1_1,servant-client_0_9_1_1: update http-api-data reference 2017-01-19 15:47:14 -08:00
Robin Gloster
0387e10928
gmuc: 0.7.2 -> 0.10.1 2017-01-20 00:35:35 +01:00
Robin Gloster
0f86750d1d
mpir: add patch to account for sed update 2017-01-20 00:15:53 +01:00
Robin Gloster
f4bff9d633
freepv: 0.3.0_beta1 -> 0.3.0, fix build 2017-01-19 23:35:40 +01:00
Graham Christensen
a927abbee0 qt55.qtbase: fix patch sha with fetchpatch instead of fetchurl 2017-01-19 22:56:08 +01:00
schneefux
3f3b6e6b6c uwsgi: enable php plugin 2017-01-19 22:47:10 +01:00
schneefux
a7f25fe167 php: add embedded package 2017-01-19 22:47:10 +01:00
Matthew Justin Bauer
10cfe945fe xcbuild: 0ab861ab -> 0.1.1 (#21895)
* xcbuild: add xcode-select wrapper
* xcbuild: update to 0.1.1
2017-01-19 22:21:00 +01:00
Graham Christensen
003ae42ae6 packet: init at 20161215-2b8f07a
Signed-off-by: Robin Gloster <mail@glob.in>
2017-01-19 22:17:30 +01:00
Bjørn Forsman
1b5d5e3913 nmap-graphical: rename from nmap_graphical
Align attrpath and pkgname. Add backwards compatibility alias.
2017-01-19 20:12:28 +01:00
Bjørn Forsman
c20062311b Fix evaluation (xmpppy: use correct 'licenses' attr)
CC @Mic92
2017-01-19 20:12:21 +01:00
Vladimír Čunát
5326cb7340
webkit: security 2.14.2 -> 2.14.3
https://webkitgtk.org/security/WSA-2017-0001.html
/cc #21967.
2017-01-19 19:25:02 +01:00
Jörg Thalheim
6762884a9a
python27Packages.jabberbot: init at 0.16 2017-01-19 19:10:23 +01:00
Jörg Thalheim
1708d4da13
python27Packages.xmpppy: fix ssl socket api 2017-01-19 19:10:16 +01:00
Peter Simons
db4bcbe7e1 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-8-g0d49e12 from Hackage revision
de841f2282.
2017-01-19 19:01:03 +01:00
Peter Simons
87a5de01a7 LTS Haskell 7.16 2017-01-19 19:00:31 +01:00
Robin Gloster
a6ebca448e
iproute: update fan patches 2017-01-19 17:28:22 +01:00
Robin Gloster
9e60e432ba
dvdisaster: fix broken make discovery 2017-01-19 17:06:51 +01:00
Robin Gloster
d9418bf8fb
eduke32: fix build 2017-01-19 16:52:40 +01:00
Robin Gloster
9cb67274fc
treewide: fix evaluation
cc @Mic92 @nixy @7c6f434c
2017-01-19 16:50:42 +01:00
Robin Gloster
fa79441055
mysql-workbench: 6.3.7 -> 6.3.8
fixes #21226
2017-01-19 16:41:31 +01:00
Robin Gloster
24038e6385
mysql-workbench: rename from mysqlWorkbench, add alias
fixes #21226
2017-01-19 16:41:30 +01:00
Guillaume Maudoux
e735f85c4d pythonPackages.pcsclite: refactor 2017-01-19 15:20:54 +01:00
Jörg Thalheim
104a37a9fb
util-linux: improve purity by using login from shadow
replacing shutdown in postPatch phase is not necessary as rtcwake was already
patched to use the search path (the only user of shutdown)
2017-01-19 15:13:38 +01:00
Jörg Thalheim
4b9b1fa945
util-linux: remove seccomp sandbox for CVE-2016-2279
the patch for CVE-2016-2779 was reverted by upstream and was not adopted
by any other downstream distributions. Upstream waits for a better fix
in the kernel:
https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28-ReleaseNotes
2017-01-19 15:10:18 +01:00
Jörg Thalheim
805e6804b1 Merge pull request #21873 from Mic92/python-packages
Dependencies for realms-wiki
2017-01-19 12:23:30 +01:00
Michael Raskin
03700daf07 ikiwiki: 3.20160905 -> 3.20170111 2017-01-19 11:33:17 +01:00
Vladimír Čunát
64b7f096e6
knot-dns: 2.3.3 -> 2.4.0 2017-01-19 11:23:21 +01:00
tkatchev
6d211110f5 libkrb5: fix issue #16161. 2017-01-19 13:16:46 +03:00
Michael Raskin
7f2769ff62 Merge pull request #21983 from jonmeredith/master
Add yubioath-desktop application and required pyscard module
2017-01-19 09:35:52 +00:00
Michael Raskin
553ef5d3aa Merge pull request #21975 from lsix/update_python_celery
Update python celery
2017-01-19 09:34:34 +00:00
Michael Raskin
90e7568bfc Merge pull request #21973 from nixy/init/hy
hy: init at 0.11.1
2017-01-19 09:32:09 +00:00
Jörg Thalheim
91852be548 Merge pull request #21985 from ericsagnes/pkg-fix/styx-themes.agency
styx-themes.agency: fix version typo
2017-01-19 09:45:21 +01:00
Vladimír Čunát
29380256a6
Merge #21979: remove duplicate xorg.intelgputools
... in favor of intel-gpu-tools.
2017-01-19 09:44:22 +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
Vladimír Čunát
42c1f449bd
intel-gpu-tools: finish removing the duplicate 2017-01-19 09:41:38 +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
Jörg Thalheim
b502bba10b Merge pull request #21981 from erictapen/python27Packages.influxdb-update
python27Packages.influxdb: 0.1.12 -> 4.0.0
2017-01-19 09:25:43 +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
Vladimír Čunát
f4f885243e
treewide: switch more packages to older gperf
They wouldn't build otherwise.
2017-01-19 09:09:16 +01:00
Eric Sagnes
806d8c19ba styx-themes.agency: fix version typo 2017-01-19 16:30:43 +09:00
Vincent Laporte
d1c3cc63e1 jabref: 3.6 -> 3.8.1 2017-01-19 05:54:05 +00:00
Vincent Laporte
75cea1db58 ocamlPackages.fpath: init at 0.7.1
Fpath is an OCaml module for handling file system paths with POSIX and Windows conventions.

Homepage: http://erratique.ch/software/fpath
2017-01-19 05:51:49 +00:00
Jon Meredith
d9340971d9 Add yubioath-desktop application and required pyscard module to support it 2017-01-18 19:13:31 -08:00
Justin Humm
b635355554 python27Packages.influxdb: 0.1.12 -> 4.0.0
Updated, as the old package is not compatible with current InfluxDB versions.
Changed buildInputs as following:
* requests -> requests2 as it is newer
* added dateutil as it is needed
* added tytz as it is needed
* added six as it is needed
2017-01-19 02:52:42 +00:00
Thomas Tuegel
0baa434f2c Merge pull request #21977 from bjornfor/kde-printing
kde5: fix error message in "Add Printer" dialog
2017-01-18 19:06:16 -06:00
Pascal Wittmann
08e99191f6
remove xorg.intelgputools in favor of intel-gpu-tools
There is no reason in having both and the latter is a
separate derivation and thus easier to maintain.

Closes #21976
2017-01-18 21:47:22 +01:00
Daiderd Jordan
2b0ca8dc5d Merge pull request #21681 from matthewbauer/anki
Anki: Darwin support
2017-01-18 21:41:11 +01:00
Vincent Demeester
74d4d3e4f9
docker: 1.12.6 -> 1.13.0
- Update docker version to 1.13.0.
- Introduce now docker-proxy package (from libnetmork).
- Use overrideDerivation to set the correct version for docker.
- Update tini to make sure we can build it static.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-01-18 21:33:37 +01:00
Stefan Götz
63bb3f3fa6 youtube-dl: 2017.01.14 -> 2017.01.18 2017-01-18 21:12:55 +01:00