1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 00:22:13 +00:00
Commit graph

40270 commits

Author SHA1 Message Date
Thomas Tuegel bf37ecac6a
phonon: set paths for multiple outputs
phonon was not set up for multiple outputs; in fact, some of the single-output
paths were incorrect, such as the path to install Qt 5 plugins.
2017-10-11 18:28:07 -05:00
Peter Simons 929eadebb0 git-annex: update to version 6.20171003 2017-10-06 12:41:50 +02:00
Peter Simons 53d754da34 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.6-11-g74d58ee from Hackage revision
6bc86c2d10.
2017-10-06 12:41:46 +02:00
Orivej Desh ebd14ee6f5 Merge pull request #30094 from zzamboni/vagrant-fix-darwin
vagrant: fix Ruby and libffi libraries on Darwin
2017-10-06 10:12:05 +00:00
Orivej Desh 82af1cbf2c Merge pull request #30108 from carlsverre/dep-init
dep: init at 0.3.1
2017-10-06 06:42:33 +00:00
Carl Sverre 4a3ed5d531 dep: init at 0.3.1 2017-10-05 17:40:19 -07:00
Vincent Laporte 4086a9cf45 ocamlPackages.pprint: 20140424 -> 20171003 2017-10-05 21:33:31 +00:00
Orivej Desh c8a706939d Merge pull request #30134 from gnidorah/master
libx86: fix illegal instruction error
2017-10-05 20:54:01 +00:00
Orivej Desh 109acb11c3 Merge pull request #30122 from phi-gamma/llvm-https
llvm: download source over https
2017-10-05 20:34:48 +00:00
gnidorah 3aeccdebb4 libx86: fix illegal instruction error 2017-10-05 22:11:34 +03:00
Vincent Laporte 9e754a6f86 ocamlPackages.ssl: 0.5.3 -> 0.5.4 2017-10-05 17:09:50 +00:00
Orivej Desh bb11cae353 Merge pull request #29068 from zraexy/calligra
calligra: 2.9.11 -> 3.0.1
2017-10-05 14:48:25 +00:00
Graham Christensen 34c2f08127 Merge pull request #30043 from jtojnar/vala-0.38
vala: add 0.38.0
2017-10-05 07:24:14 -04:00
Vladimír Čunát 623df97af5
pythonPackages.devpi-common: fix meta evaluation
The tarball job now seems OK again :-)
2017-10-05 12:31:43 +02:00
Philipp Gesang 0e2e3afd65
llvm: download source over https
The source distribution contains binaries (probably for testing) that
make the Avira virus scanner treat it as malware on account of a “bad
ELF header”. Apart from being preferable in general, the HTTPS download
makes the file opaque to the overeager AV scanner in transparent
proxying setups.

Also adapt to the fact that the canonical downloads now point to a URL
like this:

    https://releases.llvm.org/4.0.1/llvm-4.0.1.src.tar.xz
2017-10-05 12:17:29 +02:00
Orivej Desh 0eb0a404e5 Merge pull request #30082 from makefu/pkgs/devpi-client/update
devpi-client: 2.7.0 -> 3.1.0rc1
2017-10-05 09:01:21 +00:00
Vincent Laporte c06e5a8d64 ocamlPackages.react: 1.2.0 -> 1.2.1 2017-10-05 08:39:50 +00:00
Orivej Desh 6b05fd71d2 Merge pull request #30101 from sigma/pr/go-1.9.1
go: 1.9 -> 1.9.1
2017-10-05 08:03:58 +00:00
Orivej Desh 1938fa01f6 Merge pull request #30100 from sigma/pr/go-1.8.4
go: 1.8.3 -> 1.8.4
2017-10-05 07:52:40 +00:00
Orivej Desh 7a7847703d Merge pull request #30096 from dtzWill/update/snowman
snowman: 2017-07-22 -> 2017-08-13
2017-10-05 07:49:27 +00:00
Orivej Desh 0471b1d2e1 Merge pull request #30104 from dtzWill/update/libxdg-basedir
libxdg-basedir: 1.0.2 -> 1.2.0
2017-10-05 07:12:37 +00:00
Siddhanathan Shanmugam d445ccc833 packer: 1.0.3 -> 1.1.0 2017-10-04 21:27:37 -04:00
Will Dietz 6fe67d3124 libxdg-basedir: 1.0.2 -> 1.2.0
minor fixes:
* upstream patch for overflow bug
* license is MIT, at least it is now
2017-10-04 18:40:15 -05:00
Daiderd Jordan 18d2119aeb Merge pull request #30064 from gleber/patch-2
elixir: Fix locale problem on NixOS
2017-10-05 00:25:46 +02:00
Frank Doepper 05176ba836 devtodo: init at 0.1.20 2017-10-04 22:08:52 +00:00
Yann Hodique ca685bb9a5 go: 1.9 -> 1.9.1 2017-10-04 14:44:34 -07:00
Yann Hodique 419d33305b go: 1.8.3 -> 1.8.4 2017-10-04 14:43:05 -07:00
Gleb Peregud 558db539f5 elixir: Fix locale problem on NixOS
It looks like Erlang/OTP requires access to LOCALE_ARCHIVE for locales to correctly work. Elixir depends on this here:
7a556b8f26/lib/elixir/src/elixir.erl (L76)

Fixes #30047
2017-10-04 23:23:57 +02:00
Will Dietz 31a903bada snowman: 2017-07-22 -> 2017-08-13
Minor update but notably includes fix
for breakage when using cmake 3.9
2017-10-04 15:31:39 -05:00
Diego Zamboni 97d9f0b5bb vagrant: fix Ruby and libffi libraries on Darwin
On Darwin, keep the Ruby and libffi libraries and binaries bundled
with Vagrant instead of linking to the Nix ones, to avoid errors about
libraries not found.
2017-10-04 22:06:39 +02:00
Tomas Hlavaty 4e7b34ac72 sbcl: 1.3.21 -> 1.4.0 2017-10-04 20:30:26 +02:00
makefu 396836356f
devpi-client: 2.7.0 -> 3.1.0rc1 2017-10-04 14:42:07 +02:00
makefu 585a617119
pythonPackages.devpi-common: 3.0.1 -> 3.2.0rc1 2017-10-04 14:42:03 +02:00
Domen Kožar 2b70f5e251
jq: sanity check with --help 2017-10-04 12:00:07 +01:00
Orivej Desh fd8bc05c1d amrwb: 7.1.0.3 -> 11.0.0.0 2017-10-04 10:54:47 +00:00
Jan Tojnar a8972678bf
vala: add 0.38.0 2017-10-04 12:54:46 +02:00
Vincent Laporte 5b23d464a5 ocamlPackages.ocaml-migrate-parsetree: 1.0.4 -> 1.0.5 2017-10-04 07:54:28 +00:00
Orivej Desh 766ede06da crystal: fix build by using the previous bootstrap 2017-10-04 07:37:35 +00:00
David Kuo bc2ac2ae5e crystal: 0.23.0 -> 0.23.1
Due to https://github.com/crystal-lang/crystal/issues/4719,
when building Crystal with LLVM 4 with debug infos from prebuilt binary (w/ LLVM 3.8) will always be failed.
The temporary solution is to build a LLVM 4 version without debug info,
then use it to build Crystal with debug info on LLVM 4.

This will cause building phrase going longer then normal.
We can remove this hack after Crystal fix the issue.
2017-10-04 07:37:35 +00:00
Orivej Desh b465d9c1ff Merge pull request #29460 from sifmelcara/add/rime
fcitx-engines.rime: init at 0.3.2
2017-10-03 15:07:16 +00:00
Tim Steinbach 89e451f713
gradle: 4.2 -> 4.2.1 2017-10-03 10:53:23 -04:00
mingchuan d6b8ac6ca8 maintainers.nix: use my GitHub handle as maintainer name 2017-10-03 14:27:10 +00:00
mingchuan 7a23eff831 librime: init at 1.2.9 2017-10-03 14:27:09 +00:00
mingchuan 2ab2b885c5 marisa: init at 0.2.4 2017-10-03 14:27:09 +00:00
Joachim Fasting 378811fe2d
libsodium: 1.0.13 -> 1.0.15 2017-10-03 02:42:49 +02:00
Daiderd Jordan 2066cb0b02
jq: don't add rpath on darwin 2017-10-03 00:18:30 +02:00
Daiderd Jordan 6c189c9e28
oniguruma: fix darwin install_name 2017-10-03 00:18:30 +02:00
Harmen fff93f5a59 phantomjs2: add qtbase's bin to PATH 2017-10-02 23:40:59 +02:00
Franz Pletz 1ff1c6ac4a
libidn2: 2.0.3 -> 2.0.4 for multiple CVEs
Fixes CVE-2017-14061, CVE-2017-14062.
2017-10-02 18:58:53 +02:00
Daiderd Jordan fced3c2f18 Merge pull request #29938 from pmahoney/universal-ctags-darwin
universal-ctags: include libiconv on darwin
2017-10-02 18:28:57 +02:00