Gergely Risko
3a2134d46f
Disable perl 5.16 tests
...
They are on the path to stdenv rebuild.
Accidentally re-enabled by conflict resolution in cherry-pick 3196d4f
.
2014-09-14 22:34:51 +02:00
Gergely Risko
e766f0b0d0
Fix __DATE__ and __TIME__ purification in gcc-wrapper
2014-09-14 22:33:48 +02:00
Aristid Breitkreuz
8059a25ba9
Merge pull request #4047 from waywardmonkeys/remove-gwdyion-dylan
...
dylan: Remove old gwydion-dylan package.
2014-09-14 22:28:35 +02:00
Aristid Breitkreuz
c0ad786601
Merge pull request #4079 from ambrop72/virtualbox-alsa
...
VirtualBox: Fix ALSA audio.
2014-09-14 22:27:10 +02:00
Gergely Risko
6fe1ac69f9
Cleanup legacy settings in stdenvLinux
...
This causes a mass rebuild, because it changes the hashes of
stdenvLinux, as it enable tests for coreutils.
2014-09-14 21:57:00 +02:00
Gergely Risko
c5df246ba9
Cleanup perl logic in stdenvLinux
...
Make thread disabling explicit. This changes the semantics of the perl
derivation, so on other platforms it may require setting
enableThreading = false
This commit doesn't change the derivation or out hash of stdenvLinux.
2014-09-14 21:36:14 +02:00
Gergely Risko
fca5d864b6
pkgs/stdenv/linux: stageFun refactoring
...
The stage3.extraAttrs.glibc argument was required for this whole build
procedure to correctly work and it was very-very hard to see why (the
comment said something about gcc47, but we're using gcc48 now).
This stage3.extraAttrs.glibc goes into stage3.stdenv.glibc after some
arg passing, and in pkgs/development/compiler/gcc an (stdenv ? glibc)
boolean expression decides to override /usr/include during the GCC
build.
All of our stages are built with glibc, so this refactoring moves this
repeating specification of glibc (once for gcc wrapper and once here for
extraAttrs) to stageFun, by getting rid of wrapGCC, as we were using
that in all of the stages anyways.
Incidentally it turned out, that this stdenv.glibc inconsistency caused
some random other stuff to behave differently:
- stage1.pkgs.perl has threading disabled,
- stage4.pkgs.coreutils (the production coreutils) has testing disabled.
Leave this historical accidents as they are in this commit, so the scope
of this commit can stay as a refactoring only, these issues will be
fixed in separate commits.
This commit doesn't change the derivation or the output hash of
stdenvLinux.
2014-09-14 21:35:54 +02:00
wyvie
490dc64347
Fixed file name with new version
2014-09-14 21:19:38 +02:00
Gergely Risko
efcb00d002
Do allowed requisites check in stdenv/linux
...
Use the new allowedRequisites feature in stdenvLinux.
This way we properly check that the end-result stdenv of the quite
complicated multi-stage stdenvLinux building procedure is sane, and only
depends on the stuff that we know about.
Alternative would be to just disallowRequisites bootstrapTools, which is
the most common offender, but we have had other offenders in the past.
For these checks to actually fire, you currently have to use nixUnstable,
as the necessary feature will be released in Nix 1.8.
2014-09-14 21:14:41 +02:00
wyvie
57f62dd2b4
Bumped version of sublime3
2014-09-14 21:13:54 +02:00
Gergely Risko
e6bf8a09ba
Fix xz to not depend on bootstrap-tools
2014-09-14 21:00:12 +02:00
Pascal Wittmann
6b75431f2d
Merge pull request #4051 from wyvie/master
...
Added quazip-0.7
2014-09-14 19:56:02 +02:00
Gergely Risko
0a3d811e42
Fix zlib handling in stdenvLinux
...
Previously stdenv depended on two different zlibs and there was a third
one in the top-level package set for other purposes. This commit merges
all this zlibs to one.
Actually this have been committed once as 1f2b636
, but then got lost
while resolving merge conflicts. Hopefully it survives this time.
2014-09-14 19:37:51 +02:00
Gergely Risko
4ac4af08f2
Cosmetic renaming: extraPath -> extraBuildInputs
2014-09-14 19:37:32 +02:00
Gergely Risko
034b07e6ff
Remove gcc and zlib dependency on bootstrap-tools
...
The 82797f98f2
merge caused this
issue while trying to merge the staging refactorings with
the modular-stdenv feature branch.
2014-09-14 19:32:58 +02:00
Domen Kožar
5198f9bc29
mailpile: dev -> 0.4.0 (beta release)
2014-09-14 18:28:23 +02:00
wyvie
8818e63dcd
Fixed quazip default.nix
2014-09-14 17:53:37 +02:00
Pascal Wittmann
a47ef22751
Merge pull request #4080 from nathanielbaxter/dev/keepass
...
keepass: Bump version to 2.27
2014-09-14 16:16:13 +02:00
Pascal Wittmann
d7d879e6cb
Merge pull request #4077 from DamienCassou/weboob
...
Weboob
2014-09-14 15:21:55 +02:00
Nathaniel Baxter
958be357a5
keepass: Bump version to 2.27
2014-09-14 22:05:15 +10:00
ambrop7@gmail.com
2f79a85767
VirtualBox: Fix ALSA audio.
...
Use a sed replacement to ensure that dynamic loading of libasound works.
2014-09-14 11:28:34 +02:00
Damien Cassou
bb97890cf3
Add weboob 0.j
2014-09-14 10:39:48 +02:00
Pascal Wittmann
28e1d25084
super: fixed url to source and added patch for CVE-2014-0470
2014-09-14 08:51:01 +02:00
William A. Kennington III
f4e8f18c19
v8: 3.26.8 -> 3.26.31.15
2014-09-13 22:50:47 -07:00
William A. Kennington III
cd83ae0ad7
gyp: 1944 -> 1977
2014-09-13 22:07:11 -07:00
William A. Kennington III
87ee3d5d5e
libyaml: Add myself as a maintainer and add platforms meta
2014-09-13 22:07:11 -07:00
William A. Kennington III
cfbf651294
icu: 52.1 -> 53.1
2014-09-13 22:07:11 -07:00
koral
58be5387b8
Upgraded mpc to v0.26
...
Closes #4072
Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-09-14 05:37:24 +01:00
Ricardo M. Correia
7068828389
rustcMaster: Update to a more recent commit
2014-09-14 04:54:33 +02:00
William A. Kennington III
007be9f34c
gperftools: 2.1 -> 2.2.1
2014-09-13 19:16:19 -07:00
William A. Kennington III
dd87598615
snappy: 1.1.1 -> 1.1.2
2014-09-13 19:16:19 -07:00
koral
f98eea30bf
Upgraded python-psutil to v2.1.1
2014-09-14 00:58:57 +02:00
Peter Simons
70caf9d865
git-annex: broken by optparse-applicative 0.10.x
...
Bug has been reported upstream.
2014-09-14 00:06:45 +02:00
Peter Simons
8e4c563b14
haskell-hakyll: broken by recent updates
...
Hakyll requires network 2.6.x, which is newer than what we have, and
pandoc-citeproc 0.4.x, which is older than what we have.
2014-09-14 00:06:45 +02:00
Peter Simons
dd3a157b3f
haskell-boundingboxes: update to version 0.2.2
2014-09-14 00:06:45 +02:00
Peter Simons
d1c721a8a0
haskell-http-client: update to version 0.3.8.2
2014-09-14 00:06:45 +02:00
Peter Simons
5bb4806c18
haskell-wl-pprint-terminfo: update to version 3.7.1.2
2014-09-14 00:06:45 +02:00
Peter Simons
c9c0205d64
haskell-wl-pprint-extras: update to version 3.5.0.2
2014-09-14 00:06:45 +02:00
Peter Simons
9067845ebc
haskell-twitter-conduit: update to version 0.0.6
2014-09-14 00:06:45 +02:00
Peter Simons
c64275a2c1
haskell-tasty-rerun: update to version 1.1.3
2014-09-14 00:06:45 +02:00
Peter Simons
cf1fde21ff
haskell-parsers: update to version 0.12.1.1
2014-09-14 00:06:44 +02:00
Peter Simons
c498f9db96
haskell-instant-generics: update to version 0.4.1
2014-09-14 00:06:44 +02:00
Peter Simons
435087d060
haskell-hsimport: update to version 0.6
2014-09-14 00:06:44 +02:00
Peter Simons
be41ba167a
haskell-hplayground: update to version 0.1.0.5
2014-09-14 00:06:44 +02:00
Peter Simons
90efae1dbd
haskell-hledger: update to version 0.23.3
2014-09-14 00:06:44 +02:00
Peter Simons
c8caffbd90
haskell-hledger-web: update to version 0.23.3
2014-09-14 00:06:44 +02:00
Peter Simons
a39fef7e51
haskell-hledger-lib: update to version 0.23.3
2014-09-14 00:06:44 +02:00
Peter Simons
617da985f6
haskell-gloss: update to version 1.8.2.2
2014-09-14 00:06:44 +02:00
Peter Simons
345fa9142a
haskell-dimensional: update to version 0.13.0.1
2014-09-14 00:06:44 +02:00
Peter Simons
cf71096aa5
haskell-diagrams-contrib: update to version 1.1.2.2
2014-09-14 00:06:44 +02:00
Peter Simons
7e21326473
haskell-c2hs: update to version 0.18.2
2014-09-14 00:06:44 +02:00
Peter Simons
10ccc7ab1d
haskell-bytes: update to version 0.14.1.1
2014-09-14 00:06:44 +02:00
Peter Simons
8b897a49aa
haskell-async: update to version 2.0.1.6
2014-09-14 00:06:44 +02:00
Peter Simons
8daf8c103e
haskell-html-conduit: update to version 1.1.1.1
2014-09-14 00:06:44 +02:00
Peter Simons
341a6e9166
haskell-auto-update: update to version 0.1.1.3
2014-09-14 00:06:44 +02:00
Peter Simons
0f5a5a9fc9
language-c-inline: re-generate with cabal2nix
2014-09-14 00:06:44 +02:00
Peter Simons
603c92c078
haskell-aws: re-generate with cabal2nix
2014-09-14 00:06:44 +02:00
Peter Simons
16a027cd5a
haskell-haxr: compile with latest version of network
2014-09-14 00:06:43 +02:00
Peter Simons
dac81d6ac9
haskell-time: update to version 1.5
2014-09-14 00:06:43 +02:00
Peter Simons
8b3d5417e4
haskell-packages.nix: drop optparse-applicative override
2014-09-14 00:06:43 +02:00
Peter Simons
dd9a432a7d
haskell-cake3: requires optparse-Applicative < 0.10
2014-09-14 00:06:43 +02:00
Peter Simons
686ea115a9
idris: broken by recent Haskell updates
...
http://hydra.cryp.to/build/190927/nixlog/1/raw
2014-09-14 00:06:43 +02:00
Peter Simons
7783d1f147
haskell-yesod-auth-hashdb: build is broken by recent updates to persistent
...
https://github.com/paul-rouse/yesod-auth-hashdb/issues/1
2014-09-14 00:06:43 +02:00
Peter Simons
d2b284436d
haskell-implicit: build is broken by optparse-applicative 0.10.x
...
https://github.com/colah/ImplicitCAD/issues/115
2014-09-14 00:06:43 +02:00
Peter Simons
be9eb9fc8c
haskell-language-c-inline: disable building of the documentation to fix the build
...
https://github.com/mchakravarty/language-c-inline/issues/40
2014-09-14 00:06:43 +02:00
Peter Simons
b7db46f0e0
haskell-pipes-http: jailbreak to fix build with latest http-client library
2014-09-14 00:06:43 +02:00
Peter Simons
e9619ed236
haskell-tasty-rerun: broken by current version of 'tasty'
...
https://github.com/ocharles/tasty-rerun/issues/2
2014-09-14 00:06:43 +02:00
Peter Simons
ab3ddfad93
haskell-sloane: cannot compile with optparse-applicative 0.10.x
...
https://github.com/akc/sloane/issues/1
2014-09-14 00:06:43 +02:00
Peter Simons
485283d648
haskell-diagrams-cairo: jailbreak to fix build with latest lens library
2014-09-14 00:06:43 +02:00
Peter Simons
ba6ff63568
haskell-aws: jailbreak to fix build with conduit
2014-09-14 00:06:43 +02:00
Peter Simons
5a595e7119
haskell-holy-project: disable the test suite to fix the build
...
The test suite tries to access the network:
| Test suite Tests: RUNNING...
| All Tests
| [...]
| GithubAPI
| Yann: FAIL
| Exception: FailedConnectionException2 "api.github.com" 443 True getProtocolByName: does not exist (no such protocol name: tcp)
| Jasper: FAIL
| Exception: FailedConnectionException2 "api.github.com" 443 True getProtocolByName: does not exist (no such protocol name: tcp)
|
| 2 out of 16 tests failed (0.66s)
| Test suite Tests: FAIL
2014-09-14 00:06:43 +02:00
Peter Simons
30c918e409
haskell-hsimport: jailbreak to fix build with current tasty
...
https://github.com/dan-t/hsimport/issues/7
2014-09-14 00:06:43 +02:00
Peter Simons
5c3029eb0b
haskell-yesod-auth: update to version 1.3.4.4
2014-09-14 00:06:43 +02:00
Peter Simons
e6d483b02a
haskell-xml-conduit: update to version 1.2.2
2014-09-14 00:06:43 +02:00
Peter Simons
f841e6da29
haskell-tasty-hspec: update to version 0.2
2014-09-14 00:06:42 +02:00
Peter Simons
ecbb806193
haskell-snap: update to version 0.13.2.9
2014-09-14 00:06:42 +02:00
Peter Simons
763908bde9
haskell-markdown: update to version 0.1.10
2014-09-14 00:06:42 +02:00
Peter Simons
ce469d8015
haskell-hindent: update to version 3.0
2014-09-14 00:06:42 +02:00
Peter Simons
58d66807e4
haskell-crypto-api: update to version 0.13.2
2014-09-14 00:06:42 +02:00
Peter Simons
3f2c6833ac
idris: remove unnecessary jailbreak
2014-09-14 00:06:42 +02:00
Peter Simons
0be4d04420
haskell-pipes: jailbreak to fix build with conduit
2014-09-14 00:06:42 +02:00
Peter Simons
51f31fd632
haskell-json-rpc: jailbreak to fix build with conduit
2014-09-14 00:06:42 +02:00
Peter Simons
a2da032807
haskell-esqueleto: broken by latest version of persistent
2014-09-14 00:06:42 +02:00
Peter Simons
d964aa83a0
haskell-xml-conduit: jailbreak to fix build with conduit
2014-09-14 00:06:42 +02:00
Peter Simons
7071d7b6de
haskell-yesod-persistent: update to version 1.2.3.1
2014-09-14 00:06:42 +02:00
Peter Simons
eb871e216d
haskell-yesod-form: update to version 1.3.15.4
2014-09-14 00:06:42 +02:00
Peter Simons
59137104b6
haskell-yesod-core: update to version 1.2.20
2014-09-14 00:06:42 +02:00
Peter Simons
896cd216a0
haskell-yesod-bin: update to version 1.2.12.8
2014-09-14 00:06:42 +02:00
Peter Simons
ff74f615b5
haskell-yesod-auth: update to version 1.3.4.3
2014-09-14 00:06:42 +02:00
Peter Simons
16d1ac75f9
haskell-xmlhtml: update to version 0.2.3.3
2014-09-14 00:06:42 +02:00
Peter Simons
edec0ee6e7
haskell-wai-app-static: update to version 3.0.0.1
2014-09-14 00:06:42 +02:00
Peter Simons
b9965ed1c7
haskell-tostring: update to version 0.2.0.2
2014-09-14 00:06:41 +02:00
Peter Simons
0215ee15c3
haskell-time: update to version 1.4.2
2014-09-14 00:06:41 +02:00
Peter Simons
ff81f3c5c2
haskell-text: update to version 1.1.1.3
2014-09-14 00:06:41 +02:00
Peter Simons
989b6fd6e3
haskell-tagstream-conduit: update to version 0.5.5.3
2014-09-14 00:06:41 +02:00
Peter Simons
11f057acb4
haskell-stm-conduit: update to version 2.5.2
2014-09-14 00:06:41 +02:00
Peter Simons
3e863fcb4a
haskell-postgresql-simple: update to version 0.4.4.1
2014-09-14 00:06:41 +02:00
Peter Simons
082aca60ad
haskell-persistent: update to version 2.0.2
2014-09-14 00:06:41 +02:00
Peter Simons
6a1e66042c
haskell-persistent-template: update to version 2.0.2.2
2014-09-14 00:06:41 +02:00
Peter Simons
a289f2baa8
haskell-persistent-sqlite: update to version 2.0.1
2014-09-14 00:06:41 +02:00
Peter Simons
c40cc6e799
haskell-persistent-postgresql: update to version 2.0.1
2014-09-14 00:06:41 +02:00
Peter Simons
72072908c3
haskell-persistent-mysql: update to version 2.0.1
2014-09-14 00:06:41 +02:00
Peter Simons
c6e7152a21
haskell-minioperational: update to version 0.4.6
2014-09-14 00:06:41 +02:00
Peter Simons
ef77bc70df
haskell-json-schema: update to version 0.7.0.1
2014-09-14 00:06:41 +02:00
Peter Simons
9efb04797a
haskell-hxt-charproperties: update to version 9.2.0.0
2014-09-14 00:06:41 +02:00
Peter Simons
a7ae674834
haskell-http-conduit: update to version 2.1.4.3
2014-09-14 00:06:41 +02:00
Peter Simons
6cbc46b43c
haskell-html-conduit: update to version 1.1.1
2014-09-14 00:06:41 +02:00
Peter Simons
9b805cf622
haskell-hspec-wai: update to version 0.4.1
2014-09-14 00:06:41 +02:00
Peter Simons
3c4a0ec9d6
haskell-conduit: update to version 1.2.0.2
2014-09-14 00:06:40 +02:00
Peter Simons
c7a684be23
haskell-conduit-extra: update to version 1.1.3.4
2014-09-14 00:06:40 +02:00
Peter Simons
e3356d5a43
haskell-conduit-combinators: update to version 0.2.8.3
2014-09-14 00:06:40 +02:00
Peter Simons
b75c5e681f
haskell-classy-prelude: update to version 0.9.5
2014-09-14 00:06:40 +02:00
Peter Simons
fcdc7d3295
haskell-classy-prelude-conduit: update to version 0.9.5
2014-09-14 00:06:40 +02:00
Peter Simons
2694bed8da
haskell-cereal-conduit: update to version 0.7.2.3
2014-09-14 00:06:40 +02:00
Peter Simons
8633bb7076
haskell-blaze-markup: update to version 0.6.1.1
2014-09-14 00:06:40 +02:00
Peter Simons
9795888b3e
haskell-blaze-html: update to version 0.7.0.3
2014-09-14 00:06:40 +02:00
Peter Simons
d590d8b77f
haskell-tasty: update to version 0.10
2014-09-14 00:06:40 +02:00
Peter Simons
b27484fdcb
haskell-tasty-ant-xml: update to version 1.0.0.10
2014-09-14 00:06:40 +02:00
Peter Simons
1f2f1a81dc
haskell-checkers: build with latest quickcheck
2014-09-14 00:06:40 +02:00
Peter Simons
9a96591db1
haskell-optparse-applicative: try what happens when we update to 0.10.x
2014-09-14 00:06:40 +02:00
Peter Simons
ea88b6e435
haskell-DAV: drop jailbreak to see what update breaks this package
2014-09-14 00:06:40 +02:00
Peter Simons
6b1ba06bac
haskell-attoparsec: update to version 0.12.1.2
2014-09-14 00:06:40 +02:00
Peter Simons
47d02a94e5
haskell-scientific: update to version 0.3.3.1
2014-09-14 00:06:40 +02:00
Peter Simons
caf56dd59d
haskell-boundingboxes: update to version 0.2.1
2014-09-14 00:06:40 +02:00
Peter Simons
74d42b548a
haskell-parsec: update to version 3.1.6
2014-09-14 00:06:40 +02:00
Peter Simons
78442b00b1
haskell-case-insensitive: update to version 1.2.0.1
2014-09-14 00:06:39 +02:00
Peter Simons
aa9eece18f
haskell-lens: update to version 4.4.0.2
2014-09-14 00:06:39 +02:00
Peter Simons
28b5518737
haskell-language-java: update to version 0.2.7
2014-09-14 00:06:39 +02:00
Peter Simons
5e690a2288
haskell-language-c-inline: update to version 0.7.6.0
2014-09-14 00:06:39 +02:00
Peter Simons
fd962f0968
haskell-kan-extensions: update to version 4.1.0.1
2014-09-14 00:06:39 +02:00
Peter Simons
f73150a5b9
haskell-hxt: update to version 9.3.1.7
2014-09-14 00:06:39 +02:00
Peter Simons
551f104352
haskell-holy-project: update to version 0.1.1.1
2014-09-14 00:06:39 +02:00
Peter Simons
26bbee8175
haskell-hmatrix: update to version 0.16.0.5
2014-09-14 00:06:39 +02:00
Peter Simons
9fcfe01a17
haskell-hindent: update to version 2.4
2014-09-14 00:06:39 +02:00
Peter Simons
35d081a5ad
haskell-haxr: update to version 3000.10.3.1
2014-09-14 00:06:39 +02:00
Peter Simons
ae02e51384
haskell-haskell-packages: update to version 0.2.4.2
2014-09-14 00:06:39 +02:00
Peter Simons
35460608b3
haskell-xlsx: update to version 0.1.0.3
2014-09-14 00:06:39 +02:00
Peter Simons
4531a7dcf2
haskell-uuid: update to version 1.3.4
2014-09-14 00:06:39 +02:00
Peter Simons
f314e4c9c3
haskell-tuple: update to version 0.3.0.2
2014-09-14 00:06:39 +02:00
Peter Simons
263d94b279
haskell-snap-cors: update to version 1.2.5.1
2014-09-14 00:06:39 +02:00
Peter Simons
5eb39687b5
haskell-setlocale: update to version 1.0.0.1
2014-09-14 00:06:39 +02:00
Peter Simons
fcd50bf099
haskell-semigroups: update to version 0.15.3
2014-09-14 00:06:38 +02:00
Peter Simons
6044100af1
haskell-rest-gen: update to version 0.15.0.2
2014-09-14 00:06:38 +02:00
Peter Simons
17d9243bd7
haskell-reducers: update to version 3.10.3
2014-09-14 00:06:38 +02:00
Peter Simons
5b0b7b7686
haskell-quickcheck-instances: update to version 0.3.9
2014-09-14 00:06:38 +02:00
Peter Simons
f07cec10e2
haskell-protobuf: update to version 0.2.0.4
2014-09-14 00:06:38 +02:00
Peter Simons
500a7a81b3
haskell-pcap-enumerator: update to version 0.5
2014-09-14 00:06:38 +02:00
Peter Simons
de37e853ab
haskell-optparse-applicative: update to version 0.9.1.1
2014-09-14 00:06:38 +02:00
Peter Simons
4f6f8f763b
haskell-multipart: update to version 0.1.2
2014-09-14 00:06:38 +02:00
Peter Simons
f13950b744
haskell-mono-traversable: update to version 0.6.2
2014-09-14 00:06:38 +02:00
Peter Simons
e8c21bf8e1
haskell-managed: update to version 1.0.0
2014-09-14 00:06:38 +02:00
Peter Simons
5c7732184d
haskell-leveldb-haskell: update to version 0.3.1
2014-09-14 00:06:38 +02:00
Peter Simons
e809aabffe
haskell-hakyll: update to version 4.5.5.0
2014-09-14 00:06:38 +02:00
Peter Simons
ae8d3baab3
haskell-github: update to version 0.11.1
2014-09-14 00:06:38 +02:00
Peter Simons
0a358f063c
haskell-geniplate: update to version 0.6.0.5
2014-09-14 00:06:38 +02:00
Peter Simons
96b0340ff5
haskell-generic-aeson: update to version 0.2.0.0
2014-09-14 00:06:38 +02:00
Peter Simons
c1642c5cb7
haskell-file-location: update to version 0.4.5.3
2014-09-14 00:06:38 +02:00
Peter Simons
bb933868de
haskell-fb: update to version 1.0.5
2014-09-14 00:06:38 +02:00
Peter Simons
a82e434d7e
haskell-fay: update to version 0.20.1.4
2014-09-14 00:06:37 +02:00
Peter Simons
4f57aabd7c
haskell-either: update to version 4.3.1
2014-09-14 00:06:37 +02:00
Peter Simons
29661328f0
haskell-djinn: update to version 2014.9.7
2014-09-14 00:06:37 +02:00
Peter Simons
a3cf7e86f5
haskell-diagrams-rasterific: update to version 0.1.0.2
2014-09-14 00:06:37 +02:00
Peter Simons
2d4118b21c
haskell-diagrams-lib: update to version 1.2.0.3
2014-09-14 00:06:37 +02:00
Peter Simons
db42a9a86f
haskell-diagrams-cairo: update to version 1.2.0.2
2014-09-14 00:06:37 +02:00
Peter Simons
3c996e00c4
haskell-cuda: update to version 0.6.5.0
2014-09-14 00:06:37 +02:00
Peter Simons
f1442285ee
haskell-criterion: update to version 1.0.1.0
2014-09-14 00:06:37 +02:00
Peter Simons
6211803085
haskell-checkers: update to version 0.4.1
2014-09-14 00:06:37 +02:00
Peter Simons
068a8e42d3
haskell-case-insensitive: update to version 1.2.0.0
2014-09-14 00:06:37 +02:00
Peter Simons
9aad370b80
haskell-boundingboxes: update to version 0.2
2014-09-14 00:06:37 +02:00
Peter Simons
63db029727
haskell-blaze-builder: update to version 0.3.3.3
2014-09-14 00:06:37 +02:00
Peter Simons
b8379f353f
haskell-base-prelude: update to version 0.1.4
2014-09-14 00:06:37 +02:00
Peter Simons
10c7a3c6da
haskell-attoparsec: update to version 0.12.1.1
2014-09-14 00:06:37 +02:00
Peter Simons
2f282a4732
haskell-aeson-qq: update to version 0.7.3
2014-09-14 00:06:37 +02:00
Peter Simons
561fa4ded3
haskell-DAV: update to version 1.0.2
2014-09-14 00:06:37 +02:00
Peter Simons
54a7a49451
haskell-Chart: update to version 1.3.1
2014-09-14 00:06:37 +02:00
Peter Simons
9917e8813a
haskell-Chart-gtk: update to version 1.3.1
2014-09-14 00:06:36 +02:00
Peter Simons
1f19af6dcc
haskell-Chart-diagrams: update to version 1.3.1
2014-09-14 00:06:36 +02:00
Peter Simons
6c60e8efd1
haskell-Chart-cairo: update to version 1.3.1
2014-09-14 00:06:36 +02:00
Peter Simons
83f40f7b5e
haskell-arbtt: update to version 0.8.1.4
2014-09-14 00:06:36 +02:00
Dmitry Malikov
7d0a7ed62c
gitAndTools.tig: update from 2.0.2 to 2.0.3
2014-09-13 22:25:17 +02:00
Vladimír Čunát
d957b4bd78
Merge recent master into staging
...
Hydra nixpkgs: ?compare=1151601
2014-09-13 21:48:29 +02:00
Vladimír Čunát
6a63d1e1e1
libav: replace default 10 branch by the new 11
...
Upstream claims the upgrade is API-compatible.
That is why I decided to drop the 10 branch completely.
2014-09-13 21:48:11 +02:00
Vladimír Čunát
e90e423a26
mesa: maintenance update
2014-09-13 21:06:49 +02:00
Vladimír Čunát
ead6603b60
libav: update all branches, probably with security fixes
2014-09-13 21:05:16 +02:00
Vladimír Čunát
23697f2db2
poppler: maintenance update
2014-09-13 21:05:07 +02:00
Domen Kožar
18e4197f87
pythonPackages: replace import with callPackage
2014-09-13 20:43:16 +02:00
Pascal Wittmann
7bcd577bd1
mod-wsgi: update from 3.4 to 3.5, fixes CVE-2014-0240
2014-09-13 20:32:26 +02:00
Peter Simons
b9f7f19820
R: Revert update to version 3.1.1
...
This reverts commit 6e803a684f
. The new version
fails its test suite [1]. The issue has been reported upstream [2].
[1] http://hydra.cryp.to/build/191457/nixlog/1/raw
[2] https://bugs.r-project.org/bugzilla/show_bug.cgi?id=15975
2014-09-13 20:03:44 +02:00
Vladimír Čunát
4031707138
liferea: maintenance update
2014-09-13 19:41:42 +02:00
Pascal Wittmann
4c4d4c78e9
atftp: transformed meta.maintainers into a list and fixed indentation
2014-09-13 17:40:01 +02:00
Domen Kožar
1e85156b29
Merge pull request #4064 from eduarrrd/xbmc-libmad
...
xbmc: add libmad to LD_LIBRARY_PATH to enable mp3 file playback
2014-09-13 17:13:09 +02:00
Eduard Bachmakov
bee5cc43fb
xbmc: add libmad to LD_LIBRARY_PATH to enable mp3 file playback
2014-09-13 10:40:44 -04:00
Vladimír Čunát
0047db47bd
flashplayer-11: update, including security fixes
2014-09-13 16:15:22 +02:00
cillianderoiste
3bb60dbefe
Merge pull request #4060 from rycee/stix-font
...
Add package for the STIX OTF fonts.
2014-09-13 15:56:56 +02:00
Alexander Kjeldaas
aa119e1106
gcc-wrapper: make __DATE__/__TIME__ deterministic
...
...when NIX_ENFORCE_PURITY=1.
@vcunat corrected the date according to docs.
https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
In order to handle the spaces well, the extraAfter array had to be
quoted more properly and appended by +=.
2014-09-13 15:32:34 +02:00
Bjørn Forsman
f6d4d5907e
ilixi: mark as broken
...
It's broken since the directfb 1.6.3 -> 1.7.6 update, commit
bb7138e9a9
("directfb: Update to 1.7.6").
[...]
building libilixi_graphics_la-Surface.lo
CXX libilixi_graphics_la-Surface.lo
Surface.cpp: In member function 'void ilixi::Surface::setGeometry(int, int, int, int)':
Surface.cpp:157:44: error: in C++98 'r' must be initialized by constructor, not by '{...}'
DFBRectangle r = { x, y, width, height };
2014-09-13 15:15:19 +02:00
Alexander Kjeldaas
7141303c99
groff, opensp: make deterministic
2014-09-13 15:06:59 +02:00
Alexander Kjeldaas
e431a3e0b5
openssl: make it deterministic
2014-09-13 15:05:27 +02:00
Alexander Kjeldaas
bee22ab79e
libgcrypt, libgpg-error, busybox: improve determinism
2014-09-13 15:04:43 +02:00
Alexander Kjeldaas
3bf4362381
python: improve library determinism
...
1) Make the core python libraries deterministic.
2) Make the python libraries created by glib deterministic.
@vcunat put back the removal of share/gtk-doc in glib.
2014-09-13 15:03:12 +02:00