Commit graph

26041 commits

Author SHA1 Message Date
Domen Kožar 6d9fe5dc8a Revert "nixpkgs: add tested alias for unstable job"
This reverts commit 69e614d1e6.
2016-10-13 17:06:03 +02:00
Daniel Peebles 3e2fe0127b Merge pull request #19437 from gnidorah/master
pakcs: fixed for darwin
2016-10-13 08:08:06 -04:00
Carles Pagès d037837cf9 kodi: link to libva-full
Fixes #19480 (vaapi support)
2016-10-13 11:28:50 +02:00
Alex Ivanov 82986b7369 erlangR16_odbc: fixed for darwin 2016-10-13 09:23:45 +03:00
Dan Peebles 9617f61164 xcbuild: init at 49f8a592 2016-10-13 00:32:19 -04:00
aszlig 09d3493282
buildLinux/linuxManualConfig: Allow .override
Regression introduced by da36847d92.

The kernelPackages NixOS module option now uses .override to add kernel
patches defined in boot.kernelPatches into the kernel within the
kernelPackages set.

For generic kernels, we already have an .override which comes with
callPackage, but pkgs.linuxManualConfig is a function where we want to
override the attributes passed to it.

The callPackage to manual-config.nix only allows us to override its
internal attributes but not the attributes of the function returned.

Simplified it looks like this:

                                      .----- .override provided by
                                    __|__    callPackage
                                   |     |
(callPackage .../manual-config.nix { ... }) { ... }
                                            |_____|
                                               |
                                  the one -----'
                                  we actually want to override

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-10-12 23:52:23 +02:00
Dan Peebles f35ab9c2f8 rpm-ostree: 2016.1 -> 2016.10
This also updates a bunch of its dependencies to enable the update,
and gets rid of libhif because upstream stopped maintaining it as
such, instead using it internally in other projects until they can
agree on an interface for it. Nothing seemed to be using libhif so
I'm not too concerned about removing it.
2016-10-12 20:31:02 +00:00
Jörg Thalheim 1371499530 Merge pull request #19486 from Mic92/neovim
python3Packages.neovim: include trollius only for py < 3.4
2016-10-12 20:57:57 +02:00
Jörg Thalheim da32d7ea85
python3Packages.neovim: include trollius only for py < 3.4
trollius breaks python3 because it includes the enum module
2016-10-12 20:56:58 +02:00
Tim Steinbach d313a114f1 Merge pull request #19488 from peterhoeg/mysqltuner
mysqltuner: init at 1.6.18
2016-10-12 12:41:08 -04:00
Tim Steinbach 259dcac753 Merge pull request #19484 from peterhoeg/vala
vala: unify builders for various versions
2016-10-12 09:32:38 -04:00
Peter Hoeg 7849677a70 mysqltuner: init at 1.6.18 2016-10-12 21:26:53 +08:00
Peter Hoeg a6d1d06a95 vala: unify builders for various versions
We are currently carrying a number of vala versions where each version
is essentially just a copy of the earlier version.

This PR gets rid of a ton of duplication and uses a standard builder.

Secondly, we add a definition for the latest vala 0.34.1.

Lastly, we add a generic "vala" that refers to the latest stable
version.

I have tried changing the definitions for "simple-scan" and "valum" to use
the latest vala version and they at least compile OK so I'll try a
massive sed job to replace all the definitions later to simply use the
latest version through "vala" instead of specifying a version directly.

According to upstream:

"Well-maintained packages are expected to always build with the latest
stable Vala version."

Maybe this means that my generic builder is then no longer necessary. Oh well...

I added myself to the maintainer array for vala although I have no
interest in the language - this was purely a nix exercise for me but I
thought it was reasonable to be the one to clean up the mess if this has
side effects...

Cc: @antono and @lethalman
2016-10-12 21:12:05 +08:00
Robin Gloster b743ddf8f9
sslscan: enable ssl2 checking 2016-10-12 14:36:41 +02:00
Robin Gloster 9838b80e91 docker-distribution: init at 2.5.1 2016-10-12 14:05:09 +02:00
Jörg Thalheim 9079bc08e5 Merge pull request #19362 from davorb/purple-facebook
purple-facebook: init at 66ee77378d82
2016-10-12 13:38:34 +02:00
Franz Pletz 8a59ad167e atlassian-crowd: init at 2.10.1 2016-10-12 13:17:24 +02:00
Franz Pletz 7edaceeb33 atlassian-jira: init at 7.2.2 2016-10-12 13:17:24 +02:00
Franz Pletz 18790e45d8 atlassian-confluence: init at 5.10.4 2016-10-12 13:17:24 +02:00
Michael Raskin 2ca8833383 make-tarball.nix: filter out MD5 warnings in evaluation check 2016-10-12 10:50:58 +02:00
Charles Strahan da36847d92
nixos: make it easy to apply kernel patches
This makes it easy to specify kernel patches:

    boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ];

To make the `boot.kernelPatches` option possible, this also makes it
easy to extend and/or modify the kernel packages within a linuxPackages
set. For example:

    pkgs.linuxPackages.extend (self: super: {
      kernel = super.kernel.override {
        kernelPatches = super.kernel.kernelPatches ++ [
          pkgs.kernelPatches.ubuntu_fan_4_4
        ];
      };
    });

Closes #15095
2016-10-11 19:59:00 -04:00
Jascha Geerds 289c7cfc69 pythonPackages.libtmux: 0.5.0 -> 0.6.0 2016-10-11 23:51:41 +02:00
Daiderd Jordan 39106e757c Merge pull request #19458 from dipinhora/boto-update
boto: 2.41.0 -> 2.42.0
2016-10-11 23:22:44 +02:00
Daiderd Jordan 0dd3f7d4e9 Merge pull request #19461 from dipinhora/packet-python
packet-python: init at 1.31
2016-10-11 23:18:09 +02:00
Domen Kožar 735c1cacbd fix unstable job evaluation 2016-10-11 23:08:50 +02:00
Peter Simons 2804067fc8 Merge pull request #19462 from dipinhora/pony-stable
pony-stable: init at 2016-10-10
2016-10-11 22:43:07 +02:00
dipinhora 8a7cb597ae pony-stable: init at 2016-10-10 2016-10-11 16:07:55 -04:00
dipinhora 67d22db807 packet-python: init at 1.31 2016-10-11 15:35:15 -04:00
Graham Christensen 945da0166c Merge pull request #19432 from sternenseemann/libhttpseverywhere
libhttpseverywhere: init at 0.1.0
2016-10-11 14:15:31 -04:00
Vladimír Čunát 9d1dfc9ed0 Merge #18861: add AMDGPU-PRO driver 2016-10-11 19:57:30 +02:00
David McFarland 3b4ce62451 amdgpu-pro: Init at 16.30.3-315407 2016-10-11 14:19:38 -03:00
dipinhora 7aac81d93a boto: 2.41.0 -> 2.42.0 2016-10-11 10:49:12 -04:00
sternenseemann 3229de5eb5 libhttpseverywhere: init at 0.1.0 2016-10-11 07:58:51 +02:00
Shea Levy ecb596b898 uri: init at 2016-09-04 2016-10-10 20:27:07 -04:00
Sander van der Burg b44e79e240 lhasa: init at 0.3.1 2016-10-10 20:48:00 +00:00
Daiderd Jordan 3e8af1ec90
libcaca: fix missing darwin inputs 2016-10-10 19:05:37 +02:00
Davor Babić 7cf6f46bd1 purple-facebook: init at 66ee77378d82
adds inherit src meta
2016-10-10 16:23:27 +02:00
Jörg Thalheim e325f010f0 Merge pull request #17579 from leenaars/arpa2deps
quick-der library, asn2quickder + hexio tools
2016-10-10 11:55:45 +02:00
Jörg Thalheim 6f389da98d Merge pull request #19399 from sternenseemann/master
Add libgee_0_8 and valadoc-unstable
2016-10-10 11:52:33 +02:00
Jörg Thalheim 905239db28 Merge pull request #18868 from RonnyPfannschmidt/enpass
enpass: init at 5.3.0
2016-10-10 07:56:56 +02:00
Michiel Leenaars 08011fa2af quickder: init at 1.0-RC1 2016-10-09 22:45:51 +02:00
Michiel Leenaars 651beb0592 asn2quickder: init at 0.7RC1 2016-10-09 22:45:51 +02:00
Michiel Leenaars 19f2556773 asn1ate: init at unstable-201608010 2016-10-09 22:45:51 +02:00
Michiel Leenaars 620f367a60 hexio: init at 1.0RC1 2016-10-09 22:45:51 +02:00
Jörg Thalheim cd99ddfbce Merge pull request #19398 from offlinehacker/pkgs/kops/init
kops: init at 1.4.0
2016-10-09 22:15:53 +02:00
sternenseemann e0faee950c valadoc: init at 2016-10-09 2016-10-09 22:04:14 +02:00
Jörg Thalheim c40b3e55e7 Merge pull request #19373 from rnhmjoj/afpfs
afpfs-ng: init at 0.8.2
2016-10-09 21:12:59 +02:00
rnhmjoj 8546928f69
afpfs-ng: init at 0.8.2 2016-10-09 20:13:49 +02:00
sternenseemann 011f3d700d libgee_0_8: init at 0.8.6
some vala packages require this specific version
2016-10-09 20:08:47 +02:00
Jaka Hudoklin 2041f5b817 kops: init at 1.4.0 2016-10-09 19:31:44 +02:00