Commit graph

9916 commits

Author SHA1 Message Date
Peter Simons
a1adb429ec haskell-hoodle-builder: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons
fecb119e5e haskell-coroutine-object: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Peter Simons
ee890f01f8 haskell-TypeCompose: re-generate with cabal2nix 2014-01-20 18:05:00 +01:00
Oliver Charles
e217fd9ae8 haskellPackages.tastyRerun: New expression 2014-01-20 15:45:55 +00:00
Ian-Woo Kim
7b51e24de9 add hoodle (pen notetaking program written in haskell) to nixpkgs 2014-01-20 15:18:04 +00:00
Eelco Dolstra
37a44d4055 libvpx: Don't install static library 2014-01-20 14:58:09 +01:00
Lluís Batlle i Rossell
3faf620e8a Updating libvpx to 1.3.0, and making ffmpeg include vpx
I don't think there is any reason not to have vpx there. It's
part of webm.
2014-01-20 13:47:24 +01:00
Shea Levy
55e6303d6a Add full llvm build, update libc++ and dragonegg
Some packages in the llvm suite (e.g. compiler-rt) cannot be built
separate from the build of llvm, and while some others (e.g. clang) can
the combined build is much better tested (we've had to work around
annoying issues before). So this puts llvm, clang, clang-tools-extra,
compiler-rt, lld, lldb, and polly all into one big build (llvmFull).
This build includes a static llvm, as dynamic is similarly less tested
and has known failures.

This also updates libc++ and dragonegg. libc++ now builds against
libc++abi as a separate package rather than building it during the
libc++ build.

The clang purity patch is gone. Instead, we simply set --sysroot to
/var/empty for pure builds, as all impure paths are either looked up in
the gcc prefix (which we hard-code at compile time) or in the sysroot.
This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in
the normal Linux paths by default, which is the proper behavior IMO.

polly required an updated isl. When stdenv-updates is merged, perhaps we
can update the isl used by gcc and avoid having two versions.

Since llvm on its own is now separate from the llvm used by clang, I've
removed myself as maintainer from llvm and will leave maintenance of
that to those who are interested in llvm separate from clang.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-20 05:42:38 -05:00
Domen Kožar
745472d66a Add gnome3.gnome_settings_daemon 2014-01-19 23:15:00 +01:00
Cillian de Róiste
0fde298047 lv2: update from 1.6.0 to 1.8.0 2014-01-19 21:10:50 +01:00
Cillian de Róiste
000b1ad43a suil: update from 0.6.16 to 0.8.0 2014-01-19 21:10:50 +01:00
Cillian de Róiste
9f857e6e0c sratom: update from 0.4.2 to 0.4.4 2014-01-19 21:10:50 +01:00
Cillian de Róiste
f5642f26dd lilv: update from 0.16.0 to 0.18.0 2014-01-19 21:10:50 +01:00
Vladimír Čunát
03c9791e0a phonon_backend_vlc: fix build by adding pkgconfig
Commented on 86f7aec950 (commitcomment-5111284)
2014-01-19 18:00:05 +01:00
Peter Simons
6b503927b8 Merge pull request #1541 from ocharles/haskellPackages.threepennyGui
haskellPackages.threepennyGui: New expression
2014-01-19 05:16:18 -08:00
Peter Simons
a74b2c62ab Merge pull request #1542 from ocharles/haskellPackages.exceptions
haskellPackages.exceptions: Update to 0.3.3 and enable tests
2014-01-19 05:16:08 -08:00
Peter Simons
6b6a3af5c3 Merge pull request #1543 from ocharles/haskellPackages.timezone
haskellPackages.timezoneOlson/haskellPackages.timezoneSeries: New expressions
2014-01-19 05:14:51 -08:00
Peter Simons
9ee3ff2088 Merge pull request #1545 from basvandijk/libossp-uuid
Add new package libossp-uuid-1.6.2
2014-01-19 05:14:31 -08:00
Vladimír Čunát
d37aec1ac4 poppler: bugfix update 0.24.4 -> .5
Also Qt4 binding bugfix.
2014-01-19 10:24:56 +01:00
Bas van Dijk
242dfe152d Use a short and long description for libossp-uuid 2014-01-18 23:28:16 +01:00
Bas van Dijk
c7e19f9679 Use stdenv.lib.licenses.bsd instead of "bsd" 2014-01-18 23:09:27 +01:00
Bas van Dijk
a4111bd67f Add new package libossp-uuid-1.6.2 2014-01-18 20:54:52 +01:00
Bjørn Forsman
1b4d50dbac glm: new package
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL)
specification and released under the MIT license.

http://glm.g-truc.net/
2014-01-18 19:05:32 +01:00
Shea Levy
fe8b00e9fa gnu-efi: Fix build
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-18 11:49:59 -05:00
Vladimír Čunát
0a58b512cb Merge master into stdenv-updates
Conflicts (simple):
	pkgs/development/compilers/gcc/4.8/default.nix
	pkgs/development/compilers/llvm/default.nix
	pkgs/development/libraries/gmp/5.1.1.nix
	pkgs/development/libraries/gmp/5.1.3.nix
	pkgs/development/libraries/gmp/5.1.x.nix
	pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Oliver Charles
1388fc4dc8 haskellPackages.timezoneOlson/haskellPackages.timezoneSeries: New expressions 2014-01-17 23:59:16 +00:00
Oliver Charles
4a86098110 haskellPackages.exceptions: Update to 0.3.3 and enable tests 2014-01-17 23:58:43 +00:00
Oliver Charles
5d2a8e2d2e haskellPackages.threepennyGui: New expression 2014-01-17 23:55:34 +00:00
Peter Simons
bbc889e619 haskell-xss-sanitize: update to version 0.3.4.2 2014-01-17 11:59:16 +01:00
Peter Simons
5f897baf0d haskell-skein: update to version 1.0.8.1 2014-01-17 11:59:16 +01:00
Peter Simons
930150bf4b haskell-http-common: update to version 0.7.1.1 2014-01-17 11:59:16 +01:00
Peter Simons
30e8a526e4 haskell-esqueleto: update to version 1.3.4.3 2014-01-17 11:59:16 +01:00
Peter Simons
5647e94552 haskell-encoding: update to version 0.7 2014-01-17 11:59:16 +01:00
Peter Simons
45d2daa9b9 haskell-attoparsec-enumerator: update to version 0.3.2 2014-01-17 11:59:16 +01:00
Peter Simons
fff2e9731a haskell-SHA: update to version 1.6.4 2014-01-17 11:59:16 +01:00
Shea Levy
7f2559272b Add http-common haskell package.
This fixes nixpkgs evaluation

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-16 10:08:40 -05:00
Peter Simons
e7cec32922 haskell-yesod-core: update to version 1.2.6.5 2014-01-16 15:28:49 +01:00
Peter Simons
e8d4879618 haskell-yaml-light: update to version 0.1.4 2014-01-16 15:28:49 +01:00
Peter Simons
030edd8a27 haskell-xmlhtml: update to version 0.2.3.1 2014-01-16 15:28:49 +01:00
Peter Simons
e6898cf23e haskell-wl-pprint-text: update to version 1.1.0.2 2014-01-16 15:28:49 +01:00
Peter Simons
de61d50eae haskell-wl-pprint-terminfo: update to version 3.7.1 2014-01-16 15:28:49 +01:00
Peter Simons
bfa2619c3d haskell-websockets-snap: update to version 0.8.2.1 2014-01-16 15:28:49 +01:00
Peter Simons
e46a8045e1 haskell-vty: update to version 4.7.3 2014-01-16 15:28:49 +01:00
Peter Simons
5f16eeea96 haskell-type-eq: update to version 0.4.1 2014-01-16 15:28:49 +01:00
Peter Simons
7362016f5e haskell-pandoc-types: update to version 1.12.3.1 2014-01-16 15:28:48 +01:00
Peter Simons
fd30675e2a haskell-openssl-streams: update to version 1.1.0.0 2014-01-16 15:28:48 +01:00
Peter Simons
e69d9e7d1a haskell-network-conduit: update to version 1.0.1 2014-01-16 15:28:48 +01:00
Peter Simons
d031f761b3 haskell-network-conduit-tls: update to version 1.0.3 2014-01-16 15:28:48 +01:00
Peter Simons
d5c0ad38bd haskell-intervals: update to version 0.4.1 2014-01-16 15:28:48 +01:00
Peter Simons
5f5a91fe71 haskell-http-streams: update to version 0.7.1.1 2014-01-16 15:28:48 +01:00
Peter Simons
28aa9cde64 haskell-hexpat: update to version 0.20.6 2014-01-16 15:28:48 +01:00
Peter Simons
3dc8ffdbc0 haskell-heist: update to version 0.13.0.4 2014-01-16 15:28:48 +01:00
Peter Simons
d6fee0c119 haskell-distributive: update to version 0.4 2014-01-16 15:28:48 +01:00
Peter Simons
2385cd7110 haskell-diagrams-contrib: update to version 1.1.0.1 2014-01-16 15:28:48 +01:00
Peter Simons
9bb83a560d haskell-crypto-conduit: update to version 0.5.2.2 2014-01-16 15:28:48 +01:00
Peter Simons
db6155cc88 haskell-conduit: update to version 1.0.10 2014-01-16 15:28:47 +01:00
Peter Simons
5ea4b3f8e7 libtirpc: update from 0.2.3 to 0.2.4, potentially fixes CVE-2013-1950 2014-01-15 17:29:14 +01:00
Lluís Batlle i Rossell
cb35bf15a4 ffmpeg: adding gnutls support
I also take out the useless 'openssl' I added by error to mpv.
2014-01-15 17:04:14 +01:00
Lluís Batlle i Rossell
4fe0bf9ecb Updating opencascade_oce to 0.14.1 2014-01-15 16:42:42 +01:00
Lluís Batlle i Rossell
95660053fc Updating gnunet to 0.10.0. 2014-01-15 16:42:42 +01:00
Peter Simons
36fd5f1cce haskell-wl-pprint-terminfo: jailbreak to fix build with latest 'terminfo' 2014-01-15 16:38:18 +01:00
Peter Simons
ce8349d1fb haskell-vty: jailbreak to fix build with latest 'terminfo' 2014-01-15 16:38:18 +01:00
Peter Simons
3be24ab54a haskell-terminfo: update to version 0.4.0.0 2014-01-15 16:38:18 +01:00
Peter Simons
878cae46fd haskell-haskeline: update to version 0.7.1.2 2014-01-15 16:38:18 +01:00
Peter Simons
44f15e9bf3 haskell-semigroups: update to version 0.12.2 2014-01-15 16:38:18 +01:00
Peter Simons
254e3f6d95 haskell-pandoc: update to version 1.12.3.1 2014-01-15 16:38:18 +01:00
Peter Simons
119c69fccf haskell-httpd-shed: update to version 0.4.0.1 2014-01-15 16:38:18 +01:00
Peter Simons
bca01c6999 haskell-haskell-packages: update to version 0.2.3.3 2014-01-15 16:38:18 +01:00
Peter Simons
37070ec85d haskell-Stream: update to version 0.4.7.1 2014-01-15 16:38:18 +01:00
Eelco Dolstra
6e2c60ad10 boost: Replace bjam with a symlink 2014-01-15 13:42:16 +01:00
Eelco Dolstra
597a948885 http-parser: Fix filename 2014-01-15 13:41:09 +01:00
Eelco Dolstra
8622548160 Add a setup hook for fixing dylib install names on Darwin
Install names need to be absolute paths, otherwise programs that link
against the dylib won't work without setting $DYLD_LIBRARY_PATH.  Most
packages do this correctly, but some (like Boost and ICU) do not.
This setup hook absolutizes all install names.
2014-01-15 13:41:09 +01:00
Peter Simons
cf502a3166 Merge pull request #1510 from ocharles/haskellPackages.dbmigrations
haskellPackages.dbmigrations: New expression
2014-01-15 02:52:31 -08:00
Peter Simons
9478b8e08e Merge pull request #1523 from ocharles/haskellPackages.websocketsSnap
haskellPackages.websocketsSnap: New exppression
2014-01-15 02:51:22 -08:00
Peter Simons
b2b0d7f672 Merge pull request #1524 from ocharles/haskellPackages.httpStreams
haskellPackages.httpStreams: New expression
2014-01-15 02:51:10 -08:00
Shea Levy
446c144b1a Add kmscon, a kms-based replacement for kernel VTs
Note that currently this depends on the default nixpkgs mesa and pango.
It may be possible to build more limited versions that don't e.g. depend
on the full X stack without limiting kmscon (which of course doesn't use
X).

Depends on libtsm, added in the same commit.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-15 00:58:46 -05:00
Oliver Charles
e237d4d812 haskellPackages.httpStreams: New expression 2014-01-14 23:21:54 +00:00
Oliver Charles
5df5c10db5 haskellPackages.websocketsSnap: New exppression 2014-01-14 23:14:59 +00:00
Peter Simons
c633abf544 haskell-warp: update to version 2.0.2 2014-01-14 21:23:39 +01:00
Peter Simons
fb62dfde76 haskell-warp-tls: update to version 2.0.1 2014-01-14 21:23:39 +01:00
Peter Simons
cfa3bca4cc haskell-wai-extra: update to version 2.0.2 2014-01-14 21:23:38 +01:00
Peter Simons
6739a7bdde haskell-snap: update to version 0.13.2.0 2014-01-14 21:23:38 +01:00
Peter Simons
7e1aac4985 haskell-snap-server: update to version 0.9.4.0 2014-01-14 21:23:38 +01:00
Peter Simons
d5816dd18a haskell-snap-core: update to version 0.9.6.0 2014-01-14 21:23:37 +01:00
Peter Simons
52080bed5d haskell-shelly: update to version 1.4.1 2014-01-14 21:23:37 +01:00
Peter Simons
82cdfe5429 haskell-ghc-mod: update to version 3.1.5 2014-01-14 21:23:36 +01:00
Peter Simons
d0602b4689 haskell-blaze-markup: update to version 0.5.2.1 2014-01-14 21:23:36 +01:00
Eelco Dolstra
017a91257b Revert "acl: update from 2.2.51 to 2.2.52"
This reverts commit 16d0ee024e.

This is already in stdenv-updates.
2014-01-14 13:52:22 +01:00
Shea Levy
cc26a4b803 boost: enable setting toolset
Contribution suggested/initially implemented by Martin Bravenboer

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-14 07:23:48 -05:00
Rob Vermaas
f0037b85d1 Revert "openssl: security update 1.0.1e -> f". This update is part of stdenv-updates already, which should be merged
relatively soon.

This reverts commit f1766c252f.
2014-01-14 12:02:01 +01:00
Michael Raskin
3c59324916 Adding interlude Haskell library 2014-01-14 09:44:48 +04:00
Nixpkgs Monitor
16d0ee024e acl: update from 2.2.51 to 2.2.52 2014-01-14 08:48:27 +04:00
Vladimír Čunát
f1766c252f openssl: security update 1.0.1e -> f
It's supposed to fix CVE-2013-{4353,6449,6450}
http://www.openssl.org/news/openssl-1.0.1-notes.html

I just tested the build succeeds, the list of major changes seems safe.
2014-01-13 22:29:01 +01:00
Peter Simons
b63c52238f haskell-yesod-routes: update to version 1.2.0.6 2014-01-13 17:57:47 +01:00
Peter Simons
b3dcbadead haskell-yesod-bin: update to version 1.2.5.6 2014-01-13 17:57:47 +01:00
Peter Simons
7004af4dfa haskell-yaml: update to version 0.8.5.3 2014-01-13 17:57:47 +01:00
Peter Simons
4be2c7027f haskell-wai-logger: update to version 2.1.1 2014-01-13 17:57:47 +01:00
Peter Simons
4ab0fdf4eb haskell-stylish-haskell: update to version 0.5.9.1 2014-01-13 17:57:47 +01:00
Peter Simons
a067e626f0 haskell-shelly: update to version 1.4.0.2 2014-01-13 17:57:47 +01:00
Peter Simons
b9f9a7422e haskell-quickcheck-instances: update to version 0.3.6 2014-01-13 17:57:47 +01:00
Peter Simons
7f92b66ec8 haskell-postgresql-simple: update to version 0.4.0.2 2014-01-13 17:57:47 +01:00
Peter Simons
3effc6b825 haskell-persistent: update to version 1.3.0.2 2014-01-13 17:57:47 +01:00
Peter Simons
14d6afcb54 haskell-linear: update to version 1.4 2014-01-13 17:57:47 +01:00
Peter Simons
c699231f0c haskell-io-streams: update to version 1.1.4.0 2014-01-13 17:57:46 +01:00
Peter Simons
ef09e77f5c haskell-http-client: update to version 0.2.1 2014-01-13 17:57:46 +01:00
Peter Simons
d3c9d6c030 haskell-http-attoparsec: update to version 0.1.1 2014-01-13 17:57:46 +01:00
Peter Simons
b718aeaea9 haskell-hsimport: update to version 0.2.6.8 2014-01-13 17:57:46 +01:00
Peter Simons
476c776b8b haskell-fast-logger: update to version 2.1.4 2014-01-13 17:57:46 +01:00
Peter Simons
546b46a5a6 haskell-blaze-markup: update to version 0.5.1.7 2014-01-13 17:57:46 +01:00
Peter Simons
a51b977a13 haskell-blaze-html: update to version 0.6.1.3 2014-01-13 17:57:46 +01:00
Peter Simons
c25d6fe16a haskell-gloss-raster: re-generate with cabal2nix 2014-01-13 17:57:46 +01:00
Peter Simons
0341d0abcf haskell-parsers: update to version 0.10.2 2014-01-13 17:57:46 +01:00
Peter Simons
e79001d4d6 tecla: update to version 1.6.2 2014-01-13 17:14:33 +01:00
Peter Simons
68eea9c19e gmp: update 5.1.x branch to version 5.1.3 2014-01-13 17:05:45 +01:00
Peter Simons
bccc76f290 pcre: update to version 8.34 2014-01-13 17:05:07 +01:00
Eelco Dolstra
bac0206e3b cppunit: Support Darwin 2014-01-13 15:55:22 +01:00
Eelco Dolstra
b896767f6c xerces-c: Add to channel 2014-01-13 15:55:22 +01:00
Eelco Dolstra
6fb27abf33 Merge branch 'java' 2014-01-13 13:16:17 +01:00
Peter Simons
09e9641f5a Merge pull request #1511 from ocharles/haskellPackages.websockets
haskellPackages.websockets: New expression
2014-01-13 02:42:15 -08:00
Peter Simons
5a2ccf4c6e Merge pull request #1512 from ocharles/haskellPackages.digestiveFunctorsAeson
haskellPackages.digestiveFunctorsAeson: New expression
2014-01-13 02:41:08 -08:00
Peter Simons
81d18d7f59 Merge pull request #1513 from ocharles/haskellPackages.aws
haskellPackages.aws: New expression
2014-01-13 02:40:42 -08:00
Oliver Charles
04806d83a8 haskellPackages.hsimport: New expression 2014-01-13 09:09:27 +00:00
Oliver Charles
3d4ee38f6c haskellPackages.aws: New expression 2014-01-13 09:08:27 +00:00
Oliver Charles
0898aa7ad0 haskellPackages.digestiveFunctorsAeson: New expression 2014-01-13 09:00:32 +00:00
Oliver Charles
300d1dcca6 haskellPackages.websockets: New expression 2014-01-13 00:01:27 +00:00
Oliver Charles
67ea2f6860 haskellPackages.dbmigrations: New expression 2014-01-12 23:50:15 +00:00
Peter Simons
e1bb4b4091 Merge pull request #1499 from ocharles/haskellPackages.scientific
haskellPackages.scientific: Enable tests
2014-01-12 04:00:31 -08:00
Vladimír Čunát
a2c316288c Merge master into stdenv-updates
Conflicts:
	pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved)
	pkgs/top-level/all-packages.nix (trivial)
2014-01-12 12:29:24 +01:00
Rob Vermaas
60a82e6e0d Add accountservice, needed for gdm. 2014-01-11 23:38:41 +01:00
Oliver Charles
3214ffdf71 haskellPackages.scientific: Enable tests 2014-01-11 21:56:23 +00:00
Ricardo M. Correia
4ede302207 virt-manager: Add graphical support for the Spice protocol 2014-01-11 22:01:52 +01:00
Domen Kožar
f9ca17d4b1 gstreamer.libav.withSystemLibav: default to true as agreed on #1403 2014-01-11 21:39:47 +01:00
Domen Kožar
ae02a0c411 Merge pull request #1403 from iyzsong/gstreamer
add gstreamer 1.2.1
2014-01-11 12:37:47 -08:00
Emil Rangden
b5bf69b447 gloss-raster: new package 2014-01-11 20:02:35 +01:00
Sergey Mironov
0209d478a8 gtk-sharp-1: fix include problem 2014-01-11 19:37:34 +01:00
Peter Simons
0a902761de haskell-alsa-mixer: re-generate with cabal2nix 2014-01-11 14:52:13 +01:00
Arseniy Seroka
06ad5b4c62 Add haskell alsa-mixer lib 2014-01-11 14:52:12 +01:00
Peter Simons
c792255903 haskell-symbol: update to version 0.2.1 2014-01-11 14:52:12 +01:00
Peter Simons
15342117fb haskell-shelly: update to version 1.4.0.1 2014-01-11 14:52:12 +01:00
Peter Simons
133e07cae5 haskell-pipes-attoparsec: update to version 0.3.1 2014-01-11 14:52:12 +01:00
Peter Simons
d40a537038 haskell-pandoc: update to version 1.12.3 2014-01-11 14:52:12 +01:00
Peter Simons
0894a2e1b5 haskell-hakyll: jailbreak to fix build with pandoc-citeproc 2014-01-11 14:52:12 +01:00
Peter Simons
07c05982aa haskell-pandoc-citeproc: update to version 0.3.0.1 2014-01-11 14:52:12 +01:00
Peter Simons
579a05cc83 haskell-attoparsec: add version 0.11.1.0 2014-01-11 14:52:12 +01:00
Peter Simons
4b5313b8b6 haskell-parsec: update to version 3.1.5 2014-01-11 14:52:12 +01:00
Peter Simons
772ff04250 parsec-3.1.4: jailbreak to fix build with recent versions of 'text' 2014-01-11 12:03:41 +01:00
Peter Simons
154eda228c haskell-text: update to 1.1.0.0 2014-01-11 12:03:41 +01:00
Peter Simons
537a6fe9db haskell-fast-logger: update to version 2.1.2 2014-01-11 12:03:41 +01:00
Peter Simons
ebfb00276c haskell-hledger: update to version 0.22.1 2014-01-11 12:03:41 +01:00
Peter Simons
284ad16da5 haskell-hledger-web: update to version 0.22.1 2014-01-11 12:03:41 +01:00