Peter Simons
|
b8446a4d85
|
haskell: update configuration for Cabal 1.22.4.0
|
2015-06-17 23:17:54 +02:00 |
|
Peter Simons
|
ef421d6f9b
|
hackage-packages.nix: update to 0a97083894 with hackage2nix revision 1663fb81050a8be440e74263f022c7b04d3ccd6b
|
2015-06-17 23:17:48 +02:00 |
|
Tobias Geerinckx-Rice
|
98b2d7b727
|
Separate nativeBuildInputs where maintainers |= nckx
|
2015-06-17 22:21:32 +02:00 |
|
Peter Simons
|
75f82f50e6
|
Merge pull request #5908 from cstrahan/hoogle-local-ng
haskell-ng: hoogleLocal support
I believe this code ought to be used as follows:
{
packageOverrides = pkgs : let self = pkgs.pkgs; in rec {
hsEnv = pkgs.haskell-ng.packages.ghc784.ghcWithPackages (p: with p;
(haskellDev p)
++(myPackages p)
# add more packages here
);
hsEnvHoogle = withHoogle hsEnv;
withHoogle = haskellEnv: with pkgs.haskellngPackages;
import <nixpkgs/pkgs/development/libraries/haskell/hoogle/local.nix> {
stdenv = pkgs.stdenv;
inherit hoogle rehoo ghc;
packages = haskellEnv.paths;
};
};
}
|
2015-06-17 15:07:07 +02:00 |
|
Charles Strahan
|
af21595eca
|
ghcjs: fix/bump git refs
|
2015-06-16 21:26:11 -04:00 |
|
Pascal Wittmann
|
b73a9a0b68
|
add libgringotts, a library to encapsulate data in an encrypted structure
|
2015-06-16 20:13:20 +02:00 |
|
Peter Simons
|
8a8ed5fa1b
|
ghcjs: unbreak syntax highlighting in Emacs
|
2015-06-16 13:02:28 +02:00 |
|
Peter Simons
|
fbe153989c
|
ghcjs: mark broken
The build has been failing for quite some time.
|
2015-06-16 13:02:28 +02:00 |
|
Peter Simons
|
90c3d380d1
|
haskell-wai-session: package is broken
|
2015-06-16 13:02:27 +02:00 |
|
Peter Simons
|
6390ea5026
|
haskell-serversession-backend-redis: disable failing test suite
|
2015-06-16 13:02:27 +02:00 |
|
Peter Simons
|
614769a9ed
|
haskell-serversession: disable failing test suite
|
2015-06-16 13:02:27 +02:00 |
|
Peter Simons
|
19c5b0a8cd
|
hackage-packages.nix: update to a6e45bb640 with hackage2nix revision 6c4694e3e3d2f6135be35b967f6f459a01789604
|
2015-06-16 13:02:22 +02:00 |
|
Peter Simons
|
362e60a5dc
|
r-modules: fix rapportools
|
2015-06-16 12:48:50 +02:00 |
|
Peter Simons
|
21c18c4f0a
|
r-modules: fix rapport
|
2015-06-16 12:48:50 +02:00 |
|
Peter Simons
|
ccd6988b3d
|
r-modules: fix xml2
|
2015-06-16 12:48:50 +02:00 |
|
Peter Simons
|
8ac6350ce7
|
r-modules: fix pander
|
2015-06-16 12:48:50 +02:00 |
|
Peter Simons
|
9fc5317055
|
r-modules: fix curl
|
2015-06-16 12:48:50 +02:00 |
|
Peter Simons
|
d4c810cccd
|
r-modules: disable broken packages to avoid Hydra evaluation errors
|
2015-06-16 12:48:49 +02:00 |
|
Peter Simons
|
c9743be445
|
nlopt: broken by recent octave 4.x update
See http://hydra.cryp.to/build/932458/nixlog/1/raw for a complete build log.
The issue is known upstream at https://github.com/stevengj/nlopt/issues/33.
|
2015-06-16 12:48:49 +02:00 |
|
Domen Kožar
|
28a586de4d
|
Merge pull request #8335 from andrewrk/libgroove
add libgroove package
|
2015-06-16 00:46:01 +02:00 |
|
Arseniy Seroka
|
ac49b0a0c0
|
Merge pull request #8336 from ericbmerritt/ocp-build-fix
ocp-build: upgrade to 1.99.9-beta
|
2015-06-15 22:43:36 +02:00 |
|
Arseniy Seroka
|
8a23f0eba0
|
Merge pull request #8345 from joachifm/reimplement-picolisp
Re-define picolisp
|
2015-06-15 22:43:03 +02:00 |
|
Andrew Kelley
|
ede08cec4d
|
add libgroove package
|
2015-06-15 12:27:40 -07:00 |
|
Peter Simons
|
b667cb6163
|
Merge pull request #8298 from abbradar/r-updates
R updates
|
2015-06-15 20:31:57 +02:00 |
|
Peter Simons
|
953d867437
|
Merge pull request #8341 from phile314/master
haskell-uhc: Use newer version with relaxed cabal constraints.
|
2015-06-15 20:29:56 +02:00 |
|
Peter Simons
|
b311380227
|
hackage-packages.nix: update to 2c4a8914cb with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e
|
2015-06-15 19:26:56 +02:00 |
|
Philipp Hausmann
|
d95fba3746
|
haskell-uhc: Use newer version with relaxed cabal constraints.
|
2015-06-15 10:47:53 +02:00 |
|
Pascal Wittmann
|
5af468d0bc
|
libmspack: update from 0.4alpha to 0.5alpha
fixes CVE-2014-9732, CVE-2015-4467, CVE-2015-4468, CVE-2015-4469,
CVE-2015-4470, CVE-2015-4471 and CVE-2015-4472.
|
2015-06-15 10:10:51 +02:00 |
|
Tuomas Tynkkynen
|
5a5a5ade0f
|
libx86: Add patch from debian to fix build on ARM
Without this, the build fails even with x86emu:
make LIBRARY=static static
make[1]: Entering directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1'
gcc -O2 -Wall -DDEBUG -g -c -o x86-common.o x86-common.c
gcc -O2 -Wall -DDEBUG -g -c -o thunk.o thunk.c
thunk.c: In function 'x_inb':
thunk.c:40:9: error: impossible constraint in 'asm'
__asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); \
^
thunk.c:44:1: note: in expansion of macro '__BUILDIO'
__BUILDIO(b,b,char)
^
<builtin>: recipe for target 'thunk.o' failed
make[1]: *** [thunk.o] Error 1
make[1]: Leaving directory '/tmp/nix-build-libx86-1.1.drv-0/libx86-1.1'
Makefile:17: recipe for target 'default' failed
make: *** [default] Error 2
|
2015-06-15 17:49:35 +02:00 |
|
Eric Merritt
|
dcffd28527
|
ocp-build: upgrade to 1.99.9-beta
This also allows ocp-build to build for ocaml 4.02 and greater
|
2015-06-14 13:33:18 -07:00 |
|
Andrew Kelley
|
cf9e72369e
|
add libebur128 package
|
2015-06-14 20:00:22 +00:00 |
|
Austin Seipp
|
1ee742b0ef
|
nixpkgs: afl 1.80b -> 1.83b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
|
2015-06-14 14:28:00 -05:00 |
|
Pascal Wittmann
|
23393964bb
|
intel-gpu-tools: update from 1.10 to 1.11
|
2015-06-14 21:24:24 +02:00 |
|
Michael Raskin
|
b32174dcc6
|
Update SlimerJS
|
2015-06-14 11:21:36 +03:00 |
|
Michael Raskin
|
2fe7bf8d55
|
Update CL-Launch
|
2015-06-14 11:21:27 +03:00 |
|
Thomas Tuegel
|
95b02f6459
|
kf510.kinit: fix library path
|
2015-06-13 10:12:13 -05:00 |
|
Thomas Tuegel
|
5ee56b6424
|
julia03: fix evaluation on x86_64-darwin
|
2015-06-13 08:34:46 -05:00 |
|
Peter Simons
|
ea3382bb69
|
haskell-record doesn't pass the Haddock phase.
|
2015-06-13 11:31:31 +02:00 |
|
Peter Simons
|
cd7b1ca000
|
haskell-configuration-ghc-7.8.x: drop obsolete override for 'equivalence'
|
2015-06-13 11:31:31 +02:00 |
|
Peter Simons
|
7e38ad08e7
|
hackage-packages.nix: update to 008236bc31 with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e
|
2015-06-13 11:31:12 +02:00 |
|
Damien Cassou
|
e3179ff85f
|
Merge pull request #8313 from DamienCassou/update-pharo-vm-2015-04-30
Update pharo-vm to 2015.04.30
|
2015-06-13 09:59:10 +02:00 |
|
Damien Cassou
|
bf91d04c51
|
Update pharo-vm to 2015.04.30
|
2015-06-12 22:57:30 +02:00 |
|
Thomas Tuegel
|
2a2448bcb7
|
Merge pull request #8182 from ttuegel/openblas
Numerical computing overhaul
|
2015-06-12 08:06:03 -05:00 |
|
Thomas Tuegel
|
74e4f6befa
|
ipopt: build with openblas
|
2015-06-12 07:26:47 -05:00 |
|
Eelco Dolstra
|
cb6daa036b
|
sqlite: Update to 3.8.10.2
|
2015-06-12 13:50:37 +02:00 |
|
Eelco Dolstra
|
e982ac1017
|
php: Update to 5.4.42, 5.6.10
CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
|
2015-06-12 13:47:30 +02:00 |
|
Fabian Schmitthenner
|
4e9327e7ac
|
add qt decrypt ssl traffic option
this introduces an argument to qt5 that if enabled allows
e.g. wireshark to show decrypted ssl traffic from a qt
application
|
2015-06-12 13:09:27 +02:00 |
|
Rok Garbas
|
617c16f8f6
|
cygwin: python27 gdbm module needs gettext
|
2015-06-12 12:17:12 +02:00 |
|
Rok Garbas
|
0860826795
|
cygwin: cmake expression should not change for linux
|
2015-06-12 12:17:12 +02:00 |
|
Rok Garbas
|
277c263c1e
|
cygwin: update patch for cmake 3.2.2
|
2015-06-12 12:17:12 +02:00 |
|
Rok Garbas
|
fac474080f
|
cygwin: patchShebangs fails without proper findutils
|
2015-06-12 12:17:12 +02:00 |
|
Rok Garbas
|
7c67c350a3
|
cygwin: turn off ldap and crypt for apr-util to make it build
|
2015-06-12 12:17:12 +02:00 |
|
Rok Garbas
|
d5087119c6
|
cygwin: remove kerberos from builsInputs for serf
|
2015-06-12 12:17:12 +02:00 |
|
Rok Garbas
|
85b7673e92
|
cygwin: turn off tests for swig since they depend on tcl (which i havent yet figure out how to build)
|
2015-06-12 12:17:12 +02:00 |
|
Rok Garbas
|
0a7c5e4f68
|
cygwin: libedit patch for cygwin
|
2015-06-12 12:17:12 +02:00 |
|
Peter Simons
|
4d404fd6a4
|
ihaskell-wrapper: avoid use of /bin/sh
https://github.com/NixOS/nixpkgs/issues/183
|
2015-06-12 10:50:40 +02:00 |
|
Thomas Tuegel
|
089f9d6486
|
gnuapl: latest version doesn't require liblapack
|
2015-06-11 22:00:13 -05:00 |
|
Nikolay Amiantov
|
bb3db4e653
|
mueval: reapply Nix-specific patch
|
2015-06-12 03:54:20 +03:00 |
|
Nikolay Amiantov
|
29779ae642
|
R: regenerate CRAN packages
|
2015-06-12 03:44:39 +03:00 |
|
Nikolay Amiantov
|
9bb5e7edbd
|
generate-cran-packages: make executable
|
2015-06-12 03:44:38 +03:00 |
|
Nikolay Amiantov
|
6cc817cf51
|
mueval: add patch until release is pushed to Hackage
|
2015-06-12 03:42:29 +03:00 |
|
Tobias Geerinckx-Rice
|
2156937166
|
include-what-you-use 3.6 -> 0.4 (sic)
Not a downgrade. Upstream's weird.
|
2015-06-12 02:27:53 +02:00 |
|
Charles Strahan
|
3859f7bdab
|
haskell-ng: hoogleLocal support
|
2015-06-11 20:25:31 -04:00 |
|
Siarhei Zirukin
|
838c8f2520
|
wavpack: 4.70.0 -> 4.75.0
|
2015-06-11 23:42:14 +02:00 |
|
Matthew Maurer
|
6a76633bb6
|
llvm-3.4: enable RTTI (close #8289)
|
2015-06-11 22:09:46 +02:00 |
|
Vladimír Čunát
|
69945a8701
|
ffmpeg: remove 0.11 and replace by 0.10
That branch is better supported, and 0.11 only had one user -
minidlna still builds
|
2015-06-11 21:36:14 +02:00 |
|
Vladimír Čunát
|
39902b01bf
|
goffice: separate from gnome3
It's got practically no coupling with gnome, except for gtk3.
|
2015-06-11 21:13:00 +02:00 |
|
Luca Bruno
|
fbfdc71e1f
|
libical: fix crash when TZDIR is empty, and add non-nixos zoneinfo paths. Closes #8285
|
2015-06-11 15:49:29 +02:00 |
|
Rok Garbas
|
e1683eeff1
|
lsof: url is behind auth. changed downloaded url for lsof
|
2015-06-11 14:54:30 +02:00 |
|
Daiderd Jordan
|
414d6d9e87
|
fix unibilium on darwin
|
2015-06-11 14:42:55 +02:00 |
|
Daiderd Jordan
|
a51e9610e7
|
fix libtermkey on darwin
|
2015-06-11 14:42:55 +02:00 |
|
Peter Simons
|
414d71c499
|
haskell-cron-compat: unnecessary fork of 'cron' that doesn't compile anyway
|
2015-06-11 11:52:27 +02:00 |
|
Peter Simons
|
283b75910a
|
haskell-Win32: mark broken on systems other than Cygwin
|
2015-06-11 11:52:27 +02:00 |
|
Peter Simons
|
2f6c8127f5
|
uhc: update to version 1.1.9.1
|
2015-06-11 11:52:26 +02:00 |
|
Peter Simons
|
9e04c74d95
|
haskell-bitx-bitcoin: disable the test suite which tries to access the network
|
2015-06-11 11:52:26 +02:00 |
|
Peter Simons
|
1c31a4660a
|
haskell-pipes-mongodb: disable the test suite which tries to access the network
|
2015-06-11 11:52:26 +02:00 |
|
Peter Simons
|
d9461e945f
|
hackage-packages.nix: update to bab92d665c with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
|
2015-06-11 11:52:22 +02:00 |
|
Domen Kožar
|
a06bb18ce5
|
Merge pull request #8274 from k0ral/lsof
lsof: 4.87 -> 4.88
|
2015-06-11 11:26:18 +02:00 |
|
Pascal Wittmann
|
2700715567
|
global: update from 6.4 to 6.5
|
2015-06-11 10:46:57 +02:00 |
|
Domen Kožar
|
4227b13af6
|
pypy: 2.5.1 -> 2.6.0
|
2015-06-11 10:42:14 +02:00 |
|
koral
|
0ac1de60e9
|
lsof: 4.87 -> 4.88
|
2015-06-10 16:34:45 +00:00 |
|
Pascal Wittmann
|
6fa0db5a31
|
coqPackages.fiat: disable parallel build to fix build
|
2015-06-10 16:14:11 +02:00 |
|
Pascal Wittmann
|
62d62b6588
|
Fixed some licenses
|
2015-06-10 13:00:42 +02:00 |
|
Peter Simons
|
07579409cc
|
hackage-packages.nix: update to cf0a9dd31e with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
|
2015-06-10 10:55:50 +02:00 |
|
Peter Simons
|
43a7006495
|
hackage-packages.nix: update to 31af6a881c with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
|
2015-06-10 10:55:49 +02:00 |
|
Peter Simons
|
957d9f6d57
|
zeromq: update to version 4.1.1
Version 4.0.6 is "retired" and also failed to compile because its sha256
hash changed on the upstream site for some reason.
|
2015-06-10 10:07:46 +02:00 |
|
Thomas Tuegel
|
661ce66483
|
haskellPackages.hmatrix: remove impure openblas path
|
2015-06-09 14:31:19 -05:00 |
|
Thomas Tuegel
|
406428d6a4
|
haskellPackages.bindings-levmar: build with openblas
|
2015-06-09 13:48:36 -05:00 |
|
Jude Taylor
|
746df7b034
|
remove now-applied process-extras patch
|
2015-06-09 10:26:29 -07:00 |
|
Thomas Tuegel
|
8245caedf1
|
rPackages.SamplerCompare: build with openblas
|
2015-06-09 11:47:40 -05:00 |
|
Thomas Tuegel
|
58754130cc
|
rPackages.slfm: build with openblas
|
2015-06-09 11:47:26 -05:00 |
|
Thomas Tuegel
|
77aa1c990e
|
rPackages.Mposterior: build with openblas
|
2015-06-09 11:47:12 -05:00 |
|
Thomas Tuegel
|
b120a737fd
|
rPackages.BayesLogit: build with openblas
|
2015-06-09 11:43:00 -05:00 |
|
Cillian de Róiste
|
6455404f1b
|
mlt-qt4: update from 0.9.2 to 0.9.6
|
2015-06-09 15:51:37 +02:00 |
|
Peter Simons
|
62f2b24c83
|
haskell-fft: disable failing test suite
|
2015-06-09 15:51:01 +02:00 |
|
Peter Simons
|
49d4342f1b
|
hackage-packages.nix: update to c8b207efe7 with hackage2nix revision c3122d617e69efe091549cec44d578bba41515f1
|
2015-06-09 15:50:56 +02:00 |
|
Thomas Tuegel
|
71b848b45d
|
openblas: build with USE_OPENMP=0 on Darwin
Darwin's clang does not support OpenMP yet. OpenMP is required on other
platforms for e.g. Julia.
|
2015-06-09 06:34:52 -05:00 |
|
William A. Kennington III
|
240338638e
|
openjdk7: Fix refernces to the bootstrap
|
2015-06-08 13:56:29 -07:00 |
|
Pascal Wittmann
|
8895716869
|
zeromq: update from 4.0.5 to 4.0.6, fixes CVE-2014-9721
|
2015-06-08 13:31:27 +02:00 |
|
Arseniy Seroka
|
b04ba33e40
|
Merge pull request #8211 from ktosiek/dfeet-0.3.9
Bump d-feet to 0.3.9
|
2015-06-08 14:28:20 +03:00 |
|