Commit Graph

16518 Commits

Author SHA1 Message Date
Eelco Dolstra
0461f35894 Rename scrubDrv -> hydraJob and make it more effective
It now strictly evaluates all remaining attributes, preventing
unevaluated thunks that cannot be garbage-collected. It's also applied
to all jobs in Nixpkgs' release.nix.

This reduces hydra-eval-jobs' memory consumption on the 14.12
release-combined jobset from 5.1 GB to 2.0 GB.
2015-03-20 19:46:18 +01:00
Eelco Dolstra
738cf42639 release-lib: Simplify 2015-03-20 19:37:55 +01:00
Eelco Dolstra
6938090725 prosody: Remove bogus recurseIntoAttrs 2015-03-20 19:34:31 +01:00
Eelco Dolstra
b981eb3f7b release-lib.nix: Style cleanup 2015-03-20 19:33:08 +01:00
Eelco Dolstra
dda16e0c06 pam_login: Remove
We haven't used/updated this package in years.
2015-03-20 16:38:21 +01:00
Eelco Dolstra
87c86f6711 pam_console: Remove
This package is no longer used in NixOS.
2015-03-20 16:18:10 +01:00
Kevin Marsh
c3d92c8efe Update Django to latest minor versions 2015-03-20 15:16:01 +00:00
Shea Levy
19cd9f16a0 Merge branch 'staging' 2015-03-20 09:53:34 -04:00
aszlig
3bb0e6df8a
haxe: Add package for the hxcpp runtime library.
I'm not adding this to pkgs/development/libraries because it somewhat is
strongly tied to Haxe itself, because otherwise you can't compile to C++
and in the event that someone is going to create something like
"haxePackages" someday it is easier to notice when it's residing in the
Haxe folder.

In theory it would also work by using imperative haxelib, but you'll get
precompiled libraries which need to be patched on NixOS systems. That's
the main reason I was packaging this, among from the fact that even when
patching the libraries, it still leads to occasional library hell and
instabilities.

The package has two outputs: One with the library itself, needed for
compile time ($out) and another one ($lib) which is needed at runtime,
so after compiling, the $out path can be safely garbage collected.

Right now, I've set meta.platforms to Linux only, because that's where
I've tested it. In order to get it running on other platforms the
targetArch attribute has to be set accordingly.

We also build everything completely from scratch, even though there are
binaries within the source ZIP file. The main reason is to make smaller
library dependencies by avoiding bundled libraries and using the ones we
already ship with nixpkgs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-20 08:47:11 +01:00
Vincent Laporte
20b150b26c Adds ocaml-dolog-1.0
dolog is a minimalistic lazy logger in OCaml

Homepage: https://github.com/UnixJunkie/dolog
2015-03-19 19:14:18 +01:00
Arseniy Seroka
9cfdeba324 Merge pull request #6611 from jagajaga/slurm
Slurm module
2015-03-19 21:06:49 +03:00
koral
2d46220863 New python package: clf 2015-03-19 17:12:50 +00:00
Robin Bate Boerop
63d54cf5b7 Remove unnecessary propagatedNativeBuildInputs from AppSqitch 2015-03-19 09:02:46 -03:00
Robin Bate Boerop
91004a3485 Merge branch 'Sqitch' into sqitch-pg 2015-03-19 08:11:31 -03:00
Luca Bruno
80d8d1fc27 Revert "Add a kafka package". Closes #6892
This reverts commit b34a1cc248.

Conflicts:
	pkgs/top-level/all-packages.nix

Duplicate package kafka, already existed and used in the nixos service.

Retained the boothead addition to maintainers.
2015-03-19 11:54:40 +01:00
lethalman
515bd937f9 Merge pull request #6868 from lancelotsix/add_checkbashisms
Add checkbashisms package
2015-03-19 10:42:00 +01:00
Jaka Hudoklin
1b99f0aeb6 Merge pull request #6873 from offlinehacker/pkgs/panamax/update
panamax: update, fix module
2015-03-19 09:18:48 +01:00
Benjamin Staffin
5972edc148 New package: Honcho (Python clone of Foreman) 2015-03-18 23:17:14 -07:00
Arseniy Seroka
f122393e5d Merge pull request #6884 from offlinehacker/pkgs/t/add
Add t, command line tool for twitter
2015-03-19 03:14:58 +03:00
Arseniy Seroka
ace5a6b8c8 Merge pull request #6887 from lancelotsix/add_networkx_python_module
Add networkx python package
2015-03-19 03:13:51 +03:00
Lancelot SIX
8e0134c2cd Add networkx python package 2015-03-18 21:42:50 +01:00
Bjørn Forsman
cf0dfec106 alsa-firmware: align attrname with pkgname
The expression was added only two days ago, so I don't think we need to
keep a copy of the old attribute around.
2015-03-18 21:26:19 +01:00
Jaka Hudoklin
fca0aa7077 Add fluentd package and module 2015-03-18 21:18:47 +01:00
Lancelot SIX
7bf0458cb6 Add checkbashisms package 2015-03-18 21:03:30 +01:00
Jaka Hudoklin
414dbacfa7 Add t, command line tool for twitter 2015-03-18 21:00:04 +01:00
Vladimír Čunát
105f933f64 ffmpeg: add new branch 2.6.1 (no switching yet)
/cc maintainers @codyopel, @fuuzetsu.

Release notes don't indicate any new options or dependencies.
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.6
APIchanges looks like we should be able to replace 2.5 by 2.6
without anything breaking (belongs to staging and needs some testing).
2015-03-18 18:10:26 +01:00
lethalman
626c7d8812 Merge pull request #6835 from bencef/alsa_firmware
Add alsa-firmware package
2015-03-18 15:31:29 +01:00
Jaka Hudoklin
079520ced5 panamax: update, fix module 2015-03-18 14:35:24 +01:00
Robin Bate Boerop
a3a98d7242 Improved builder for Sqitch 2015-03-18 10:32:46 -03:00
Jaka Hudoklin
b5298683aa Add chef-dk 2015-03-18 14:17:25 +01:00
lethalman
66d119c55c Merge pull request #6862 from hmuehlhans/master
p2pvc: new package
2015-03-18 10:10:30 +01:00
lethalman
0453322524 Merge pull request #6789 from joachifm/electrum-2.0.2
Electrum 2.0.2
2015-03-18 10:09:16 +01:00
Joachim Fasting
0d1b3aa8b8 pythonPackages: add pyasn1-modules, qrcode, and tlslite for electrum 2015-03-18 09:49:32 +01:00
Eric Seidel
4122cd0ec4 emacs-packages: add alert, caml, and tuareg, and update use-package 2015-03-17 22:12:44 -07:00
hmuehlhans
ec9f528961 p2pvc: new package
Added myself to maintainers
2015-03-17 21:04:05 +01:00
Bence Fabian
90b083d387 Add alsa-firmware package 2015-03-17 20:59:31 +01:00
Vladimír Čunát
e924f05cc3 Merge branch 'master' into staging 2015-03-17 13:35:05 +01:00
lethalman
cffc2c73d1 Merge pull request #6810 from robinbb/AppSqitch-module
Add Perl module App::Sqitch
2015-03-17 13:06:06 +01:00
lethalman
ccd693bb7c Merge pull request #6792 from pjones/pkg/atomicparsley
New package: AtomicParsley
2015-03-17 12:56:10 +01:00
lethalman
c812ded1ea Merge pull request #6800 from garrison/ario
Package ario
2015-03-17 12:31:10 +01:00
lethalman
e99dc2b0d5 Merge pull request #6833 from magnetophon/puredata-with-plugins
Puredata with plugins
2015-03-17 11:18:17 +01:00
Peter Simons
cf9994a53b Merge pull request #6841 from KoviRobi/gnu-apl
Added GNU APL, a free APL interpreter.
2015-03-17 11:09:09 +01:00
Eelco Dolstra
c1e1092b8b rsyslog: Move systemd check 2015-03-17 10:13:06 +01:00
Jim Garrison
614751bb16 Package ario 2015-03-16 22:16:44 -07:00
Kovacsics Robert (NixOS-SSD2)
8f5f047286 Added GNU APL, a free APL interpreter.
It is an almost complete implementation of ISO 13751: Programming
Language APL, Extended.
2015-03-16 21:57:51 +00:00
Vladimír Čunát
51a8a43dfc Merge #6472: add ddccontrol 2015-03-16 21:52:59 +01:00
Vladimír Čunát
eaa362db6e libiconv: cleanup - no more double callPackage 2015-03-16 21:52:34 +01:00
Vladimír Čunát
f41f7a0bb9 ddccontrol*: cleanup
- remove doubled file for ddccontrol-db
- adding stdenv to buildInputs is pointless
- fix doubled http://
- whitespace, etc.
2015-03-16 21:47:06 +01:00
Eric Seidel
c843cebeda emacs-packages: add two themes 2015-03-16 10:23:43 -07:00
Bart Brouns
2479dc0c63 add puredata-with-plugins:
a wrapper for puredata, plus packages for the following plugins:
cyclone
helmholtz
maxlib
mrpeach
puremapping
timbreid
zexy
2015-03-16 17:57:09 +01:00
Arseniy Seroka
1d9d031254 Merge pull request #6818 from ardumont/add-org-trello-and-dependencies-derivation
[new] emacs24Packages org-trello & new deps derivations
2015-03-16 15:55:40 +03:00
Peter Simons
cd89c69798 Switch default version of GNU Make to 4.1. 2015-03-16 12:56:58 +01:00
Peter Simons
3f41103aaf Merge pull request #6824 from cstrahan/hs-mesos
hs-mesos: fix build
2015-03-16 12:10:24 +01:00
Domen Kožar
c8016e5b31 batti: mark as broken 2015-03-16 09:44:22 +01:00
Charles Strahan
7e94f79433 hs-mesos: fix build
mesos was propagating the wrong protobuf version, and the cabal file
referenced some impure paths.
2015-03-15 18:57:44 -04:00
Antoine R. Dumont
d8072196bd Add org-trello derivation 2015-03-15 23:56:47 +01:00
Antoine R. Dumont
c3f489446d Add request-deferred derivation 2015-03-15 23:56:36 +01:00
Antoine R. Dumont
d7bda5c580 Add request derivation 2015-03-15 23:26:43 +01:00
Antoine R. Dumont
511f95fee0 Add deferred derivation 2015-03-15 23:26:19 +01:00
Austin Seipp
ef95600372 Merge pull request #6771 from joachifm/apparmor-2.9
Apparmor 2.9
2015-03-15 14:16:24 -05:00
Robin Bate Boerop
d6e0169c6f Add Sqitch database management tool 2015-03-15 09:59:41 -04:00
Pascal Wittmann
6916835c70 Merge pull request #5941 from offlinehacker/pkgs/phpPackages/add_redis_composer
phpPackages: add redis and composer
2015-03-15 10:37:10 +00:00
Ricardo M. Correia
d54cac725f pythonPackages.coverage: Fix hash 2015-03-15 05:16:05 +01:00
Jaka Hudoklin
180da0d463 Merge pull request #6693 from benley/docker-registry
docker-registry: Update to 0.9.1, with boto bugfix
2015-03-15 02:27:52 +01:00
Robin Bate Boerop
c668b45c6c Disable FileHomeDir on Darwin 2015-03-14 20:02:30 -03:00
Robin Bate Boerop
90c04fcac3 Remove Perl package Mac::SystemDirectory 2015-03-14 18:56:57 -04:00
Robin Bate Boerop
6ac1413b88 Disable tests for App::Sqitch module 2015-03-14 14:05:02 -04:00
Robin Bate Boerop
90f381ef41 Add Perl module App::Sqitch 2015-03-14 14:39:00 -03:00
Matthias Beyer
5078d49248 Add package: mpdscribble 2015-03-14 12:23:23 +00:00
Mateusz Kowalczyk
e09c725b0e Merge pull request #6790 from ts468/evil
Fix URL for emacs evil package
2015-03-14 12:08:52 +00:00
James Cook
8c87695f60 Merge pull request #6776 from giogadi/add-ceres-solver
Add derivation for google ceres-solver library
2015-03-13 20:54:58 -07:00
William A. Kennington III
feb4629fde Merge pull request #6782 from bobvanderlinden/fix-mysql-python
pythonPackages: MySQL_python: added openssl as buildInput
2015-03-13 17:32:26 -07:00
Peter Jones
cbc648f462 New package: AtomicParsley 2015-03-13 16:06:37 -06:00
vbgl
5dcedbb6e4 Merge pull request #6791 from romildo/xml-light
Add ocaml-xml-light
2015-03-13 22:52:58 +01:00
Vincent Laporte
d38c414d94 Adds Qarte
Qarte allows you to browse into the archives of arte+7 & arteLiveWeb sites
and to record your preferred videos.

Homepage: https://launchpad.net/qarte
2015-03-13 22:17:32 +01:00
José Romildo Malaquias
7f07b33e4d Add ocaml-xml-light 2015-03-13 15:30:31 -03:00
Thomas Strobel
628594fd79 Fix URL for emacs evil package 2015-03-13 19:27:30 +01:00
lethalman
a918bd0151 Merge pull request #6777 from ardumont/add-sqldeveloper-derivation
[new] sqldeveloper derivation
2015-03-13 15:09:40 +01:00
Bob van der Linden
75ba60aded pythonPackages: MySQL_python: added openssl as buildInput 2015-03-13 12:23:05 +01:00
Damien Cassou
db42c89325 Add syncthing-gtk 2015-03-13 11:13:33 +01:00
Vladimír Čunát
208d1f24db xfce: more update fallout
- forgotten mousepad update, including some wrapping magic
- dealing with panel plugins (either fix or mark as broken)
	CC maintainer @AndersonTorres.
- remove some libxfcegui4 occurrences, as it's being phased out
- minor stuff
2015-03-12 23:02:15 +01:00
Antoine R. Dumont
c96aff8eb9 Add sqldeveloper derivation 2015-03-12 22:30:47 +01:00
Charles Strahan
4b2b30ea24 libtermkey: new package
Allows easy processing of keyboard entry from terminal-based programs.
2015-03-12 17:13:45 -04:00
Charles Strahan
c43b787f96 unibilium: new package
Unibilium is a very basic terminfo library. It doesn't depend on curses
or any other library. It also doesn't use global variables, so it should
be thread-safe.
2015-03-12 17:13:45 -04:00
William A. Kennington III
2ec1f1203b rsyslog: Make compatible with non-linux 2015-03-12 14:12:28 -07:00
Luis G. Torres
92eaff008e Added derivation for google ceres-solver optimization library for C++ 2015-03-12 16:04:04 -04:00
William A. Kennington III
42d985df99 rsyslog-light: Add derivation 2015-03-12 10:56:07 -07:00
lethalman
14ed261fc7 Merge pull request #6765 from gebner/ibus-plugins
Add ibus-qt and ibus-anthy.
2015-03-12 14:35:23 +01:00
Luca Bruno
6cd99a4eb2 Revert "systemd: Only build on linux"
This reverts commit 4933a34279.
2015-03-12 13:08:42 +01:00
Gabriel Ebner
2e8cbfbc58 Move ibus packages to the inputmethods directory. 2015-03-12 11:57:54 +01:00
Joachim Fasting
65e41b4f08 Add AppArmor 2.9 to packages toplevel
- Each component has its own name (libapparmor, apparmor-parser, etc)
- The name apparmor still refers to the old version, for compatiblity;
  most users of this name probably want libapparmor.
2015-03-12 11:49:05 +01:00
lethalman
e8ff24b034 Merge pull request #6759 from bstrik/master
2 more windowmaker dockapps
2015-03-12 11:33:01 +01:00
lethalman
50de6f7acf Merge pull request #6369 from mvcisback/funcy3
Allow funcy package to be built under python3 and python2
2015-03-12 10:29:10 +01:00
William A. Kennington III
ce0a5ab6c2 rsyslog: 7.6.3 -> 8.8.0 2015-03-11 18:50:04 -07:00
William A. Kennington III
abb8507126 zeromq: Add default version 2015-03-11 18:50:04 -07:00
William A. Kennington III
94a4bce09d hiredis: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
5545212000 libmongo-client: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
8c37f09ea5 librelp: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
3b72e1f108 liblognorm: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
4933a34279 systemd: Only build on linux 2015-03-11 18:50:03 -07:00
William A. Kennington III
c56383e448 mariadb: Make the default mysql implementation 2015-03-11 18:50:03 -07:00
William A. Kennington III
1e873e636a jemalloc: Add derivation 2015-03-11 18:50:03 -07:00
William A. Kennington III
e37ff9fde1 pgpool: 3.4.0 -> 3.4.1 2015-03-11 18:50:02 -07:00
aszlig
798ddb7fd3
python-nbxmpp: Update to version 0.5.2.
After the update to Gajim 0.16.1 in 2d7dd6c, it bails out on start up
with a message requiring up-to-date nbxmpp.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-12 02:30:53 +01:00
Gabriel Ebner
d23ed364b5 Add ibus-qt. 2015-03-11 21:54:04 +01:00
Gabriel Ebner
fde4a0d442 Add ibus-anthy. 2015-03-11 21:54:04 +01:00
Edward Tjörnhammar
e946ef1112 ihaskell-with-packages: added config.ihaskell.packages 2015-03-11 19:22:26 +01:00
Edward Tjörnhammar
3d2604a8b6 libevhtp: added package 2015-03-11 19:22:26 +01:00
Marcell Vazquez-Chanlatte
bf3d901aad allow funcy package to be built under python3 and python2 2015-03-11 12:37:47 -05:00
Eelco Dolstra
dfc6809215 Add perf-tools 2015-03-11 17:13:23 +01:00
bstrik
9d7f4843d8 2 more windowmaker dockapps 2015-03-11 17:10:31 +01:00
lethalman
97a7f2b8ba Merge pull request #6674 from fooblahblah/choqok
Added choqok build
2015-03-11 15:46:45 +01:00
lethalman
622533577b Merge pull request #6685 from pjones/pkg/asynk
asynk: 2.0.0-rc2 -> 2.0.0, add CalDAV support
2015-03-11 15:41:20 +01:00
lethalman
9b699bc9a9 Merge pull request #6705 from bobvanderlinden/gitcola
git-cola: add package
2015-03-11 15:35:37 +01:00
Eelco Dolstra
dbbe200691 Merge pull request #6735 from wkennington/master.eglibc
eglibc: Remove as it is now defunct
2015-03-11 13:35:41 +01:00
Arseniy Seroka
907b9986e2 Merge pull request #6746 from garrison/vmtouch
Add vmtouch package
2015-03-11 05:07:40 +03:00
Jim Garrison
df9daf16aa Package vmtouch 2015-03-10 19:05:02 -07:00
William A. Kennington III
26020cfe8a nixos/lightdm: Add a background option 2015-03-10 15:57:46 -07:00
William A. Kennington III
9da09f3fdf nixpkgs: Add nixos-artwork 2015-03-10 15:57:17 -07:00
Cillian de Róiste
59be6b06b4 python33Packages.evdev: update from 0.4.6 to 0.4.7 2015-03-10 21:10:31 +01:00
William A. Kennington III
0de5e56d87 msgpack: Update to 1.0.0 2015-03-10 11:44:59 -07:00
Vladimír Čunát
c904f35728 perlPackages.LocalGettext: fix on both Linux and Darwin 2015-03-10 18:46:20 +01:00
Joel Taylor
7711446298 build LocaleGettext on darwin 2015-03-10 10:09:41 -07:00
Peter Simons
6694ef42a9 Merge branch 'master' into staging.
Conflicts:
      pkgs/development/libraries/gtk+/2.x.nix
      pkgs/tools/security/gnupg/21.nix
      pkgs/top-level/all-packages.nix
2015-03-10 12:09:43 +01:00
Peter Simons
8196130a1d Merge pull request #6711 from phile314/dev
haskell: Add uhc compiler
2015-03-10 11:22:15 +01:00
Domen Kožar
3eb0dd5a4c Merge pull request #6738 from rzetterberg/master
django: Adds pypyPackages.django_1_7 (1.7.6)
2015-03-10 11:01:58 +01:00
Richard Zetterberg
8ca89f9383 django: Adds pypyPackages.django_1_7 (1.7.6) 2015-03-10 10:50:55 +01:00
William A. Kennington III
23194559f3 lightdm: 1.8.6 -> 1.13.1 2015-03-09 17:44:38 -07:00
William A. Kennington III
0b1489df4e eglibc: Remove as it is now defunct 2015-03-09 16:54:27 -07:00
Philipp Hausmann
2eacaa856b
haskell-uhc: Remove explicit dependency on binary 2015-03-10 00:19:10 +01:00
Shea Levy
de892761cf dragonegg: Pull from llvm 3.5
If someone uses it, we can add the 3.6 version of course
2015-03-09 23:01:59 +00:00
Pascal Wittmann
7b2ceb5cf1 Merge pull request #6426 from grwlf/utf8-proc
utf8proc: add the library
2015-03-09 17:34:06 +00:00
Eric Seidel
19a6e3a2e6 emacs24PackagesNg: fix typos in "license" 2015-03-09 09:19:36 -07:00
Eric Seidel
8a970b0b28 emacs24PackagesNg: add recurseIntoAttrs to trigger hydra 2015-03-09 08:52:02 -07:00
Peter Simons
3f7de179f5 R: update to version 3.1.3 2015-03-09 16:37:05 +01:00
Vladimír Čunát
947d78c9e8 trustedGrub: fix build by using older automake (again) 2015-03-09 15:55:28 +01:00
Eduard Bachmakov
aa564bbac5 mesa: big update, and related improvements (close #6367)
* Remove upstreamed patch
* EGL driver dirs are no longer a thing, see mesa commit
  407450eb84f5a1b466a2eff19b85cdee7ac15dfb
  Patching runtime search dir in sources instead (by vcunat).
* static-gallium patch dropped as it causes visibility issues with
  nouveau
* rtti patch dropped as it the relevant configuration has been removed
  upstream; properly fixed by an LLVM flag now
* Checks disabled. This is known and solved upstream. Checks will be
  re-enabled in a future commit when updating to a version containing
  the fixes
* Use llvm-3.5 now (by vcunat).
2015-03-09 15:55:24 +01:00
Eduard Bachmakov
4731485ca2 llvm-3.5: enable RTTI to support mesa
Extracted from #6367.
2015-03-09 15:55:23 +01:00
Vladimír Čunát
0619c852cb automake: use 1.14.* as the default
I see 1.15 has been released recently,
but that's probably too new to be the default.
2015-03-09 15:55:21 +01:00
Lluís Batlle i Rossell
a2f4b94dbe Add pcsc-tools, to test ccid cards. 2015-03-09 15:37:50 +01:00
Philipp Hausmann
1ce75368f1
Add uhc haskell compiler 2015-03-09 13:38:28 +01:00
desiderius
6ee8c746c2 python-modules: enables support for pypy in sphinxcontrib-httpdomain
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-httpdomain with pypy.
2015-03-09 12:22:50 +01:00
desiderius
cee5ce177b python-modules: enables support for pypy in sphinxcontrib-plantuml
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-plantuml with pypy.
2015-03-09 12:14:17 +01:00
William A. Kennington III
b452bd40e1 Merge pull request #6602 from codyopel/ffmpegbr
ffmpeg: refactor to generic
2015-03-08 15:23:55 -07:00
Pascal Wittmann
228183f4f1 Merge pull request #6313 from matthiasbeyer/add-khal
Add package: khal
2015-03-08 21:22:12 +00:00
Domen Kožar
17a44e5013 Merge pull request #6717 from sjagoe/package-python-grin
Add grin package
2015-03-08 21:58:23 +01:00
Simon Jagoe
f4965177b5 Move grin definition to tools/text and call it from all-packages.nix 2015-03-08 20:10:40 +00:00
Simon Jagoe
ab6a03e706 Place grin in Python 2.7 section; it is not Python 3.x compatible 2015-03-08 17:09:11 +00:00
Simon Jagoe
02fdd38400 Add grin package 2015-03-08 16:38:31 +00:00
Vladimír Čunát
3d0a6819da wmutils-core: add to tools/X11 (close #6585)
@vcunat fixed and cleaned this a little.
2015-03-08 15:46:02 +01:00
Andraz Brodnik
2d8f7883a9 Add scrolls game (unfree). Close #6456.
@vcunat added today's date as version.
2015-03-08 15:37:33 +01:00
lethalman
0a83c2a2a9 Merge pull request #6697 from ardumont/add-tuxguitar
[new] tuxguitar derivation
2015-03-08 11:54:57 +01:00
Antoine R. Dumont
00fb3c0b7e Add tuxguitar derivation 2015-03-08 10:22:56 +01:00
Bob van der Linden
08ea20df65 git-cola: add package 2015-03-08 01:39:29 +01:00
Benjamin Staffin
ed6ce446d0 euca2ools: bump to 2.1.4, use python27
Change-Id: I8be644bcf2892e1146c3b3eedea36c5f5e749c16
2015-03-07 14:06:08 -08:00
Benjamin Staffin
65d6eb0f20 docker-registry: update to 0.9.1 2015-03-07 14:06:08 -08:00
Benjamin Staffin
5113a065d7 boto: Apply patch needed to fix docker-registry
This makes docker-registry work when backed by S3. It's the same patch
applied in the docker upstream container image.

Backported from boto/boto#2932
2015-03-07 14:06:08 -08:00
Arseniy Seroka
1a25b83c6b Merge pull request #6695 from matthiasbeyer/add-hstr
Add package: hstr (hh)
2015-03-07 18:45:42 +03:00
Matthias Beyer
425110dea6 Add package: hstr (hh) 2015-03-07 14:50:14 +01:00
Carles Pagès
2bc4f5c149 SDL2_ttf: add version 2.0.12 2015-03-07 14:35:19 +01:00
Shea Levy
e57e44f867 llvm-3.6 packages: Build everything (except clang and llvm) with clang 2015-03-07 13:08:34 +00:00
Robert Scott
211f1b826f osrm-backend: add a luajit variant 2015-03-07 11:26:46 +00:00
Fedor Pakhomov
eb8105ad01 Separated DDCcontrol-DB declaration from DDCcontrol declaration 2015-03-07 01:10:46 +03:00
William A. Kennington III
a00e19ceb9 samba4: Remove explicit libiconv specification 2015-03-06 11:59:05 -08:00
Vincent Laporte
116ddda218 Adds ocaml-enumerate
Quotation expanders for enumerating finite types in OCaml.
2015-03-06 20:29:07 +01:00
Shea Levy
c62b5456f5 Merge branch 'llvm-3.6' of git://github.com/Ralith/nixpkgs into llvm-3.6-merge
LLVM, clang, and lldb 3.6iLLVM, clang, and lldb 3.6

Conflicts:
	pkgs/top-level/all-packages.nix
2015-03-06 19:10:10 +00:00
Shea Levy
6b53021205 Merge branch 'master' into staging 2015-03-06 19:02:36 +00:00
Lluís Batlle i Rossell
d1e302121a Merging changes to make more things build on rpi2 2015-03-06 15:43:32 +00:00
Eelco Dolstra
bf0aa66c17 Only test evaluation on supported platforms 2015-03-06 14:07:45 +01:00
Ambroz Bizjak
5f76d08865 polkit: Use spidermonkey-17.
The old version doesn't build for ARMv7.
(cherry picked from commit 5fe72cafffb22749520dd03a18bb862a37cca8b3)
2015-03-06 09:11:11 +00:00
Tobias Geerinckx-Rice
40e4ebbb57 python-packages: pgcli 0.16.0 -> 0.16.1 2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice
22080d1951 Add x2goclient 4.0.3.2
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice
2a93bee7f3 Add nxproxy 3.5.0-2015-02-18
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice
47712a21bd Add libxcomp 3.5.0-2015-02-18
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:39 +01:00
Eric Seidel
6b60f3dcad Merge pull request #6641 from oxij/emacs-ng
Somewhat more generic emacs packages' builder and a bunch of new emacs packages and metas
2015-03-05 13:22:45 -08:00
Arseniy Seroka
268a355988 Merge pull request #6633 from ts468/enlightenment
Update: Enlightenment + EFL
2015-03-05 23:58:37 +03:00
Peter Jones
ff42e0ae7f 2.0.0-rc2 -> 2.0.0, add CardDAV support 2015-03-05 13:23:02 -07:00
Nikolay Amiantov
c532beeb0d sddm: add package 2015-03-05 20:49:26 +03:00
Matthias Beyer
c6ab53e9db Add package: scim 2015-03-05 18:04:11 +01:00
Jeff Simpson
2b0a3cd085 Added choqok build 2015-03-05 07:11:57 -07:00
Peter Simons
1d953779b0 Merge remote-tracking branch 'origin/master' into staging. 2015-03-05 12:24:57 +01:00
Lluís Batlle i Rossell
9d8c26efae Add comment explaining the rpi2 gcc flags. 2015-03-05 10:00:21 +00:00
Ambroz Bizjak
c1b803ba0e Cut down on the gcc flags for raspberrypi2. 2015-03-05 09:23:24 +00:00
Lluís Batlle i Rossell
56989d9f20 Updating the raspberry pi kernel sources to recent, for pi2 2015-03-05 09:09:32 +00:00
Lluís Batlle i Rossell
1c7fc46ee5 Adding the raspberrypi2 platform. 2015-03-05 09:09:30 +00:00
Sou Bunnbu
f6796bd7b9 Merge pull request #6654 from taktoa/master
Added Numix/Numix-Circle icon theme and Numix GTK theme
2015-03-05 14:59:59 +08:00
Benjamin Saunders
de89820f69 Add LLVM 3.6 to all-packages 2015-03-04 22:45:04 -08:00
Remy Goldschmidt
8a732aecb8 Fixed licenses, fixed platform, renamed packages 2015-03-05 00:23:18 -06:00
William A. Kennington III
7915060d79 samba4: Remove broken glusterfs comment 2015-03-04 17:32:04 -08:00
William A. Kennington III
936fdc7b68 samba4: 4.1.17 -> 4.2.0 YOLO 2015-03-04 17:17:26 -08:00
William A. Kennington III
c5dce2def0 uid_wrapper: Add derivation 2015-03-04 16:48:52 -08:00
William A. Kennington III
88c01c5647 socket_wrapper: Add derivation 2015-03-04 16:48:52 -08:00
William A. Kennington III
3e4fa69a90 nss_wrapper: Add derivation 2015-03-04 16:48:51 -08:00
Remy Goldschmidt
7648cb2456 Added Numix GTK theme, removed unnecessary ls -lah in Numix/Numix-Circle icon themes 2015-03-04 18:00:25 -06:00
Vladimír Čunát
7e042659b7 plymouth: hacky fix build (automake-related) 2015-03-04 22:02:09 +01:00
Vladimír Čunát
856d1ff27f more build fixups concerning automake defaults 2015-03-04 22:01:11 +01:00
Vincent Laporte
651a4c4e6e Adds ocaml-fileutils
ocaml-fileutils is a library of pure OCaml functions to manipulate real
files and filenames.

Homepage: http://ocaml-fileutils.forge.ocamlcore.org/
2015-03-04 13:15:53 +01:00
Domen Kožar
768594a1e1 teamviewer: add 10, set it as default 2015-03-04 10:44:28 +01:00
Remy Goldschmidt
3876279b10 Added Numix/Numix-Circle icon theme 2015-03-03 20:15:30 -06:00
Dan Peebles
0e752c9427 Add preliminary hologram 2015-03-03 20:03:50 -05:00
Dan Peebles
d8d6551321 Add goamz 2015-03-03 20:03:50 -05:00
Dan Peebles
7c0788531a Add rgbterm 2015-03-03 20:03:50 -05:00
Dan Peebles
2f0597b4f3 Add sets 2015-03-03 20:03:50 -05:00
Dan Peebles
0ef91cc0d5 Add slices 2015-03-03 20:03:50 -05:00
Dan Peebles
d769ee4013 Add raw 2015-03-03 20:03:49 -05:00
Dan Peebles
1767e28bde Add ldap 2015-03-03 20:03:49 -05:00
Dan Peebles
f5725d813f Add go-ini 2015-03-03 20:03:49 -05:00
Dan Peebles
f7bf541276 Add go-homedir 2015-03-03 20:03:49 -05:00
Dan Peebles
8154129876 Add gox 2015-03-03 20:03:49 -05:00
Dan Peebles
babc8c12fa Add g2s 2015-03-03 20:03:49 -05:00
Dan Peebles
ecb804c505 Add asn1-ber 2015-03-03 20:03:48 -05:00
Dan Peebles
d7c7b3bea0 Modernize go crypto 2015-03-03 20:03:48 -05:00
Dan Peebles
57250fc2cc Enable cgo on darwin 2015-03-03 20:03:48 -05:00
Vincent Laporte
c6d31ad722 Adds ocaml-base64
Base64 encoding and decoding in OCaml

Homepage: https://github.com/mirage/ocaml-base64
2015-03-03 17:10:49 +01:00
Jan Malakhovski
6e59fa4941 add meta descriptions to a bunch of emacs packages 2015-03-03 16:02:19 +00:00
Jan Malakhovski
380389bc0b update and convert {apel, flim, semi, wanderlust} to emacs packages 2015-03-03 16:02:18 +00:00
Jan Malakhovski
8dd923a2e4 add smex emacs package 2015-03-03 16:02:18 +00:00
Jan Malakhovski
59ebcccc59 add nyan-mode emacs package 2015-03-03 16:02:17 +00:00
Jan Malakhovski
34e69a2572 add ido-ubiquitous emacs package 2015-03-03 16:02:17 +00:00
Jan Malakhovski
e7061857c1 add browse-kill-ring emacs package 2015-03-03 16:02:16 +00:00
Jan Malakhovski
de6e14f331 add anzu emacs package 2015-03-03 16:02:16 +00:00
Jan Malakhovski
e3f6e475b7 add agda emacs package wrapper 2015-03-03 16:02:15 +00:00
Jan Malakhovski
e4a4e109ba refactor Emacs packages'/modes' builders
This simplifies melpa builder by merging with it my old emacs modes builder,
adds better instructions and support for overrides in emacs-packages.nix,
and renames some emacs-related stuff in all-packages.nix for sanity reasons.

I declare this backwards compatible since direct uses of emacsPackages in
configuration.nix are very unlikely.
2015-03-03 16:02:15 +00:00
Thomas Strobel
f431f73964 Update: Enlightenment + EFL
EFL: 1.12.3 -> 1.13.1
Enlightenment: 1.19.3 -> 1.19.4
2015-03-03 11:29:12 +01:00
Jan Malakhovski
a444eff3f2 reorganize emacs related files 2015-03-03 05:31:38 +00:00
Jan Malakhovski
2c32576a91 add emacs-modes/{apel, flim, semi, wanderlust} 2015-03-03 05:31:38 +00:00
Georges Dubus
9e59c9ad84 Merge pull request #6623 from woehr/master
Upgrade Rust compiler
2015-03-02 21:38:29 +01:00
Peter Simons
5341196f01 Merge branch 'master' into staging. 2015-03-02 21:10:36 +01:00
Jordan Woehr
5821e91bd1 Restructure rustc derivations for ease of updating.
Update racerRust to use new rustcMaster and upgrade cargoSnapshot so racer builds.
2015-03-02 12:40:55 -07:00
Arseniy Seroka
7ce77b5752 slurm: add pkg 2015-03-02 22:10:58 +03:00
Vincent Laporte
7365907de5 Adds ocaml-io-page
This OCaml library implements support for efficient handling of I/O
memory pages on Unix and Xen.

Homepage: https://github.com/mirage/io-page
2015-03-02 11:26:03 +01:00
Eelco Dolstra
ea0d6a7fc0 Add CUDA toolkit 6.5 2015-03-02 00:24:00 +01:00
Vincent Laporte
d8912db092 ocsigen-deriving: update from 0.6.2 to 0.7 2015-03-01 17:53:51 +01:00
Tobias Geerinckx-Rice
b7b54b0539 pgcli 0.15.4 -> 0.16.0 2015-03-01 14:08:54 +01:00
Matthias Beyer
90b74276cb Add package: khal 2015-03-01 13:39:23 +01:00
lethalman
186765e0e3 Merge pull request #6590 from iand675/noip2
Add noip package
2015-03-01 12:30:37 +01:00
Robert Scott
7476de722b luabind: add patch to allow us to discover a provided luajit 2015-02-28 22:37:16 +00:00
Domen Kožar
362ba73ac6 vlc: 2.1.5 -> 2.2.0 2015-02-28 23:24:10 +01:00
codyopel
6ed1d9f525 ffmpeg: refactor to generic
* migrate some branches from ffmpeg.config.<optional>, now allows version specific configuration
* Added optionals for most features
* Added qt-faststart executable
* Licensing corrections
* Added dependencies
    + celt
    + faad2
    + flite
    + frei0r-plugins
    + fribidi
    + game-music-emu
    + gsm
    + jack2
    + ladspa-sdk
    + libavc1394
    + libbluray
    + libbs2b
    + libcaca
    + libmodplug
    + libogg
    + libraw1394
    + libssh
    + libwebp
    + libxcb
    + lzma
    + openal
    + opencl
    + opengl
    + openh264
    + openjpeg
    + openssl
    + pulseaudio
    + rtmpdump
    + samba
    + soxr
    + v4l-utils
    + vid.stab
    + wavpack
    + libX11
    + libXv
    + wavpack
    + x265
    + xavs
    + xvidcore
    + zeromq
* Outlines support for: (unpackaged/broken dependencies)
    + aacplus
    + avisynth
    + crystalhd
    + blackmagic-design-desktop-video
    + flite
    + ilbc
    + libavc1394
    + libcdio-paranoia
    + libiec61883
    + libmfx
    + libnut
    + nvenc (nvidia)
    + opencl
    + opencore-amr
    + openh264
    + oss
    + libquvi
    + schroedinger
    + shine
    + twolame
    + utvideo
    + vo-aacenc
    + vo-amrwbenc
    + zvbi
2015-02-28 12:12:25 -05:00
Jaka Hudoklin
63caf0538c Merge pull request #6588 from mbakke/rofi
New package: rofi
2015-02-28 12:23:35 +01:00
Rok Garbas
f54a63ed32 pythonPackages.py3status: requests2 is needed for many plugins 2015-02-28 01:24:35 +01:00
Vincent Laporte
f57163265b Adds ocaml-erm_xmpp
OCaml based XMPP implementation

Homepage: https://github.com/ermine/xmpp
2015-02-27 18:37:20 +01:00
Marius Bakke
fe1243cc8e Rofi: update to 0.15.2
requires >=automake-1.14
2015-02-27 16:06:35 +00:00
Marius Bakke
dd29e43add new package: rofi 2015-02-27 15:37:12 +00:00
lethalman
452107dd7c Merge pull request #6573 from desiderius/master
python-packages: updates for existing packages and new ones
2015-02-27 13:22:56 +01:00
desiderius
053122def0 python-packages: disables the test phase for elasticsearch-dsl
The test fails with:
  ImportError: No module named test_elasticsearch_dsl
2015-02-27 12:42:05 +01:00
Luca Bruno
a7879236bd mysql-workbench: fix build using libctemplate 2.2 2015-02-27 12:10:25 +01:00
Arseniy Seroka
2f674d85af Merge pull request #6555 from ts468/xpra
Fix/update Xpra
2015-02-27 14:07:21 +03:00
Luca Bruno
adba4b5fad fusesmb: use samba3 2015-02-27 10:59:13 +01:00
Ian Duncan
71ab1792c4 Add noip2 package 2015-02-27 04:30:08 +00:00