Commit Graph

87767 Commits

Author SHA1 Message Date
Thomas Tuegel
9eda8f7857 Merge pull request #22675 from FRidh/audacious
Audacious: updates and name change Qt5 version
2017-02-11 16:34:17 -06:00
Jude Taylor
c3e3b6a19a
nvidia-x11: fix parallel building variable name 2017-02-11 14:29:37 -08:00
Will Dietz
947c26972b LLVM: Fix licensing metadata, closes #22679. (#22681)
* All projects are available under NCSA license,
  other than dragonegg.
* "Runtime" projects are dual-licensed under
  both NCSA and MIT:
  libc++, libc++abi, compiler-rt
* I don't mention MIT for compiler-rt as
  we only build it as part of LLVM.
2017-02-11 23:13:29 +01:00
Profpatsch
5b2a71fa25 droopy: init at 20160830 (#22499) 2017-02-11 23:06:17 +01:00
Graham Christensen
3684b6b52c Merge pull request #22682 from xwvvvvwx/update-spotify
spotify: 1.0.47.13 -> 1.0.49.125
2017-02-11 16:34:47 -05:00
David Terry
cb4e8919c3 spotify: 1.0.47.13 -> 1.0.49.125 2017-02-11 22:20:42 +01:00
Eelco Dolstra
c4fab214fa blender: 2.78a -> 2.78b 2017-02-11 22:17:28 +01:00
c74d
89db3a0bc6
perlPackages.Swim: 0.1.44 -> 0.1.45
This patch updates the Perl package `Swim` (attribute path
`perlPackages.Swim`) from version 0.1.44 to version 0.1.45.

I have tested this patch per nixpkgs manual section 11.1 ("Making
patches").
2017-02-11 21:34:23 +01:00
Vincent Laporte
70d54cdbe3 skrooge: 2.6.0 -> 2.7.0 2017-02-11 20:33:21 +01:00
Joachim F
0b59657e2c Merge pull request #22505 from tweag/fd/spark-2.1.0
spark: 1.6.0 -> 2.1.0
2017-02-11 20:31:59 +01:00
Joachim F
2488e42cc5 Merge pull request #22620 from hrdinka/add/libretro-reicast
libretro: add reicast core
2017-02-11 20:15:59 +01:00
Joachim F
ec08d6fd2f Merge pull request #22621 from hrdinka/add/cdi2iso
cdi2iso: init at 0.1
2017-02-11 20:15:45 +01:00
Joachim F
8d0e16a08e Merge pull request #22641 from vrthra/kakoune-2017-02-09
kakoune: 2016-12-30 -> 2017-02-09
2017-02-11 20:15:23 +01:00
Joachim F
6d536f91ba Merge pull request #22662 from hrdinka/add/libretro-mednafen-saturn
libretro: add mednafen-saturn core
2017-02-11 20:13:40 +01:00
Joachim F
5627dd27b9 Merge pull request #22540 from vrthra/rakudo-star-2017.01
rakudo-star: 2016.07 -> 2017.01
2017-02-11 19:48:37 +01:00
Peter Simons
e644f9f8ec python-packages: update "osc" to latest version from git 2017-02-11 19:25:36 +01:00
David Terry
a3523022e7 range-v3: init at 2017-01-30 (#22661) 2017-02-11 19:10:46 +01:00
Frederik Rietdijk
c512ba7e7e audaciousQt5: 3.8.1 -> 3.8.2, rename to audacious-qt5
The name is changed as well so it won't upgrade from the gtk3 version.
2017-02-11 18:19:17 +01:00
Frederik Rietdijk
a7096107f3 audacious: 3.8 -> 3.8.2 2017-02-11 18:18:27 +01:00
Vladimír Čunát
2aff29c7b2
tex4ht: deprecate in favor of texlive.tex4ht
I don't make an alias, as the attribute is used in a different way.
2017-02-11 18:09:43 +01:00
Langston Barrett
b9d6a6cbd0
enblend-enfuse: migrate from (broken) tetex to texlive
related: #21770
2017-02-11 17:59:54 +01:00
Langston Barrett
a749b73ff8
ne: migrate from (broken) tetex to texlive
related: #21770.  vcunat re-indented the longDescription.
2017-02-11 17:57:32 +01:00
Vladimír Čunát
45b1d0cb8c
knot-dns: maintenance 2.4.0 -> 2.4.1 2017-02-11 17:51:57 +01:00
Vladimír Čunát
0b7fec6272
knot-resolver: maintenance 1.2.1 -> 1.2.2
In particular, trust anchor bootstrapping is fixed after IANA publishing
an additional key.
2017-02-11 17:47:45 +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
Robert Helgesson
bbbd3c0970
sile: minor cleanup 2017-02-11 15:53:36 +01:00
Joachim F
48885e90e1 Merge pull request #22640 from Ma27/update/phpPackages.composer
phpPackages.composer: 1.2.0 -> 1.3.2
2017-02-11 15:52:38 +01:00
Frederik Rietdijk
bab37c73ac nvidia-x11: undo parallel building
In ffc498c490 -j$NIX_BUILD_JOBS was added.
Somehow this caused my machine to run many many more parallel jobs than
it was supposed to, freezing the system.

If you don't experience this, feel free to revert.
2017-02-11 15:50:22 +01:00
Peter Hoeg
9550686be8 subsurface: 4.5.97 -> 4.6.0 (#22615)
We do a few more things:

 - libmarble and libdivecomputer with the subsurface patches have both been
   inlined for 2 reasons:
   a) nobody else is using these forks
   b) they need to be updated in lockstep with subsurface

 - instead of building libmarble against qtquick1, we now build using
   qtquickcontrols (qtquick2)

 - getting rid of qtquick1 also allows us to use the default qt (currently 5.6)

 - we get rid of some hacks to deal with library dependencies

 - instead of manually overriding various phases, we simply use cmakeFlags to
   pass proper parameters
2017-02-11 15:48:18 +01:00
Lprndn
e2834ca611 Sile: Init at 0.9.4 2017-02-11 15:24:38 +01:00
Tuomas Tynkkynen
20578372e1 U-Boot: Fix ubootBananaPi & ubootPcduino3Nano by adding python2
Also enable parallel building.
2017-02-11 15:53:01 +02:00
Frederik Rietdijk
049a031e34 pythonPackages.paramiko: 2.0.2 -> 2.1.1 2017-02-11 14:14:07 +01:00
Frederik Rietdijk
e655ab08ee pythonPackages.ryu: mark as broken 2017-02-11 14:14:07 +01:00
Frederik Rietdijk
6cf3667bc9 pythonPackages.cinderclient: mark as broken
The whole python openstack needs some maintenance...
2017-02-11 14:14:07 +01:00
Frederik Rietdijk
1ba17987f7 ansible_2_2: windows support off by default
this was accidentally enabled when moving the expression.
2017-02-11 14:14:07 +01:00
Frederik Rietdijk
8ea925b240 ansible_2_1: windowsSupport off by default 2017-02-11 14:14:07 +01:00
Vincent Laporte
8bfce24045 coqPackages.interval: 2.2.1 -> 3.1.1 2017-02-11 14:02:19 +01:00
Vincent Laporte
dedba2a32d coqPackages.coquelicot: 2.1.1 -> 2.1.2
keeping old 2.1.1 version for Coq-8.4,
as newer versions of the library do not support older Coq versions
2017-02-11 14:02:19 +01:00
Vincent Laporte
5712ac6a72 coqPackages.{ssreflect,mathcomp}: 1.6 -> 1.6.1 2017-02-11 14:02:19 +01:00
Vincent Laporte
4464199779 smplayer: 17.1.0 -> 17.2.0 2017-02-11 13:55:07 +01:00
Christoph Hrdinka
c4a47bdb5e
libretro: add mednafen-saturn core 2017-02-11 13:49:33 +01:00
Vincent Laporte
980565bca0 smtube: 16.7.2 -> 17.1.0 2017-02-11 13:46:42 +01:00
Vladimír Čunát
686d3fb63f
Merge #22577: glew: 1.13.0 -> 2.0.0 2017-02-11 12:08:50 +01:00
Matt McHenry
166464b5ad patch ati-drivers for kernel 4.9
uses patch from https://github.com/imageguy/fglrx-for-Fedora/blob/master/fglrx_kernel_4.9.diff
2017-02-11 12:57:53 +02:00
Vladimír Čunát
db8ac6144e
Merge #22649: libxml2: add icuSupport ? false
This causes no rebuilds by default.
2017-02-11 11:55:54 +01:00
Frederik Rietdijk
fb61e3ac04 Merge pull request #22656 from RubenAstudillo/hakuneko-1.4.2
hakuneko: 1.4.1 -> 1.4.2
2017-02-11 11:38:24 +01:00
Frederik Rietdijk
78196fb90d Merge pull request #22650 from peterhoeg/u/tg
terragrunt: 0.9.9 -> 0.10.0
2017-02-11 11:34:53 +01:00
Frederik Rietdijk
7a8e0db011 Merge pull request #22658 from peterhoeg/u/st
syncthing-inotify: 0.8.4 -> 0.8.5
2017-02-11 11:28:57 +01:00
Tuomas Tynkkynen
00c80a247d updateAutotoolsGnuConfigScriptsHook: Only fix files
Some package had a broken symlink named config.sub, and the script would
fail.
2017-02-11 12:24:49 +02:00
Peter Hoeg
52d6927413 libxml2: add optional icu support 2017-02-11 18:16:38 +08:00