Arseniy Seroka
eb2c3c6681
Merge pull request #8124 from pmahoney/skarnet-update
...
Skarnet update
2015-06-02 19:25:37 +03:00
Peter Simons
ba809cf9a3
haskell: add three new helper functions to the lib module
...
- sdistTarball transforms a normal Haskell build into one that produces a
release tarball by running "sdist". For example:
$ nix-shell -p "haskell.lib.sdistTarball haskellPackages.mtl" --command 'tar tfv $nativeBuildInputs/*tar.gz'
- buildFromSdist transforms a normal Haskell build into one that compiles the
package the an sdist release tarball created by Nix. For example:
$ nix-shell -p "haskell.lib.buildFromSdist haskellPackages.mtl" --command "exit 0"
- buildStrictly transforms a normal Haskell build into one that (a) compiles
the source code with "-Wall -Werror" flags and (b) uses as input a locally
generated sdist release tarball. For example:
$ nix-shell -p "haskell.lib.buildStrictly haskellPackages.mtl" --command "exit 0"
This function is particularly useful for continuous Hydra builds of Haskell
packages.
2015-06-02 14:17:16 +02:00
Vincent Laporte
b812e5f057
ocaml-uri: update from 1.7.2 to 1.9.0
2015-06-02 13:53:17 +02:00
Vincent Laporte
a36326d197
ocaml-asn1-combinators: update from 0.1.1 to 0.1.2
2015-06-02 13:53:17 +02:00
Vincent Laporte
d5a4c3d21d
coq-tlc: fix package
2015-06-02 13:53:17 +02:00
Domen Kožar
d2825dbc73
Merge pull request #8108 from codyopel/sass
...
update Sassc and libsass
2015-06-02 12:32:26 +02:00
Vladimír Čunát
c86c1b79af
libav(-11): maintenance update, including security
2015-06-02 11:02:11 +02:00
Peter Simons
52829ce24a
Disable broken builds for Haskell packages gitit and influxdb.
2015-06-02 10:32:31 +02:00
Peter Simons
921b000fa5
haskell-base-noprelude: disable Haddock phase on empty library
2015-06-02 10:32:31 +02:00
Peter Simons
682e37e586
haskell-iconv: GHC 7.10.x support was added upstream
2015-06-02 10:32:31 +02:00
Peter Simons
873fa649e8
cabal-install: break infinite recursion on ghc 7.6.x and 7.4.x.
2015-06-02 10:32:31 +02:00
Peter Simons
0d484e999b
haskell-binary: update to version 0.7.5.0
2015-06-02 10:32:31 +02:00
Peter Simons
3e0513ea86
haskell-cabal-helper wants to store test suite data in $HOME
2015-06-02 10:32:31 +02:00
Peter Simons
ecac359ccf
ghc-7.10.x: trigger re-builds to recover from non-determinstic library ID
2015-06-02 10:32:31 +02:00
Peter Simons
32757ef184
hackage-packages.nix: update to bfbb2bc96c
with hackage2nix revision d0ef14cd08973bdb61a29700ef07b1149c86b7a3
2015-06-02 10:32:27 +02:00
Tobias Geerinckx-Rice
7db1aa06a5
nxproxy & libxcomp: use lite instead of full nx-libs
2015-06-02 01:46:05 +02:00
Vincent Laporte
b351009cca
ocaml-hex: update from 0.1.0 to 0.2.0
2015-06-01 22:37:04 +02:00
Vincent Laporte
e361e700e1
ocaml-cstruct: assert minimal OCaml version (4.01)
2015-06-01 22:37:03 +02:00
Patrick Mahoney
74964c255e
Update skarnet.org software
...
execline 2.1.2.0
s6-dns 2.0.0.3
s6-networking 2.1.0.1
s6-portable-utils 2.0.5.0
skalibs 2.3.4.0
2015-06-01 15:20:56 -05:00
Patrick Mahoney
9835f18fbd
Add myself as maintainer for skarnet software
2015-06-01 15:20:56 -05:00
lethalman
80dd602c48
Merge pull request #7479 from bobvanderlinden/hwinfo
...
added hwinfo
2015-06-01 17:09:00 +02:00
lethalman
ea83ebff86
Merge pull request #8115 from Havvy/iojs
...
Update io.js to v.2.2.1
2015-06-01 16:52:04 +02:00
Ryan Scheel (Havvy)
9cb7239f12
Update iojs to v.2.2.1
2015-06-01 15:34:31 +02:00
William A. Kennington III
5afa4f18d6
qemu-nix: Build statically
2015-06-01 01:50:05 -07:00
codyopel
fcf850c99e
sassc: 3.2.1 -> 3.2.4
2015-06-01 01:28:18 -04:00
codyopel
a53ca334d6
libsass: 3.2.2 -> 3.2.4
2015-06-01 01:27:46 -04:00
Ryan Scheel (Havvy)
b49026ee98
Added: Havvy as maintainer for iojs/nodejs.
2015-06-01 05:17:59 +02:00
codyopel
ec7f3fb516
libass: 0.12.1 -> 0.12.2
2015-05-31 19:47:59 -04:00
Peter Simons
845bf204df
Merge pull request #8095 from ryantrinkle/fix-install-name-tool
...
Do not use install_name_tool on "executables" built by GHCJS
2015-05-31 23:07:11 +02:00
William A. Kennington III
98fb54a6dc
gss: 1.0.2 -> 1.0.3
2015-05-31 13:55:18 -07:00
Tobias Geerinckx-Rice
b43f5d3881
accounts-qt: don't cast to string for no reason
2015-05-31 22:01:52 +02:00
Tobias Geerinckx-Rice
27eeeb9acb
libaccounts-glib 1.16 -> 1.18
...
Development has moved from Google Code to Gitlab.
2015-05-31 22:01:11 +02:00
Pascal Wittmann
ed9455838c
checkstyle: update from 6.6 to 6.7
2015-05-31 20:25:33 +02:00
Arseniy Seroka
cfb9039b58
Merge pull request #8075 from vbgl/getdata88
...
update getdata & netcdf
2015-05-31 20:38:52 +03:00
Michael Raskin
7d2b98370f
ca-bundle.crt is now in the root irectory of the cacert package
2015-05-31 19:37:30 +03:00
Peter Simons
c55ca3fd0b
cabal2nix: update to version 20150531
...
This update adds support for bash completion.
2015-05-31 18:31:26 +02:00
Pascal Wittmann
d780e48b31
openjdk8: fix build by applying the patch from debian
...
see https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg389555.html
closes #8090
2015-05-31 18:02:41 +02:00
Michael Raskin
e75b6ac468
Add CLX-XKeayboard; fix downloads for darcs over https
2015-05-31 18:56:50 +03:00
Mateusz Kowalczyk
7c09d9d291
agda-stdlib: update to 2.4.2.3 branch
...
Required to work with the new Agda we have
2015-05-31 13:18:39 +01:00
Domen Kožar
fc9e7c9aae
Merge pull request #8074 from Ralith/capnproto
...
capnproto: bump to 0.5.1.2
2015-05-31 13:28:48 +02:00
Cillian de Róiste
7df3386753
movit: update from 1.1.2 to 1.1.3
2015-05-31 13:12:40 +02:00
Robert Helgesson
555ee2f7ba
Add patch for haskell-iconv to support GHC 7.10.
2015-05-31 11:29:56 +02:00
Michael Raskin
608482f613
Update SBCL
2015-05-31 11:46:47 +03:00
Michael Raskin
c84a9d2d17
Update Octave to 4.0.0
2015-05-31 11:01:51 +03:00
Ryan Trinkle
82bd3a5580
Do not use install_name_tool on "executables" built by GHCJS
...
These executables are really .jsexe directories, and install_name_tool will fail
2015-05-31 03:18:13 -04:00
Tobias Geerinckx-Rice
99626a6ba4
accounts-qt 1.11 -> 1.13
...
Development has moved from Google Code to Gitlab.
2015-05-30 21:12:46 +02:00
Tobias Geerinckx-Rice
21015ea82f
Add bin_replace_string: edit precompiled binaries
2015-05-30 21:09:26 +02:00
Peter Simons
1cc014fdae
hackage-packages.nix: update to a0ad41c6f5
with hackage2nix revision 4d6361f0199d51068066c62bb0ca5c18530161f4
2015-05-30 19:55:32 +02:00
Peter Simons
7c9cf6d6c2
haskell-syb-with-class: remove obsolete patches
2015-05-30 19:54:43 +02:00
Peter Simons
b73c3c7d9f
haskell-cipher-aes fails its test suite.
2015-05-30 19:54:43 +02:00
Peter Simons
413985fa34
haskell-servant has been fixed upstream.
2015-05-30 19:54:43 +02:00
Peter Simons
83f6a29266
haskell-hslua: version 0.4.x still doesn't work with lua 5.2
2015-05-30 19:54:43 +02:00
Peter Simons
d55272a535
haskell-pipes-errors: fix evaluation of override for latest 'errors'
2015-05-30 19:54:43 +02:00
Peter Simons
8732feab5a
haskell-llvm-general is broken with recent versions of LLVM.
2015-05-30 19:54:43 +02:00
Peter Simons
2814e5ce11
haskell-Cabal-ide-backend: like all Cabals, this fork can't run its test suite in Nix
2015-05-30 19:54:43 +02:00
Peter Simons
d2496ba142
haskell-pandoc: install man pages
2015-05-30 19:54:43 +02:00
Peter Simons
62d691b4ca
haskell-pandoc: don't use shared linking for executables
...
The build contains special magic surrounding the build of make-pandoc-man-pages,
and that magic fails in case we link binaries dynamically.
2015-05-30 19:54:43 +02:00
Peter Simons
a1c0a00dac
haskell-text-binary: remove patch that's contained in version 0.2.x
2015-05-30 19:54:43 +02:00
Peter Simons
c139b0593c
Fix haskell-spaceprobe and llvm-general.
2015-05-30 19:54:43 +02:00
Peter Simons
ef0d959fe9
haskell-BNFC: build has been fixed, but the test suite still won't compile
2015-05-30 19:54:43 +02:00
Peter Simons
e5a1818745
haskell-mueval is broken (and has been for a while)
2015-05-30 19:54:42 +02:00
Peter Simons
8b80062185
haskell-configuration-ghc-7.10.x: remove obsolete override for old c2hs version
2015-05-30 19:54:42 +02:00
Peter Simons
8c03484b3b
haskell-ncurses: remove obsolete override
2015-05-30 19:54:42 +02:00
Peter Simons
2e24bef56f
ghc-6.x: enable builds again now that 5a89a87cc5
is in master
...
Resolves https://github.com/NixOS/nixpkgs/issues/7810 .
2015-05-30 19:54:42 +02:00
Peter Simons
35b2be0d24
hackage-packages.nix: update to 19c8675e5d
with hackage2nix revision 66f6b1336269ffa8e106822407e09e3dbadffcd1
2015-05-30 19:54:42 +02:00
Vladimír Čunát
223cfb82f4
kde4.libkvkontakte: fix build by using pkgconfig
2015-05-30 19:40:31 +02:00
Peter Simons
d3073741a3
Merge pull request #8042 from adnelson/liblapack_atlas_dependency_optional
...
Liblapack atlas dependency optional
2015-05-30 19:25:54 +02:00
Vincent Laporte
20a36e4120
netcdf: update from 4.3.2 to 4.3.3.1
2015-05-30 19:24:32 +02:00
Vincent Laporte
f498d0110e
getdata: update from 0.8.6 to 0.8.8
2015-05-30 19:24:32 +02:00
Benjamin Saunders
593892a761
capnproto: bump to 0.5.1.2
2015-05-30 10:18:54 -07:00
Vladimír Čunát
5d8981ee4d
opencascade-6.5: work around a build problem
2015-05-30 19:16:38 +02:00
Vladimír Čunát
6732b3b8ad
clang-3.4: fix build by adding zlib
...
I didn't care enough to search for cause of the regression.
2015-05-30 15:42:15 +02:00
Pascal Wittmann
1d30557516
Fixed meta.license: s/licence/license
2015-05-30 15:19:05 +02:00
Pascal Wittmann
dbfaf1c27c
Merge pull request #8064 from ftrvxmtrx/utf8proc-1.2
...
utf8proc: 1.1.6 -> 1.2
2015-05-30 13:49:55 +02:00
Pascal Wittmann
24d2849dba
gtk-doc: update from 1.23 to 1.24
2015-05-30 13:48:53 +02:00
Siarhei Zirukin
2ee1ab955a
utf8proc: 1.1.6 -> 1.2
2015-05-30 13:15:45 +02:00
William A. Kennington III
5483697ab1
nss: 3.19 -> 3.19.1
2015-05-29 15:29:53 -07:00
William A. Kennington III
b07929b0a3
Use libpulseaudio instead of pulseaudio
2015-05-29 14:32:56 -07:00
William A. Kennington III
cd52c04456
Fix more ca-bundle paths
2015-05-29 14:26:32 -07:00
William A. Kennington III
14c1e0fa1f
Fix ca-bundle paths
2015-05-29 14:03:34 -07:00
Mateusz Kowalczyk
02895e8211
Merge pull request #8063 from Havvy/iojs
...
Updated: io.js from v1.6.4 to v.2.1.0
2015-05-29 21:47:46 +01:00
Arseniy Seroka
02fd0c8771
Merge pull request #7742 from magnetophon/guitarix-syslibs-master
...
guitarix: use system zita libs
2015-05-29 23:37:43 +03:00
Ryan Scheel (Havvy)
c8e59a41b0
Updated: io.js from v1.6.4 to v.2.1.0
...
Closes #9707
2015-05-29 21:06:18 +02:00
William A. Kennington III
ac2f05a50a
krb5: Make lib build parallel
2015-05-29 10:12:29 -07:00
William A. Kennington III
a74e4863f3
krb5: Fixes
2015-05-29 10:12:00 -07:00
Shea Levy
eb0a21a512
boto: Remove obsolete patch
2015-05-29 11:21:49 -04:00
Shea Levy
1b93d64168
nix-exec: bump
2015-05-29 11:05:36 -04:00
Bart Brouns
859ec9719b
guitarix: use system zita libs
2015-05-29 14:05:46 +02:00
Vincent Laporte
dfbef0d770
coq-coqeal: fix installation
2015-05-29 11:42:45 +02:00
William A. Kennington III
035273f813
Merge pull request #8022 from devhell/mediainfo
...
Update mediainfo{-gui} and dependencies
2015-05-29 00:57:13 -07:00
William A. Kennington III
de6f236bbb
Merge pull request #8038 from codyopel/ffmpeg-networking
...
ffmpeg: include networking support
2015-05-29 00:54:15 -07:00
Peter Simons
d9cc38757a
openssl: add version 1.0.2a as attribute 'openssl_1_0_2'
...
We'll try switching our default version after the 15.06 release has been
branched off. Resolves https://github.com/NixOS/nixpkgs/issues/7970 .
2015-05-29 09:52:29 +02:00
Allen Nelson
e001340cf6
returned to two-file structure for liblapack
2015-05-28 21:49:06 -05:00
Peter Simons
99273a6716
Merge pull request #8047 from nckx/master
...
Don't use "with licenses;" for single licences
2015-05-28 22:14:53 +02:00
Peter Simons
bcd5dc6bac
Merge pull request #8023 from thinkpad20/pure_liblapack
...
added cmake flag to prevent autodetection of SDK directory
2015-05-28 21:44:07 +02:00
Allen Nelson
2c125cf37a
removed default dependency of liblapack on ATLAS. was causing an unnecessary double-build of atlas
2015-05-28 12:39:49 -05:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Pascal Wittmann
7822640a18
yodl: update from 3.05.00 to 3.05.01
2015-05-28 19:10:52 +02:00
Pascal Wittmann
f675c4d90d
icmake: update from 7.22.00 to 7.22.01
2015-05-28 18:57:32 +02:00
Pascal Wittmann
38bc63c605
help2man: update from 1.46.5 to 1.46.6
2015-05-28 18:56:12 +02:00