Commit graph

44700 commits

Author SHA1 Message Date
Vladimír Čunát
5b00625aa4 vagrant: use bin/iconv from glibc on Linux
This fixes build after #4419.
2014-11-03 12:58:54 +01:00
Vladimír Čunát
0ff8281b12 aegisub: do not force libiconv, use auto link flags
This fixes build after #4419.
It seems to start fine without the flags, CC maint. @AndersonTorres.
2014-11-03 12:58:54 +01:00
Cillian de Róiste
98cef5ff67 SDL: enable PulseAudio support by default
On a system with PulseAudio enabled, applications which use SDL work
poorly or don't work at all e.g. MLT, Kdenlive, Shotcut, Blender and
Hedgewars. Rather than enabling it per application as we run into
issues, I think it's better to enable support for it by default.
2014-11-02 22:27:40 +01:00
Peter Simons
a9c53037fa Merge remote-tracking branch 'origin/master' into staging. 2014-11-02 16:15:53 +01:00
Bjørn Forsman
a6c21ccea9 libfaketime: new package
Report faked system time to programs without having to change the
system-wide time.

http://www.code-wizards.com/projects/libfaketime/
2014-11-02 14:34:37 +01:00
Peter Simons
7253a6b7c0 haskell-vty-ui: update to version 1.8 2014-11-02 14:24:37 +01:00
Peter Simons
881f0342c5 haskell-rethinkdb: update to version 1.15.2.0 2014-11-02 14:24:37 +01:00
Peter Simons
c3b909dd2d haskell-language-c: update to version 0.4.7 2014-11-02 14:24:37 +01:00
Peter Simons
58c2d80232 haskell-ariadne: update to version 0.1.2.3 2014-11-02 14:24:37 +01:00
Peter Simons
8342686868 haskell-platform: install binaries and libraries into the user environment
Fixes https://github.com/NixOS/nixpkgs/issues/2968.
2014-11-02 14:24:23 +01:00
Domen Kožar
c89122b940 postgris: 1.5.1 -> 1.5.8, fixes #3389 2014-11-02 14:12:03 +01:00
Peter Simons
c573e2d97b r-PoweR: fix build 2014-11-02 14:09:53 +01:00
Peter Simons
9707459112 r-nloptr: add missing dependency on nlopt library 2014-11-02 14:05:40 +01:00
Peter Simons
fdee0ec8e7 r-RcppArmadillo: fix download URL 2014-11-02 14:05:40 +01:00
Bjørn Forsman
53614cf1a7 nix-prefetch-git: fix determinism with leaveDotGit
Add more files to the delete list:

 * .git/FETCH_HEAD
 * .git/ORIG_HEAD
 * .git/refs/remotes/origin/HEAD
 * .git/config

Further, remove all remote branches, remove tags not reachable from the
given 'rev', do a full repack and then garbage collect unreferenced
objects.

According to my testing, the result is fully deterministic. As in "any
change done to the upstream repo, ahead of 'rev', will not affect the
hash of the resulting 'clone'". Even changing the clone URL will not
change the output hash, because .git/config is removed.

A new version of git can of course change store format, but that's
unavoidable.

For big repositories, the repack operation may be a bit heavy. But as
far as I can see there is no cheaper way to determinism.
2014-11-02 13:15:33 +01:00
Domen Kožar
831f3b25c0 Merge pull request #4776 from abbradar/pidgin-latex
pidgin-latex: replace with SF one and fix
2014-11-02 12:19:07 +02:00
Cray Elliott
545f8e8c6c monthly bump of dolphinEmuMaster
also dolphinEmu and dolphinEmuMaster had an extraneous stdenv removed
from buildInputs
2014-11-02 00:11:01 -07:00
Nikolay Amiantov
b91721a119 pidgin-latex: replace with SF one and fix 2014-11-02 04:35:43 +03:00
Adam Bouhenguel
8e09c97d1c Bump git-repo to 1.21
Still no versioned URL, but there’s been a new release. SHA1 pulled
from http://source.android.com/source/downloading.html#installing-repo.
2014-11-01 17:28:25 -07:00
lethalman
a63cf7a1fa Merge pull request #4771 from abbradar/pbzip2-update
pbzip2: update package
2014-11-02 00:52:28 +01:00
Nikolay Amiantov
f2a27d8d81 pbzip2: update package 2014-11-02 02:04:36 +03:00
Peter Simons
0bba805fa6 haskell-defaults.nix: build 'entropy' with a recent version of Cabal on older platforms 2014-11-01 22:28:19 +01:00
Peter Simons
e1d2e1dd6f r-Defaults: add version 1.1-1 again
The package is obsolete, but I still need it. :-(
2014-11-01 21:39:12 +01:00
Peter Simons
71e9609cfe nlopt: update to version 2.4.2 and add a proper meta section 2014-11-01 21:23:47 +01:00
Georges Dubus
5258211e32 focuswriter: added expression 2014-11-01 21:20:59 +01:00
Peter Simons
f12ef69336 idris: jailbreak to fix build with recent version of 'lens' 2014-11-01 21:08:06 +01:00
Peter Simons
c487bdc12a haskell-hsc3-lang: add missing override for 7.2.x 2014-11-01 21:08:06 +01:00
Peter Simons
4c5261cee3 haskell-packages.nix: fix attribute names for hsc3-related packages 2014-11-01 21:08:06 +01:00
Peter Simons
6e819600e0 haskell-filestore: disable the test suite to fix build
It depends on external utilities, like Mercurial.
2014-11-01 21:08:06 +01:00
Peter Simons
37c0947529 all-packages.nix: strip trailing whitespace 2014-11-01 21:08:05 +01:00
Peter Simons
ead6bc4a57 R: run the test suite only when recommended packages are built 2014-11-01 21:08:05 +01:00
Peter Simons
d7c70809e6 R-wrapper: update list of recommended packages 2014-11-01 21:08:05 +01:00
Peter Simons
df43671a24 haskell-hspec-wai: does not compile because hspec2 is broken 2014-11-01 21:08:05 +01:00
Peter Simons
f13d57e1aa haskell-snaplet-acid-state: jailbreak to fix build with recent versions of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
00cf21ec8a haskell-hspec2: broken by recent hspec-meta update 2014-11-01 21:08:05 +01:00
Peter Simons
21ab5f5a53 haskell-graphviz: add system graphviz package to the list of test dependencies 2014-11-01 21:08:05 +01:00
Peter Simons
6992d4d5dd haskell-pipes-shell: re-generate with cabal2nix 2014-11-01 21:08:05 +01:00
Peter Simons
6b61f7124c haskell-reactive-banana-wx: jailbreak to fix build with latest version of 'wxcore' 2014-11-01 21:08:05 +01:00
Peter Simons
071381a639 haskell-haxr: jailbreak to fix build with latest version of 'HaXml' 2014-11-01 21:08:05 +01:00
Peter Simons
209d7fe8e9 haskell-encoding: jailbreak to fix build with latest version of 'HaXml' 2014-11-01 21:08:05 +01:00
Peter Simons
171c2a26c2 haskell-pipes-shell: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
a067fa13f2 haskell-th-lift-instances: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
b6a0321b15 haskell-vcswrapper: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
e4251104f2 haskell-mainland-pretty: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
7e59567fca haskell-xml-html-conduit-lens: jailbreak to fix build with latest version of 'text' 2014-11-01 21:08:05 +01:00
Peter Simons
d57dbab594 haskell-semigroups: update to version 0.15.4 2014-11-01 21:08:05 +01:00
Peter Simons
64d7f25e8e haskell-hspec: update to version 1.12.2 2014-11-01 21:08:04 +01:00
Peter Simons
d9a0b64742 haskell-hspec-meta: update to version 1.12.2 2014-11-01 21:08:04 +01:00
Peter Simons
974f26e2a2 haskell-haskore: update to version 0.2.0.5 2014-11-01 21:08:04 +01:00
Peter Simons
cb1e027af2 haskell-filestore: update to version 0.6.0.4 2014-11-01 21:08:04 +01:00