Commit Graph

21318 Commits

Author SHA1 Message Date
Peter Simons
ccd74d7497 haskell-ghc-server: drop obsolete package 2014-12-13 12:06:01 +01:00
Peter Simons
5e2f4a4a73 haskell-gloss-rendering: add version 1.9.2.1 2014-12-13 12:06:01 +01:00
Peter Simons
17589d33da haskell-list-t: add version 0.3.0 2014-12-13 12:06:01 +01:00
Peter Simons
f514804aad haskell-mtl-prelude: add version 1.0.1 2014-12-13 12:06:01 +01:00
Peter Simons
d9566a3b35 haskell-hlint: update to version 1.9.13 2014-12-13 12:06:01 +01:00
Michael Raskin
fbceebd868 Merge pull request #5288 from mstarzyk/j
j: Fix building libj.so
2014-12-13 10:49:30 +03:00
Domen Kožar
b7eba773dc hhvm: 3.2.0 -> 3.3.0, fix build
(cherry picked from commit 9d0d9ae9f7ea940ea63dfe019c2818edd6fc376a)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 17:09:48 +01:00
Luca Bruno
f28eff8b82 Merge branch 'polari', PR #5264 2014-12-12 15:12:54 +01:00
Damien Cassou
bc789064d8 Package for the Polari IRC app
This commit includes a patch to telepathy's derivation, written by
Lethalman. This patch makes public the Telepathy's dependency to
dbus_glib. This patch will become problematic with the next pkgconfig
upgrade but this upgrade should make the patch irrelevant. See these 2
links for more information:
- https://bugs.freedesktop.org/show_bug.cgi?id=15199
- https://bugzilla.redhat.com/show_bug.cgi?id=436773

Modified by Luca Bruno:
- Moved telepathy_idle to propagatedUserEnvPkgs
- Added myself to maintainers
- Enable parallel building
2014-12-12 15:12:19 +01:00
Eelco Dolstra
fcd4aa44d5 valgrind: Update to 3.10.1 2014-12-12 15:08:25 +01:00
Pascal Wittmann
377822fb64 mujs: update to latest revision 2014-12-12 12:14:13 +01:00
Peter Simons
46b0c68ea2 Merge pull request #5282 from rickynils/java-truststore-env
openjdk: Read SSL truststore from JAVAX_NET_SSL_TRUSTSTORE
2014-12-12 09:22:15 +01:00
Austin Seipp
0bdff430a4 nixpkgs: rr 2.0.0 -> 3.0.0, with 64bit support
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-12 01:20:23 -06:00
Jaka Hudoklin
0d01793870 Merge pull request #5290 from bbarker/gradle221
keeping gradle updated
2014-12-12 03:06:33 +01:00
Rickard Nilsson
95fdc8cf29 openjdk: Introduce JAVAX_NET_SSL_TRUSTSTORE env
This small patch makes it possible to control java's truststore path through
the environment. This lets you add (system- or session-wide) CAs that should
be allowed by Java. Java users can still use -Djavax.net.ssl.truststore to
override the truststore set by JAVAX_NET_SSL_TRUSTSTORE.

Something like this can be used to build the truststore (in this example just
using the standard pkgs.cacert CA-bundle):

{
  environment.variables.JAVAX_NET_SSL_TRUSTSTORE = "${
    pkgs.runCommand "cacerts" {} ''
      ${pkgs.perl}/bin/perl \
        ${pkgs.path}/pkgs/development/compilers/openjdk/generate-cacerts.pl \
        ${pkgs.jre}/bin/keytool \
        ${pkgs.cacert}/etc/ca-bundle.crt
      mv cacerts $out
    ''
  }";
}

Ideally, the dependency on pkgs.cacert should also be removed from pkgs.openjdk
to avoid rebuilding java each time the standard CA-bundle changes. Something
along the example above must then be added to NixOS (however, it would be
nice to not depend on ${pkgs.jre}/bin/keytool to generate that environment
variable).
2014-12-12 01:14:09 +01:00
Shaun Sharples
5f18c41a1b haskell-ekg-bosun: update to 1.0.3 2014-12-11 21:20:30 +01:00
Shaun Sharples
4d2f2c18de haskell-wreq: update to 0.3.0 2014-12-11 21:20:30 +01:00
Shaun Sharples
663bee7e8b haskell-http-client: update to 0.4.6 2014-12-11 21:20:29 +01:00
Vincent Laporte
c99c8c3e43 dypgen: adds meta.platforms 2014-12-11 16:15:02 +01:00
Peter Simons
dfbb2b37b5 haskell-hackage-db: update to version 1.11 2014-12-11 14:06:08 +01:00
Peter Simons
5ff896ff65 haskell-hackage-db: update to version 1.10 2014-12-11 11:42:05 +01:00
Domen Kožar
776d796221 folly: disable on 32bit (unsupported) 2014-12-11 10:38:52 +01:00
Domen Kožar
3c9828fd77 classpath: fix build 2014-12-11 10:38:52 +01:00
Vincent Laporte
cb3f9bf160 omake: add meta.platforms 2014-12-11 09:19:30 +01:00
Michael Raskin
a199693cab Update/Fix OVMF 2014-12-11 08:46:13 +03:00
bbarker
2682c01f29 keeping gradle updated 2014-12-11 04:19:14 +01:00
Mateusz Kowalczyk
562fdc2050 Revert "haskell-hxt: update to 9.3.1.9"
This reverts commit 439a71f1b4.

This is because hxt-9.3.1.9 needs >=mtl-2.2.1
2014-12-10 23:27:45 +00:00
Maciek Starzyk
8989a32d34 j: Fix building libj.so 2014-12-10 22:43:42 +01:00
Trevor L. McDonell
01d274e7bd Update c2hs to 0.20.1 2014-12-10 16:01:37 -05:00
Vladimír Čunát
c8a53923fc libyaml: fix CVE-2014-9130 by upstream patch 2014-12-10 19:26:09 +01:00
Emery Hemingway
be2060f1e7 glibc_multi: fix package name (close #5284)
"multi" should be between the "glibc" and the version
2014-12-10 18:31:31 +01:00
Mateusz Kowalczyk
b13301ecbe ffmpeg: update from 2.4.4 to 2.5 (close #5279) 2014-12-10 18:13:53 +01:00
Eelco Dolstra
4d918cb6c7 php-5.3: Remove
PHP 5.3 is EOL (see http://php.net/supported-versions.php). NixOS
14.12 is a good opportunity to drop it.
2014-12-10 17:19:37 +01:00
Pascal Wittmann
bab97e1687 gnet: update from 2.0.7 to 2.0.8 2014-12-10 17:12:41 +01:00
Eelco Dolstra
55d59eefb3 php: Really update to 5.4.34
75738437a4 only updated the version string...
2014-12-10 17:09:47 +01:00
Domen Kožar
01a91a2831 boringssl: fix build
(cherry picked from commit 1b10d224c8a68a46ac28d72843fe235ca7ddf630)
2014-12-10 14:05:50 +01:00
Mateusz Kowalczyk
3b3e2a62d3 haskell-gtk3: update to 0.13.3 2014-12-10 09:49:15 +00:00
Mateusz Kowalczyk
439a71f1b4 haskell-hxt: update to 9.3.1.9 2014-12-10 09:49:00 +00:00
Mateusz Kowalczyk
06498b06ed haskell-vty: update to 5.2.6 2014-12-10 09:48:37 +00:00
Mateusz Kowalczyk
b5ba9e3558 haskell-github: update to 0.13.1 2014-12-10 09:48:27 +00:00
Mateusz Kowalczyk
691b2ac0ad haskell-Agda: update to 2.4.2.2 2014-12-10 09:48:11 +00:00
Mateusz Kowalczyk
4d520d9e12 haskell-call: new package 2014-12-10 09:42:03 +00:00
Mateusz Kowalczyk
c4b4dfa1dc haskell-elevator: new package 2014-12-10 09:42:03 +00:00
Mateusz Kowalczyk
4c3417df44 haskell-objective: update to 0.6.1 2014-12-10 09:42:02 +00:00
Mateusz Kowalczyk
811cc55739 haskell-minioperational: update to 0.4.8.1 2014-12-10 09:42:02 +00:00
Mateusz Kowalczyk
891a293aa6 haskell-bindings-portaudio: new package 2014-12-10 09:42:02 +00:00
Mateusz Kowalczyk
a50a7ca3da haskell-hspec-laws: new package 2014-12-10 07:45:16 +00:00
Domen Kožar
0fcef83b0d fix a bunch of perl modules 2014-12-10 01:38:00 +01:00
Vincent Laporte
ef5c48326a Adds ocaml-fieldslib
This library defines a syntax extension for OCaml using Camlp4 that
can be used to define first class values representing record fields,
and additional routines, to get and set record fields, iterate and
fold over all fields of a record and create new record values.

Homepage: https://ocaml.janestreet.com/
2014-12-09 19:37:48 +01:00
Bjørn Forsman
99eab9f1e2 buildbot{,-slave}: update 0.8.8 -> 0.8.10
Build tested. Source distribution is now on pypi instead of googlecode.
2014-12-09 19:14:03 +01:00
Domen Kožar
d3ed0ab32b PyQt: fix build 2014-12-09 13:23:13 +01:00
Domen Kožar
d7ab16aee4 remove cppnetlib, we already have cpp-netlib 2014-12-09 12:24:57 +01:00
lethalman
765eab6d5b Merge pull request #5269 from luke-clifton/lc-soundtouch
Added SoundTouch library
2014-12-09 10:25:26 +01:00
Luke Clifton
e62aa58f71 Added SoundTouch library 2014-12-09 17:15:30 +08:00
Bjørn Forsman
3871539d3b thrift: update 0.9.1 -> 0.9.2
* Drop unneeded patch to fix build error; now included upstream
* Fetch tarball instead of using git
* Drop unneeded autotools deps since we're building from tarball

TODO: Package boost-test library, so that we can run the test suite.
2014-12-08 22:54:14 +01:00
Alex Chapman
31b163b90b Add haskellPackages.ofx at version 0.4.0.0 2014-12-09 07:04:49 +11:00
Thomas Tuegel
efe278acfc fontconfig-ultimate.rendering: correct typo in ultimate-lightest 2014-12-08 10:57:25 -06:00
Thomas Tuegel
322bb7a67b fontconfig: include user config through NixOS module 2014-12-08 10:55:24 -06:00
Thomas Tuegel
d75485c945 Add fontconfig-ultimate-20141123 2014-12-08 10:55:23 -06:00
Domen Kožar
de99c9c955 Merge branch 'staging' 2014-12-08 16:28:45 +01:00
Luca Bruno
9d86b4683d gobject-introspection: add glib to propagatedBuldInputs 2014-12-08 16:21:01 +01:00
Edward Tjörnhammar
7102ef5d49 Revert "nixpkgs: remove tsocks"
torsocks and tsocks are not equivalent. torsocks needs a
tor proxy for DNS, tsocks do not.

This reverts commit 1ef6470f15.

tsocks: adding myself as maintainer
2014-12-08 11:51:22 +01:00
Vincent Laporte
6a69a25c56 Adds coq-interval
This library provides vernacular files containing tactics for
simplifying the proofs of inequalities on expressions of real numbers
for the Coq proof assistant.

Homepage: http://coq-interval.gforge.inria.fr/
2014-12-08 09:15:13 +01:00
Peter Simons
774b0fc028 haskell-hackage-db: update to version 1.9.1 2014-12-07 16:31:56 +01:00
Bjørn Forsman
28d98c701b hidapi: add a comment on the license
hidapi allows the user to chose between GPLv3, BSD or HIDAPI license
(more liberal).
2014-12-07 16:15:52 +01:00
Bjørn Forsman
c970104135 hidapi: update/fix description
Description should start with capital letter.
2014-12-07 16:14:07 +01:00
Peter Simons
479602aae8 haskell-hackage-db: update to version 1.9 2014-12-07 15:31:43 +01:00
Domen Kožar
4aa3eec330 Merge branch 'master' into staging
Conflicts:
	pkgs/development/libraries/fontconfig/default.nix
2014-12-07 14:02:48 +01:00
Vincent Laporte
7893825613 coq-flocq: license 2014-12-07 13:14:33 +01:00
Maciek Starzyk
c77ae0ced7 urweb: updated to version 20141206 2014-12-06 23:35:51 +01:00
Peter Simons
0d9001e934 haskell-preprocessor-tools: remove obsolete version 0.1.3 2014-12-06 16:41:40 +01:00
Peter Simons
e56b1610e7 haskell-ixdopp: remove obsolete package 2014-12-06 16:41:22 +01:00
Arseniy Seroka
6641f5d220 binary-strict: add haskell pkg 2014-12-06 18:34:23 +03:00
Arseniy Seroka
3cc8b15721 haskell: add pkg lin-alg 2014-12-06 18:24:30 +03:00
Bjørn Forsman
9e174b90c8 lttng-ust: update from 2.5.0 to 2.5.1 2014-12-06 15:22:44 +01:00
Bjørn Forsman
b161910db1 lttng-tools: update from 2.5.0 to 2.5.2 2014-12-06 15:22:27 +01:00
Bjørn Forsman
7f25c8357b liburcu: update from 0.8.4 to 0.8.6 2014-12-06 15:21:55 +01:00
Austin Seipp
1ef6470f15 nixpkgs: remove tsocks
tsocks is old, and users should be using torsocks these days instead.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-06 05:00:26 -06:00
Peter Simons
85f5c1a1dd haskell-cabal2nix: update to version 1.72 2014-12-05 19:14:45 +01:00
Peter Simons
efccab0cf2 Merge pull request #5232 from joachifm/haskell-mvc
haskell-packages: add mvc and mvc-updates
2014-12-05 18:53:02 +01:00
Peter Simons
6b45125f59 Merge pull request #5231 from luke-clifton/lc-linear-opengl
Haskell package: linear-opengl
2014-12-05 18:52:49 +01:00
Luke Clifton
e9a24c96be Jailbreak fixed upstream. Bumping to 0.2.0.4 2014-12-05 22:52:35 +08:00
Jascha Geerds
0be4c3b484 libtoxcore: Disable tests 2014-12-05 15:04:17 +01:00
Joachim Fasting
0a9c590c8c haskell-mvc-updates: new expression 2014-12-05 14:25:50 +01:00
Joachim Fasting
757c39877b haskell-mvc: new expression 2014-12-05 14:25:50 +01:00
Luke Clifton
d779ff5d5c Jailbreak 2014-12-05 16:17:03 +08:00
Luke Clifton
581fcc2ad2 Added linear-opengl 2014-12-05 16:08:39 +08:00
Michael Raskin
b4084d4913 Just use old glm for LO, the rest of LO is not keen on using C++ git add -A 1 2014-12-05 10:51:40 +03:00
Austin Seipp
73651e6c01 Revert "rr: bump version, 64bit support"
This reverts commit 12a3db89ba.

The prior commit was broken a bit; rr will take a little more work to
support a 64bit build.
2014-12-04 17:49:33 -06:00
Arseniy Seroka
e33a65aeca racer: nightlycompat 2014-12-05 02:32:01 +03:00
Austin Seipp
12a3db89ba rr: bump version, 64bit support
The git version of `rr` recently got 64bit support; bump version and
pick out a working git revision for the new builds.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-04 17:25:56 -06:00
William A. Kennington III
aecdd1e0a4 tdb: 1.3.1 -> 1.3.3 2014-12-04 15:18:24 -08:00
William A. Kennington III
2fa60c3112 ldb: 1.1.17 -> 1.1.18 2014-12-04 15:18:24 -08:00
Peter Simons
e51ece3a65 Merge pull request #5225 from jkarni/jkarni/monadIO
Add haskell monadIO package.
2014-12-04 22:36:49 +01:00
John Wiegley
e5d92d45b7 coqPackages.coqeal: new expression 2014-12-04 14:15:30 -06:00
Julian K. Arni
1c55e474b9 Add haskell monadIO package. 2014-12-04 20:16:09 +01:00
Julian K. Arni
f840b05fa1 Add haskell library parsec-extra. 2014-12-04 19:51:17 +01:00
lethalman
1b67655f07 Merge pull request #5220 from DamienCassou/pharo-vm-update
Update pharo vm
2014-12-04 16:53:29 +01:00
Damien Cassou
4be8f537b6 Update pharo vm 2014-12-04 16:41:20 +01:00
Peter Simons
1f49c1cef7 Mark R packages h2o, jvmr, and qtbase as broken.
This also breaks dependent packages qtutils, qtpaint, and bamboo.
2014-12-04 15:00:54 +01:00
Peter Simons
7ee70a1644 R-defaults: add obsolete package temporarily 2014-12-04 14:45:09 +01:00
Domen Kožar
fd500f1a92 fix eval 2014-12-04 14:30:18 +01:00
Domen Kožar
bd85d3ea7d qt-gstreamer1: fix build 2014-12-04 14:27:09 +01:00
Domen Kožar
683740466a Merge pull request #5217 from geerds/tox
Tox: Update libtoxcore, qtox, utox and toxic
2014-12-04 14:12:49 +01:00
Bjørn Forsman
f595a7eb58 srecord: update 1.63 -> 1.64
libgcrypt was an optional dependency in previous versions too, but in
this version the build fails unless libgcrypt is there, or
--without-gcrypt is passed to configure.

Since libgcrypt only increases the closure size from 131 MiB to 136 MiB,
I'm adding it as a dependency.

[1]: http://srecord.sourceforge.net/change_log.txt
2014-12-04 08:57:38 +01:00
John Wiegley
aefdaaa098 haskellPackages.unboundGenerics: new expression 2014-12-04 00:19:29 -06:00
John Wiegley
cded93d25d haskellPackages.hoopl: new expression 3.10.0.1 2014-12-03 22:33:13 -06:00
Shea Levy
b02d059f5d nix-exec: bump 2014-12-03 22:23:47 -05:00
Jascha Geerds
c57a4c2f78 Update libtoxcore and qtox to the newest dev version
As from now qtox depends on openalSoft instead of openal. This is due to
incompatibilities between those to two implementations. Anyway, this
should be okay because their official debian package depends on
openalSoft as well.
2014-12-04 02:29:56 +01:00
Cillian de Róiste
053d46f415 minixml: update from 2.8 to 2.9 2014-12-04 00:06:17 +01:00
Domen Kožar
f058618019 folly: 12 -> 17, fix build 2014-12-03 23:12:32 +01:00
Domen Kožar
c7028192c2 fix sloccount build 2014-12-03 22:11:56 +01:00
Mateusz Kowalczyk
60c80fd312 agda-pretty: update darcs revision
Fixes the package for new Agda version
2014-12-03 17:13:53 +00:00
Mateusz Kowalczyk
d466b40bb3 agda-TotalParserCombinators: update darcs revision
Fixes the package for new Agda version
2014-12-03 17:13:48 +00:00
Mateusz Kowalczyk
41e2ba7bbf ffmpeg: update from 2.4.3 to 2.4.4 2014-12-03 16:52:46 +00:00
Mateusz Kowalczyk
5756c3e437 glm: update from 0.9.5.4 to 0.9.6.0 2014-12-03 16:52:03 +00:00
Mateusz Kowalczyk
612873f686 gloox: update from 1.0.11 to 1.0.12 2014-12-03 16:51:52 +00:00
Mateusz Kowalczyk
ecf243c782 gpgme: update from 1.5.1 to 1.5.2 2014-12-03 16:51:23 +00:00
Rüdiger Sonderfeld
b023a0bdfb ffmpeg/1.x: Update to 1.2.10 (close #5215) 2014-12-03 16:37:11 +01:00
Peter Simons
1897946daf r-selectspm: cannot be built because it depends on the broken package ecespa 2014-12-03 16:28:29 +01:00
Peter Simons
d9f1968cab r-modules: always set meta.platforms when meta.hydraPlatforms is set, too
By default, we take both values from the R derivation.
2014-12-03 16:28:28 +01:00
Peter Simons
1c15a4122b r-modules: fix reference to cran-packages.nix 2014-12-03 16:28:28 +01:00
taku0
2d3dd68d27 cran-packages: combined packages definition files further 2014-12-03 16:28:28 +01:00
taku0
916e36940b cran-packages: combined packages definition files 2014-12-03 16:28:28 +01:00
taku0
4647743ed7 cran-packages: updated sources 2014-12-03 16:28:28 +01:00
taku0
2532844fb5 cran-packages: marks broken packages broken instead of removeing them 2014-12-03 16:28:28 +01:00
taku0
8f0d6091bb cran-packages: uses common variable names, doCheck and installFlags 2014-12-03 16:28:28 +01:00
taku0
f7aba18c02 netcdf: removed unused configure flag 2014-12-03 16:28:28 +01:00
taku0
dc1a3ed9b2 cran-packages: makes packages overridable 2014-12-03 16:28:28 +01:00
taku0
ea3c59907f cran-packages: sets hydraPlatforms of rpud and CARramps to none since those packages require non-free NVidia drivers 2014-12-03 16:28:28 +01:00
taku0
a28a6999b4 cran-packages: renamed the files from camelCase to kebab-case 2014-12-03 16:28:28 +01:00
taku0
2a1d9ddbf2 cran-packages: restructured 2014-12-03 16:28:28 +01:00
taku0
e125997df6 netcdf: enabled HDF5, DAP, UDUNITS, and shared library 2014-12-03 16:28:28 +01:00
Georges Dubus
d3de398f34 rustSnapshot: upgraded to last master 2014-12-03 16:18:51 +01:00
Bjørn Forsman
f6b7a24a9c liboping: update 1.6.2 -> 1.8.0
According to NEWS, the changes are in the command line tools, not the
library, so I think dependees (only collectd) will work fine.

Also update homepage: http://verplant.org/liboping/ => http://noping.cc/
2014-12-03 16:11:29 +01:00
Peter Simons
0dd518cbd5 haskell-threadscope: update to version 0.2.6 2014-12-03 13:50:58 +01:00
Vladimír Čunát
43c4d78bc6 popplerQt4: re-introduce the subpixel rendering patch 2014-12-03 13:50:30 +01:00
Peter Simons
5270474eca haskell-opaleye: re-generate expression with cabal2nix 2014-12-03 13:48:20 +01:00
Peter Simons
2a6763e76e haskell-product-profunctors: re-generate expression with cabal2nix 2014-12-03 13:48:01 +01:00
Peter Simons
bfd53044ca haskell-gl: re-generate expression with cabal2nix 2014-12-03 13:42:09 +01:00
Vladimír Čunát
91398001d8 libevdev: minor update
Sadly, I could find no kind of news, changelog, or announcement.
upstream-tracker.org shows no warnings.
2014-12-03 13:26:32 +01:00
Oliver Charles
9f30d7d038 haskellPackages.fixed,gl,half: New expressions 2014-12-03 12:07:06 +00:00
Thomas Tuegel
b409bd7821 qt5: add ttuegel to maintainers 2014-12-03 05:24:24 -06:00
Thomas Tuegel
e36d7c8d11 qt5: absolute paths for dlopen 2014-12-03 05:22:51 -06:00
Ricardo M. Correia
4dca8beea0 icedtea7: Fix patch 2014-12-03 06:05:43 +01:00
Ricardo M. Correia
fbd6f4d9b3 icedtea: Regenerate sources.nix 2014-12-03 05:42:34 +01:00
Ricardo M. Correia
31522e13c7 icedtea: Simplify update script 2014-12-03 05:41:51 +01:00
William A. Kennington III
d2488119cc icedtea7_web: 1.5.1 -> 1.5.2 2014-12-02 16:46:16 -08:00
William A. Kennington III
4dcd691fdf icedtea: 2.4.7 -> 2.5.3 2014-12-02 16:43:24 -08:00
William A. Kennington III
287db58750 icedtea: Fix updater to work with latest icedtea changes 2014-12-02 16:43:01 -08:00
Bjørn Forsman
12f4e6c325 libosinfo: update 0.2.10 -> 0.2.11 2014-12-02 23:09:50 +01:00
Bjørn Forsman
96e50f451c babeltrace: update 1.2.3 -> 1.2.4 2014-12-02 23:02:02 +01:00
Bjørn Forsman
9367a92569 qwt: update 5.2.1 -> 5.2.3
Remove patch that don't apply anymore; use sed instead.
2014-12-02 22:56:43 +01:00
Vladimír Čunát
2e1bb14b93 nss: security update fixing CVE-2014-1569 2014-12-02 21:51:25 +01:00
Bjørn Forsman
5dc9be5869 xmlrpc-c: update from 1.25.27 to 1.25.30 2014-12-02 21:37:39 +01:00
lethalman
14ba80a6e1 Merge pull request #5008 from nbp/rr
Add rr & libpfm.
2014-12-02 11:17:28 +01:00
Arseniy Seroka
ea3292523c daemons: add haskell pkg 2014-12-02 01:12:05 +03:00
Domen Kožar
e8c4ef278c Merge pull request #5007 from nbp/bugwarrior
Add Bugwarrior and its dependencies.
2014-12-01 22:20:17 +01:00
Domen Kožar
a390a9cbc9 fontconfig: current behavior makes substitutes fail 2014-12-01 22:01:29 +01:00
Vladimír Čunát
4426d73ad8 gcc-4.9: maintenance update 2014-12-01 21:30:38 +01:00
Oliver Charles
465a163e95 haskellPackages.opaleye: New expression 2014-12-01 19:18:43 +00:00
Ricardo M. Correia
744dc4abdc rustcMaster: Install docs (into $out/share/doc) 2014-12-01 20:01:52 +01:00
vbgl
5a410c4d79 Merge pull request #5174 from muflax/clozure
ccl: fix paths to coreutils
2014-12-01 19:36:53 +01:00
Jaka Hudoklin
61e19d6e81 rubyLibs: add tmuxinator, update 2014-12-01 00:39:40 +01:00
Domen Kožar
9218987008 setuptools: 5.8 -> 7.0 2014-11-30 20:42:06 +01:00
Domen Kožar
579f93203a zeromq: 4.0.4 -> 4.0.5 2014-11-30 18:03:32 +01:00
Nicolas B. Pierron
8caa0ea525 rr: Bump to version 2.0.0 and fetch it from github. 2014-11-30 17:20:34 +01:00
Nicolas Pierron
1b294105d7 libpfm & rr: Add packages. 2014-11-30 17:20:34 +01:00
Nicolas B. Pierron
43bbfae9e5 Add python-taskw 0.8.6. 2014-11-30 16:48:51 +01:00
Nicolas B. Pierron
e778d5dcfb Add python-bugzilla 1.1.0. 2014-11-30 16:48:51 +01:00
Arseniy Seroka
c981f755a0 Merge pull request #5177 from sivteck/hask-package
add hask, the haskell package
2014-11-30 13:24:31 +03:00
Arseniy Seroka
2d90412378 Merge pull request #5176 from iu-parfunc/chaselev-deque
haskell: add chaselev-deque
2014-11-30 03:17:51 +03:00
Arseniy Seroka
24524e5a44 Merge pull request #5170 from iu-parfunc/haskellTLS
haskell: add thread-local-storage package
2014-11-30 03:17:39 +03:00
Arseniy Seroka
a8b231df97 Merge pull request #5172 from joachifm/haskell-grid
haskell-grid: new expression
2014-11-30 03:17:25 +03:00
Tom Fitzhenry
0ba024ac9f ino: Use picocom rather than minicom 2014-11-29 17:55:41 +00:00
Sivaram Balakrishnan
06d4503300 add hask, the haskell package 2014-11-29 23:07:02 +05:30
Ryan Newton
2a1993d4ec haskell: add chaselev-deque 2014-11-29 11:18:45 -05:00
Pascal Wittmann
f063a0a245 lablgl: place libs correctly 2014-11-29 14:21:16 +01:00
Pascal Wittmann
faf6e067d1 add mujs, a lightweight, embeddable Javascript interpreter 2014-11-29 14:21:16 +01:00
muflax
5fd15e31b0 ccl: fix paths to coreutils 2014-11-29 06:14:53 +00:00
Jaka Hudoklin
88d4ae98ae Merge pull request #5168 from pmahoney/skarnet-refactor
Skarnet refactor
2014-11-29 02:48:06 +01:00
Ricardo M. Correia
d4b4bae307 Update my maintainership 2014-11-29 02:15:39 +01:00
Ricardo M. Correia
a83eb0f2a1 rustcMaster: Update from 0.12.0-pre-1336-g394269d -> 0.12.0-pre-1635-g29e928f 2014-11-29 02:04:55 +01:00
Pascal Wittmann
7ea250ff3b Merge pull request #5171 from iu-parfunc/lattices
haskell: add lattices package
2014-11-28 23:14:51 +01:00
Joachim Fasting
9f9744f6d6 haskell-grid: new expression
Test-suite fails to compile, set doCheck=false.
2014-11-28 23:11:39 +01:00
Cillian de Róiste
ad17d36de6 libsmf: fix build 2014-11-28 22:39:09 +01:00
Ryan Newton
f5834013fc haskell: add thread-local-storage package 2014-11-28 15:32:56 -05:00
Ryan Newton
0b65ed3b35 haskell: add lattices package 2014-11-28 15:25:49 -05:00
Vladimír Čunát
e75fe2e528 cairo: pull an upstream patch to fix racket
Close #5165, #5166.
Also enableParallelBuilding in racket.
2014-11-28 20:28:47 +01:00
Patrick Mahoney
a61293e659 skarnet: Invoke compile as 'cc' for wider support.
Darwin stdenv uses clang, which can be invoked as 'cc' but not 'gcc'.
2014-11-28 13:11:36 -06:00
Patrick Mahoney
cf5f282940 Consolidate conf-compile steps for skarnet.org pkgs. 2014-11-28 13:10:37 -06:00
Vladimír Čunát
cbd2305d4d Merge branch 'master' into staging 2014-11-28 18:59:07 +01:00
Vladimir Still
f9c96df1d5 libc++abi: Fix importing includes from libc++.
And add myself to maintainers. Close #5167.
2014-11-28 18:56:15 +01:00
Cillian de Róiste
650226e3c4 libsmf: fix the sha256 hash 2014-11-28 14:14:10 +00:00
Pascal Wittmann
a94da8c44c checkstyle: update from 6.1 to 6.1.1 2014-11-28 11:08:13 +01:00
Pascal Wittmann
02ca1adc05 groovy: update from 2.3.7 to 2.3.8 2014-11-28 11:08:12 +01:00
Cillian de Róiste
e9ec3ea1f2 Add drumgizmo, an LV2 sample based drum plugin 2014-11-28 00:35:23 +01:00
muflax
856e5839e1 ccl: 1.8 -> 1.10 (reapply after false revert) 2014-11-27 22:48:07 +00:00
Arseniy Seroka
52ea3bb61f Revert "ccl: 1.8 -> 1.10" 2014-11-28 01:34:54 +03:00
Arseniy Seroka
860452f3f9 Merge pull request #5148 from muflax/clozure
ccl: 1.8 -> 1.10
2014-11-28 01:34:26 +03:00