Commit Graph

14467 Commits

Author SHA1 Message Date
Ryan Artecona
9da0403527 yamdi: init at 1.9 2016-03-16 11:39:43 -04:00
Peter Simons
6c601ed1f0 Merge pull request #13838 from peti/drop-old-dovecot-versions
Drop support for dovecot 2.1.x from Nixpkgs and NixOS.
2016-03-16 14:36:52 +01:00
Joachim Schiele
dca9630fae stardict-3.0.3: now also removed forgotten all-packages.nix reference 2016-03-16 11:49:25 +01:00
Robin Gloster
2ac4dba0fb Merge pull request #13909 from kragniz/linux-4.5
linux: add 4.5
2016-03-15 18:12:47 +01:00
Peter Simons
fdcd875b0e anki: update sqlalchemy build input and clean up the expression
SQLAlchemy-0.9.9 was broken recently, probably because of an sqlite
update. So we just use the latest version.

The build expression used to take the entire package set as an argument,
which is poor style because it hides the true dependencies from the
interface. I've change the code to expect the appropriate individual
packages instead.
2016-03-15 10:59:12 +01:00
Robin Gloster
ad0bf29e87 Merge pull request #13930 from grahamc/upgrade-activemq
activemq: 5.8.0 -> 5.13.2
2016-03-15 03:51:30 +01:00
joachifm
e1d451c8c5 Merge pull request #7596 from jraygauthier/jrg/brother_mfc7860dw
Brother MFC7860DW cups lpr wrapper drivers.
2016-03-15 02:06:59 +00:00
Graham Christensen
2be76d8b48 activemq: 5.8.0 -> 5.13.2
It seems Activemq was "split" in to 5.8.0 and 5.12.1 only to keep from
trampling someone on 5.8.0. This is to the point of not upgrading the
default, but making a new activemq attribute specific for 512.

As far as I can tell, there is no good reason to stay providing 5.8.0,
so this is the proposal to delete it.

Note: There are over 1,000 fixes between 5.9.0 to 5.13.2.
2016-03-14 20:56:07 -05:00
Raymond Gauthier
f4cc2c6fb7 brgenml1cupswrapper: init at 3.1.0-1
Brother generic cups wrapper over lpr driver
`brgenml1lpr` init at same version.
2016-03-14 21:54:57 -04:00
Louis Taylor
8bdee80d39 linux: add 4.5 2016-03-14 22:34:05 +00:00
zimbatm
86f1579266 ruby: install rubygems directly into the derivation
Having a separate rubygems package can lead to split-brain scenarios.

Since rubygems is designed to replace himself on a ruby installation,
let's do that.
2016-03-14 22:23:25 +00:00
Peter Simons
b7c8085c30 Merge pull request #13837 from peti/drop-old-postfix-versions
Drop support for postfix 2.x from Nixpkgs and NixOS.
2016-03-14 21:52:56 +01:00
Sergey Mironov
7f3b083610 torch: init at torch-git-2016-03-08
Torch is a machine-learning framework written in Lua
2016-03-14 16:05:55 +03:00
Eelco Dolstra
27af419541 Merge pull request #13896 from nbp/import-top-level
Replace references to all-packages.nix, by references to the top-level
2016-03-14 13:49:42 +01:00
Vincent Laporte
456d16ff4b verasco: init at 1.3 2016-03-14 12:06:18 +01:00
Arseniy Seroka
1c9b2ccdec Merge pull request #13877 from sheenobu/freeradius/init
freeradius: init at 3.0.11
2016-03-14 13:04:51 +03:00
Sheena Artrip
0bae05dacd freeradius: init at 3.0.11 2016-03-14 01:50:44 -04:00
Nikolay Amiantov
305fa26005 Merge pull request #13850 from abbradar/e20
Update Enlightenment, rename e19 -> enlightenment, drop e16
2016-03-14 02:28:58 +03:00
Arseniy Seroka
42b7191499 Merge pull request #13867 from ericbmerritt/cuter-support
cuter: init at 0.1
2016-03-13 21:49:24 +03:00
zimbatm
da213dda15 Merge pull request #13857 from zimbatm/apache-http2
Apache HTTP/2
2016-03-13 18:28:17 +00:00
Nicolas B. Pierron
6313a5698a Replace references to all-packages.nix, by references to the top-level of nixpkgs repository. 2016-03-13 18:25:52 +00:00
Anthony Cowley
889d6d11a3 julia: darwin compatibility
Along with PR #13879, these patches let julia build and run on
darwin. Using an llvm with shared library support is an idea adopted from
a @pikajude comment here https://github.com/NixOS/nixpkgs/issues/10864

The libgit2 change is mechanical to pull in iconv on darwin.

The frameworks are referenced by julia's build system.
2016-03-13 04:18:16 -04:00
Eric Merritt
98b4d19a0b cuter: init at 0.1 2016-03-12 13:45:00 -08:00
Arseniy Seroka
a25d2a7466 Merge pull request #13717 from zohl/banshee
[WIP] Banshee
2016-03-12 20:19:49 +03:00
zimbatm
eac89788da apacheHttpd: add support for HTTP/2
In NixOS you can enable HTTP/2 like this:

    services.httpd.extraModules = [ "http2" ];
    services.httpd.extraConfig = ''
      Protocols h2 http/1.1
    '';
2016-03-12 15:31:23 +00:00
joachifm
ab2b2670c8 Merge pull request #13860 from romildo/new.uget
uget: init at 2.0.5
2016-03-12 14:21:25 +00:00
José Romildo Malaquias
607ea3ef76 uget: init at 2.0.5 2016-03-12 10:05:49 -03:00
Nikolay Amiantov
e358d9498c e19: rename to enlightenment, drop old one 2016-03-12 03:10:37 +03:00
Arseniy Seroka
bbe1adaf75 Merge pull request #13841 from eskimor/add-git-crypt
pkgs: Made git-crypt installable
2016-03-11 22:36:00 +03:00
Markus Hauck
7b09191563 jo: init at 1.0 2016-03-11 19:33:13 +01:00
joachifm
cc3cd8ba0e Merge pull request #13538 from leenaars/rimshot
rimshot: init at 1.0
2016-03-11 17:22:32 +00:00
Robert Klotzner
4eaffab2f3 pkgs: Made git-crypt installable 2016-03-11 18:16:15 +01:00
Michiel Leenaars
d73dfd2780 rimshot: init at 1.0 2016-03-11 17:42:07 +01:00
Peter Simons
c73a22aed5 Drop support for dovecot 2.1.x from Nixpkgs and NixOS.
Version 2.2.x has been stable for a long time; let's give up support for
the obsolete version.
2016-03-11 16:03:09 +01:00
Eelco Dolstra
dd53c65dcc Merge remote-tracking branch 'origin/gcc-5' into staging
Still some breakage but no blockers:

http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Peter Simons
24fe7bab08 Drop support for postfix 2.x from Nixpkgs and NixOS.
Version 3.x has been stable for a long time; let's give up support for
the obsolete versions.
2016-03-11 16:01:43 +01:00
Peter Simons
ce6a1a6cea Revert "Drop support for postfix 2.x from Nixpkgs and NixOS."
This reverts commit a889c683dd. Sorry, I
pushed to the wrong branch. :-(
2016-03-11 16:00:49 +01:00
Peter Simons
a889c683dd Drop support for postfix 2.x from Nixpkgs and NixOS.
Version 3.x has been stable for a long time; let's give up support for
the obsolete versions.
2016-03-11 15:58:03 +01:00
Thomas Tuegel
d2dc8cc47f kde5.colord-kde: init at 0.5.0.20160224 2016-03-11 08:45:41 -06:00
Lluís Batlle i Rossell
e026b5c243 Adding rowhammer test. 2016-03-11 14:29:56 +01:00
Luca Bruno
370c318eb0 Merge pull request #13812 from obadz/go-upower-notify
add go-upower-notify
2016-03-11 12:34:11 +01:00
obadz
a1f8b5bcd0 goPackages.upower-notify: init at a58ceb9 2016-03-11 11:24:42 +00:00
obadz
71ac0cd55e yeshup: init at 5461a8f 2016-03-11 11:24:41 +00:00
Nikolay Amiantov
08893956fb Merge pull request #13823 from abbradar/colord
colord color management daemon
2016-03-11 13:50:12 +03:00
Luca Bruno
dcfca100ec Merge pull request #12525 from knupfer/ngx_brotli
add nginxModules.brotli
2016-03-11 11:05:21 +01:00
Luca Bruno
91211f2601 Merge pull request #13826 from romildo/new.pygmentex
pygmentex: init at 0.8
2016-03-11 10:39:18 +01:00
Vladimír Čunát
6f9fe31b42 awstats: init at 7.4, including a simple service 2016-03-11 10:37:06 +01:00
José Romildo Malaquias
b6db54b064 pygmentex: init at 0.8 2016-03-10 22:09:23 -03:00
Nikolay Amiantov
776845bbeb xiccd: init at 0.2.2 2016-03-11 01:26:56 +03:00
zimbatm
585a9c2fa7 Merge pull request #13815 from joachifm/fix-faust2
faust2: fix build
2016-03-10 15:32:13 +00:00
Lluís Batlle i Rossell
d6368dbd21 Adding rtl8723bs driver recipe.
Not tested on hardware.
2016-03-10 15:32:43 +01:00
Joachim Fasting
2f73decba8 faust2: fix build
Fixes https://github.com/NixOS/nixpkgs/issues/12749

The build failure was caused by brittle detection of the
llvm version. See the code for (excessive) details. This fix
is a quick hack, a proper fix would be to parse the version
of the input llvm derivation and use that to derive a proper
value. Here we just pin the version.

Also move build-time deps to `nativeBuildInputs`.
2016-03-10 15:32:18 +01:00
Arseniy Seroka
16bffdcb99 Merge pull request #10509 from markus1189/activemq-512
Add 5.12.1 version of Apache ActiveMQ in addition to 5.8.0
2016-03-10 16:08:11 +03:00
joachifm
d30b6f6a7b Merge pull request #13781 from romildo/new.epson_201207w
epson_201207w: init at 1.0.0
2016-03-10 11:29:10 +00:00
zimbatm
73de4019f0 Merge pull request #13784 from matthewbauer/new-pkgs
add wla-dx and rgbds
2016-03-10 10:04:47 +00:00
Graham Christensen
6b4a70c672 libotr_3_2: remove, not updated since 2012, and unused. 2016-03-09 17:20:36 -06:00
Matthew Bauer
4939b6848f wla-dx: init at 8189fe8d 2016-03-09 12:39:34 -06:00
José Romildo Malaquias
e57f1eb6d0 epson_201207w: init at 1.0.0 2016-03-09 15:25:53 -03:00
Arseniy Seroka
31c22761d8 owncloud: 8.2.2 -> 9.0.0 2016-03-09 19:39:48 +03:00
Robin Gloster
63347357ac Merge pull request #13785 from kamilchm/ntfy
ntfy: init at 1.2.0
2016-03-09 08:28:27 +01:00
Robin Gloster
937574a206 Merge pull request #13771 from zimbatm/remove-rq
rq: package removed
2016-03-09 08:22:17 +01:00
Kamil Chmielewski
efad3672d8 ntfy: init at 1.2.0 2016-03-09 08:04:37 +01:00
Matthew Bauer
f0e5910c24 rgbds: init at 0.2.4 2016-03-09 00:44:01 -06:00
zimbatm
0ced8f386c rq: package removed
rq only compiles with ruby 1.8 which we don't distribute anymore.

the source is dead.

there is a 1.9 branch over https://github.com/pjotrp/rq that hasn't been
touched for 4 years.
2016-03-08 21:36:59 +00:00
Arseniy Seroka
6eac14e8ae Merge pull request #13761 from hrdinka/add/libretro-psx
libretro-mednafen-psx: init at 2016-03-04
2016-03-08 22:27:56 +03:00
Vladimír Čunát
15030ed291 foswiki: init the package at 2.1.0 2016-03-08 16:37:59 +01:00
Christoph Hrdinka
c5ec5bc84a libretro-mednafen-psx: init at 2016-03-04 2016-03-08 14:18:44 +01:00
Christoph Hrdinka
48dde66cd7 communi: fix output paths 2016-03-08 13:35:03 +01:00
Wander Nauta
f70d678ec4 diction: init at 1.11 2016-03-08 11:53:39 +01:00
Franz Pletz
40d90ef8ac Merge pull request #13561 from matthewbauer/qemu-mac
qemu: compile with cocoa for darwin support
2016-03-08 02:15:09 +01:00
Franz Pletz
eb5a897161 Merge remote-tracking branch 'origin/pr/13505'
Fixes #13505.
2016-03-08 01:01:44 +01:00
Vladimír Čunát
8291ea61b0 nvidia: allow using the beta driver, mainly in future 2016-03-07 23:33:17 +01:00
joachifm
375226ffb9 Merge pull request #13688 from simonvandel/mba6x_bl
mba6x_bl: init at 2016-02-12
2016-03-07 22:13:35 +00:00
joachifm
4e7ea6704f Merge pull request #13520 from scolobb/new-pkgs
Add Oh My Zsh, Romanian aspell dictionary, Montserrat font.
2016-03-07 22:10:56 +00:00
Al Zohali
4a92dbcd4c banshee: init at 2.6.2
Co-Authored-By: Nikolay Amiantov <ab@fmap.me>
2016-03-07 23:21:01 +03:00
Al Zohali
84cfc1bc72 libgpod: mono support 2016-03-07 23:21:01 +03:00
Al Zohali
04d2c5f118 gdata-sharp: init at 2.2.0.0 2016-03-07 23:21:01 +03:00
Al Zohali
2edba48531 boo: init at 20131021 2016-03-07 23:21:01 +03:00
Al Zohali
6c9269670e mono-zeroconf: init at 0.9.0 2016-03-07 23:21:01 +03:00
Al Zohali
a347e45c54 gtk-sharp-beans: init at 2.14.0 2016-03-07 23:21:01 +03:00
Al Zohali
50bd9b0193 gio-sharp:init at 0.3 2016-03-07 23:21:01 +03:00
Al Zohali
a4a19c57ad taglib-sharp: init at 2.1.0.0 2016-03-07 23:21:01 +03:00
Al Zohali
3576a2d549 mono-addins: init at 1.2 2016-03-07 23:21:01 +03:00
Al Zohali
d778ab0cb0 gtk-sharp-3_0: init at 2.99.3 2016-03-07 23:21:01 +03:00
Al Zohali
ec0ffd9078 notify-sharp: init at 3.0.3 2016-03-07 23:21:01 +03:00
Al Zohali
1018e0497a dbus-sharp-glib-1_0: init at 0.5 2016-03-07 23:21:01 +03:00
Al Zohali
7254219b38 dbus-sharp-glib-2_0: init at 0.6 2016-03-07 23:21:01 +03:00
Al Zohali
826c716ea3 dbus-sharp-1_0: init at 0.7 2016-03-07 23:21:01 +03:00
Al Zohali
d9a7918055 dbus-sharp-2_0: init at 0.8.1 2016-03-07 23:21:01 +03:00
Sergiu Ivanov
81f0eaa61f montserrat: init at 1.0 2016-03-07 19:42:26 +01:00
Sergiu Ivanov
7a31227573 oh-my-zsh-git: init at 2016-02-27 2016-03-07 19:42:26 +01:00
rnhmjoj
aaa443516f mkvtoolnix: 8.4.0 -> 8.9.0 2016-03-07 19:41:28 +01:00
Simon Vandel Sillesen
aac309fa95 mba6x_bl: init at 2016-02-12
This driver fixes backlight after suspend/resume on Macbook Air 6,1
and 6,2.

Added a workaround for https://github.com/patjak/mba6x_bl/issues/43 in
form of a systemd service.

Has been working great on my machine for at least a month now.
2016-03-07 19:01:55 +01:00
John Wiegley
0ee75214f3 proofgeneral_HEAD: New expr: Proof General from GitHub 2016-03-07 07:16:04 -08:00
Arseniy Seroka
e82dcd70e4 Merge pull request #13680 from matthewbauer/darwin-fluidsynth
fluidsynth: fix build errors in darwin builds
2016-03-06 23:22:45 +03:00
Robert Helgesson
9206abe642 mimeo: init at 2016.2 2016-03-06 20:44:09 +01:00
Nikolay Amiantov
234c5dce67 Merge commit 'refs/pull/13667/head' of git://github.com/NixOS/nixpkgs 2016-03-06 20:39:27 +03:00
Jakub Skrzypnik
d80811d881 ahoviewer: init at 1.4.6 2016-03-06 18:36:16 +01:00
Tuomas Tynkkynen
ad47355786 Merge remote-tracking branch 'upstream/master' into staging 2016-03-06 11:48:57 +02:00
Nikolay Amiantov
0bf8a1a86d crawl: cleanup 2016-03-06 05:10:20 +03:00
joachifm
ee8d210828 Merge pull request #13528 from bendlas/init-pixie
pixie: init at 0-1333
2016-03-05 19:30:49 +00:00
zimbatm
b122a98827 Merge pull request #13692 from mboes/keyfuzz
keyfuzz: init at 0.2.
2016-03-05 19:05:03 +00:00
Mathieu Boespflug
73878e1c10 keyfuzz: init at 0.2. 2016-03-05 19:41:33 +01:00
zimbatm
2d69f50e0b Merge pull request #13675 from zimbatm/less-rubies
ruby: only keep the latest tiny per major.minor
2016-03-05 18:35:19 +00:00
Christoph Hrdinka
4e8853ca8d Merge pull request #13544 from leenaars/vapor
vapor: init at 0.2.3
2016-03-05 18:36:58 +01:00
Michiel Leenaars
af35cd2513 vapor: init at 0.2.3 2016-03-05 17:59:30 +01:00
Frederik Rietdijk
36506df7fe Merge pull request #13448 from lancelotsix/use_recent_sqlalchemy_as_default
pythonPackages.sqlalchemy: follows upstream, use "sqlalchemy7" for lecagy
2016-03-05 11:07:50 -05:00
joachifm
932b47ff52 Merge pull request #12752 from simonvandel/hunspellWithDicts
Hunspell: add wrapper to include dictionaries
2016-03-05 13:26:43 +00:00
joachifm
02327d3a44 Merge pull request #13431 from igsha/i3pystatus
i3pystatus: 3.33 -> 3.34
2016-03-05 13:12:10 +00:00
Christoph Hrdinka
c5f4000040 Merge pull request #13539 from leenaars/orthorobot
orthorobot: init at 1.0
2016-03-05 13:42:21 +01:00
joachifm
bcafef2df4 Merge pull request #13681 from matthiasbeyer/add-tasksh
tasksh: init at 1.0.0
2016-03-05 12:11:40 +00:00
Michiel Leenaars
390effeb6e orthorobot: init at unversioned 2016-03-05 12:59:37 +01:00
Tuomas Tynkkynen
676019bd85 utillinux: Restore utillinuxCurses alias
This got removed by eead3bc536. Reintroduce the alias to avoid
breaking users' configurations.
2016-03-05 12:34:26 +02:00
Matthew Bauer
864ec69c84 qemu: compile with cocoa for darwin support
This uses the --enable-cocoa flag in qemu to build in Darwin.
2016-03-04 17:45:34 -06:00
Matthew Bauer
a1363ef02d fluidsynth: fix build errors in darwin builds
Build inputs were not being passed in properly.
2016-03-04 17:44:44 -06:00
joachifm
b0f70e2ebb Merge pull request #10863 from aboseley/spice-vdagent
spice-vdagentd service : init at version 0.16.0
2016-03-04 22:14:22 +00:00
Peter Simons
288d01fe2b stellarium: update to 0.14.2
This patch also fixes https://github.com/NixOS/nixpkgs/issues/13582.
2016-03-04 23:05:48 +01:00
Adam Boseley
5b83791207 spice-vdagentd service : initial at 0.16.0 2016-03-05 07:56:47 +10:00
Matthias Beyer
abea96a28d tasksh: init at 1.0.0 2016-03-04 21:59:01 +01:00
Michael Raskin
24bbb9718f Merge pull request #8021 from magnetophon/lv2bm-master
lv2bm init at git-2015-04-10
2016-03-04 15:59:22 +00:00
joachifm
ce9e2012af Merge pull request #13674 from zimbatm/sonic-pi-2.9.0
sonic-pi: 2.8.0 -> 2.9.0
2016-03-04 15:34:43 +00:00
joachifm
ff738bc48b Merge pull request #13669 from romildo/new.font-manager
font-manager: init at git-2016-03-02
2016-03-04 15:30:24 +00:00
zimbatm
4bc516aa54 sonic-pi: 2.8.0 -> 2.9.0
Fixes compilation and path issues. The executable still segfaults after boot
though.
2016-03-04 14:44:07 +00:00
zimbatm
7c4c151a94 ruby: only keep the latest tiny per major.minor
Tiny versions are just for bug-fixes and should be upgraded. I think that the
list has grown a bit too much organically and should be trimmed.
2016-03-04 14:24:37 +00:00
Emery
d07d94b97c amtterm: initial package at 1.4
https://www.kraxel.org/cgit/amtterm/
2016-03-04 14:47:47 +01:00
Lancelot SIX
4ea6a10cb6 Merge pull request #13672 from bzizou/kanif
kanif: init at 1.2.2

Built and tested on a local cluster.
2016-03-04 12:38:56 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
15c4167d28 kanif: init at 1.2.2 2016-03-04 12:22:29 +01:00
José Romildo Malaquias
9477c248fa gsimplecal: init at 2.1 2016-03-04 08:06:09 -03:00
José Romildo Malaquias
86c6d59f95 font-manager: init at git-2016-03-02 2016-03-04 07:45:08 -03:00
Edward Tjörnhammar
64f006d08c Merge pull request #13483 from hrdinka/add/libretro-mame
libretro-mame: init at git-2016-02-10
2016-03-04 10:50:10 +01:00
Lancelot SIX
f689bc9629 Merge pull request #13656 from bzizou/taktuk
taktuk: init at 3.7.5
2016-03-04 10:27:19 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
92e86f03b0 taktuk: init at 3.7.5 2016-03-04 10:11:08 +01:00
Vincent Laporte
014a30da93 why3: 0.86.2 -> 0.86.3
And merge with ocamlPackages.why3
(the OCaml library would not work correctly if packaged separately).
2016-03-04 09:29:10 +01:00
joachifm
4bea06636a Merge pull request #13636 from mpscholten/undmg2
undmg: init at 1.0.0
2016-03-03 23:55:31 +00:00
Arseniy Seroka
0aac2960fc Merge pull request #13639 from bzizou/gromacs
gromacs: 4.6.5 -> 4.6.7 + MPI support
2016-03-03 23:29:32 +03:00
Arseniy Seroka
46ecee3a23 Merge pull request #13645 from rnhmjoj/rewritefs
rewritefs: init at 2016-02-08
2016-03-03 23:28:10 +03:00
Eelco Dolstra
6bd0c3fe9d ifplugd: Remove
This package hasn't been updated in 11 years, and isn't really useful
anymore in a modern Linux system.
2016-03-03 19:43:11 +01:00
Marc Scholten
8b5b57fb96 undmg: init at 1.0.2 2016-03-03 18:08:48 +01:00
rnhmjoj
85abde52d0 rewritefs: init at 2016-02-08 2016-03-03 17:37:33 +01:00
Domen Kožar
7a360b13a0 Merge pull request #13644 from DamienCassou/vdirsyncer-default-python3
vdirsyncer: use Python3 by default
2016-03-03 15:27:21 +00:00
Damien Cassou
740307a213 vdirsyncer: use Python3 by default
Even if Python2 is still supported, the maintainer says that some
features won't work and the support will soon be discarded.
2016-03-03 16:00:04 +01:00
joachifm
1b1379a68d Merge pull request #13531 from magnetophon/connman-dmenu-master
connman-dmenu: init at git-29-9-2015
2016-03-03 13:07:44 +00:00
Arseniy Seroka
dfbf0b27a4 Merge pull request #13497 from AndersonTorres/cutegram
cutegram: 2.7.0 -> 2.7.1
2016-03-03 09:04:17 +03:00
AndersonTorres
14aa382f03 cutegram: 2.7.0 -> 2.7.1
And some minor changes
2016-03-03 02:21:31 -03:00
Eelco Dolstra
6d97de951d cudatoolkit: Add version 7.5.18 2016-03-02 21:35:46 +01:00
Eelco Dolstra
6c1e3a82de cudatoolkit: Merge into one file and use callPackages 2016-03-02 21:35:46 +01:00
joachifm
d1fbbb15a1 Merge pull request #13565 from valeriangalliat/go2nix
go2nix: init at dd513f1
2016-03-02 19:42:07 +00:00
vbgl
dfe69e2f4f Merge pull request #13580 from matthewbauer/openal-darwin
openal darwin fixes
2016-03-02 19:35:21 +01:00
vbgl
7f422cf872 Merge pull request #13621 from DamienCassou/add-gentium-book-basic
gentium-book-basic: init at 1.102
2016-03-02 19:20:58 +01:00
Damien Cassou
c3fa090616 gentium-book-basic: init at 1.102 2016-03-02 18:47:26 +01:00
Eelco Dolstra
62c562a522 gcc: Remove 4.3 and 4.4
GCC 4.3 was used by only one package ("self"), which I've marked as
broken.
2016-03-02 18:01:17 +01:00
Domen Kožar
d72e93f59d remove lvm_33, fixes #12310 2016-03-02 16:54:30 +00:00
Nikolay Amiantov
23dd97ee88 Merge commit 'refs/pull/13412/head' of git://github.com/NixOS/nixpkgs 2016-03-02 18:56:24 +03:00
Alex Franchuk
69d8cb4a6b libreswan: add package and service to nixos 2016-03-02 09:44:30 -05:00
Frederik Rietdijk
1d1b0a8ab8 Merge pull request #13510 from lancelotsix/relocate_motu_client
pkgs.motuclient: move application away from pythonPackages
2016-03-02 08:02:53 -05:00
Thomas Tuegel
6a4c8b0a12 Merge pull request #13597 from ttuegel/kde-5
Plasma 5.5.5
2016-03-02 06:47:41 -06:00
Lancelot SIX
8f4a7d6c4c pkgs.motuclient: move application away from pythonPackages 2016-03-02 09:41:02 +01:00
aszlig
183ac3f2c4
Merge pull request #12558 (GI-shlibpaths)
So far only .la files get correctly converted to absolute paths in the
GIR file. However if there are .so files which depend on a particular
library using GI, they still get only the basename of the .so file.

This improves on the existing absolute_shlib_path.patch not only
figuring out the absolute path of .so files but also falling back on the
absolute path of $out/lib (or $lib/lib with multiple outputs) of the
current build.

With this, we should no longer need to resort to setting LD_LIBRARY_PATH
for all programs that use GI libraries.

I'm merging this because after more than a month no issues came up so
far.
2016-03-01 23:21:25 +01:00
Thomas Tuegel
98d8e1a160 kde5: consolidate packages into desktops/kde-5 2016-03-01 10:36:00 -06:00
Allan Espinosa
ac687200e3 nexus: init at 2.12.0-01 2016-03-01 10:25:00 -06:00
Eelco Dolstra
e0d17fdf10 openssl: Use 1.0.2 by default
Provided that not too much breaks, we should probably cherry-pick this
to 16.03, since the end of the 1.0.1 support window is a bit too close
to the expected lifetime of 16.0.3. @domenkozar
2016-03-01 15:25:53 +01:00
Eelco Dolstra
75f361f4c9 Revert "all-packages: Rewrite packageOverrides to use fix'/extends"
This reverts commit 9c0121be81. I don't
know what this change does and I don't have time to review it at the
moment, sorry.
2016-03-01 13:53:32 +01:00
Matthew Bauer
d085a649c2 openal: fix darwin builds 2016-02-29 21:20:04 -06:00
Valérian Galliat
f5a63f164b go2nix: init at dd513f1 2016-02-29 18:37:56 -05:00
Herwig Hochleitner
de5fa8339f dust: init at 0-91 2016-02-29 21:14:52 +01:00
Ricardo M. Correia
cac77dafc4 ocamlPackages.tsdl: init at 0.9.0 2016-02-29 20:32:58 +01:00
Ricardo M. Correia
abfc9e2afa ocamlPackages.result: init at 1.1 2016-02-29 20:32:58 +01:00
Edward Tjörnhammar
cd897f657c cb2bib: init at 1.9.2 2016-02-29 19:36:51 +01:00
Thomas Tuegel
5947f565ed Merge pull request #13049 from bendlas/update-dropbox-master
dropbox: 3.12.6 -> 3.14.7
2016-02-29 11:16:36 -06:00
Nikolay Amiantov
29852f9d24 samba: fix evaluation 2016-02-28 23:45:53 +03:00
Arseniy Seroka
2d05e4d5a4 Merge pull request #13551 from osener/wring-1.0.0
wring: init at 1.0.0
2016-02-28 22:51:04 +03:00
Nikolay Amiantov
a693d5cc99 Merge pull request #13514 from abbradar/samba-closure
samba: reduce closure size
2016-02-28 22:30:13 +03:00
Eelco Dolstra
c388380bb4 Switch to GCC 5 2016-02-28 17:54:11 +01:00
Ozan Sener
3a6b06f1be wring: init at 1.0.0 2016-02-28 18:05:56 +02:00
Christoph Hrdinka
ae2ad0dfc1 Merge pull request #13504 from leenaars/duckmarines
duckmarines: init at 1.0b
2016-02-28 16:55:52 +01:00
Bjørn Forsman
070dccae7b gitstats: init at 2016-01-08
Upstream does not make releases, using latest commit from master branch.
2016-02-28 15:00:52 +01:00
tg(x)
be3bd972d5 grsecurity: add 4.1 kernel 2016-02-28 15:00:16 +01:00
Thomas Tuegel
41204574be ibus-m17n: use Python 3 2016-02-28 07:12:55 -06:00
Thomas Tuegel
3a8a887cfd ibus-with-plugins: replace ibus wrappers 2016-02-28 07:12:55 -06:00
Franz Pletz
b871649530 quicktun: init at 2.2.4 2016-02-28 12:23:12 +01:00
Nikolay Amiantov
82560aefd7 samba: reduce closure size 2016-02-28 12:49:34 +03:00
Michael Raskin
c0f20c5912 Merge pull request #13518 from leenaars/love2
love: fix broken 0.8.2 + added version 0.72
2016-02-28 09:35:54 +00:00
Michael Raskin
a08c8b12f0 Add Apache Jena Fuseki instead of obsolete and unavailable Jena Joseki 2016-02-28 10:39:33 +01:00
Michiel Leenaars
ad23ac715e duckmarines: init at 1.0b 2016-02-28 09:53:46 +01:00
Bart Brouns
8fa1fb4920 connman-dmenu: init at git-29-9-2015
fix indentation
2016-02-28 05:18:35 +01:00
tg(x)
38614d3f6a grsecurity: use kernel version instead of testing / stable 2016-02-28 04:10:59 +01:00
Herwig Hochleitner
1c380842d1 pixie: init at 0-1333
This is the pixie language, a clojure-like lisp, utilizing the pypy vm
toolkit for JIT, GC and C bindings.
2016-02-28 03:15:07 +01:00
Christoph Hrdinka
729171eac6 Merge pull request #13501 from leenaars/90secondportraits
90secondportraits: init at 1.01b
2016-02-28 02:36:58 +01:00
Christoph Hrdinka
6a30044df5 Merge pull request #13502 from leenaars/sienna
sienna: init at 1.0c
2016-02-28 02:29:26 +01:00
zimbatm
6a518e51dd Merge pull request #13475 from rimmington/collectd-no-mysql
collectd: allow mysql to be null
2016-02-27 22:24:57 +00:00
Michiel Leenaars
62c3ad1dde love: fix broken 0.8 + added version 0.72 2016-02-27 22:37:36 +01:00
Eelco Dolstra
7627bf6f3f perl: Unify 5.20 and 5.22 expressions 2016-02-27 22:22:26 +01:00
Michiel Leenaars
7281144f4b 90secondportraits: init at 1.01b 2016-02-27 22:08:18 +01:00
Michiel Leenaars
41d00c436d sienna: init at 1.0c 2016-02-27 22:01:53 +01:00
tg(x)
75f353ffbd grsecurity: decouple from mainline 2016-02-27 19:33:35 +01:00
Tuomas Tynkkynen
0fc6de6c3a U-Boot: Fix ubootTools
Oops, I forgot to test build this...
2016-02-27 19:30:17 +02:00
Arseniy Seroka
ead0fe5b71 Merge pull request #13500 from leenaars/mr_rescue
mrrescue: init at 1.02
2016-02-27 18:42:15 +03:00
Michiel Leenaars
ebe7856983 mrrescue: init at 1.02 2016-02-27 16:15:02 +01:00
Christoph Hrdinka
d1c35db920 retrofe: init at 0.6.169 2016-02-27 15:41:21 +01:00
Lancelot SIX
0467a17858 pythonPackages.sqlalchemy: follows upstream, sqlalchemy7 for lecagy
This makes pythonPackages.sqlalchemy the most up to date revision (it
was called sqlalchemy_1_0 before), and maintains the various “legacy”
versions available as pythonPackages.sqlalchemyX for X in {7,8,9}.

All derivations that required `sqlalchemy_1_0` now require `sqlalchemy`
while those that required `sqlalchemy` now require `sqlalchemy7`.

The derivations are not changed, only the attribute names they are
bound to.
2016-02-27 12:11:12 +01:00
Marius Bakke
a8b44c74d3 goPackages.oh: 2015-11-21 -> 2016-02-23 2016-02-27 09:58:58 +01:00
Rhys
ac94a5d86c collectd: allow mysql to be null 2016-02-27 12:02:44 +11:00
Thomas Tuegel
272cf5c44f Merge branch 'ibus' 2016-02-26 18:10:11 -06:00
Thomas Tuegel
cb10990fdc ibus-anthy: upgrade to Python 3 2016-02-26 18:08:48 -06:00
Thomas Tuegel
f7f965baaa ibus-hangul: download release from GitHub 2016-02-26 18:08:48 -06:00
Thomas Tuegel
6c85f72a91 ibus-table: 1.9.6 -> 1.9.11 2016-02-26 18:08:48 -06:00
Thomas Tuegel
10e3664c97 ibus: 1.5.11 -> 1.5.13 2016-02-26 18:08:48 -06:00
zimbatm
90525b718f Merge pull request #11141 from cresh/darwin-msmtp
msmtp: Enable on OS X with Keychain integration.
2016-02-27 00:02:53 +00:00
zimbatm
7feaf55b7e Merge pull request #11314 from anderspapitto/flamegraph
FlameGraph: init at 182b24fb
2016-02-26 23:16:27 +00:00
zimbatm
35ab3d301f Merge remote-tracking branch 'upstream/staging' 2016-02-26 22:37:04 +00:00
zimbatm
a7d34722b2 Merge pull request #13493 from zimbatm/alphabetize
Alphabetize
2016-02-26 22:16:43 +00:00
zimbatm
9f57b24b01 all-packages: alphabetize deprecated packages 2016-02-26 22:15:41 +00:00
zimbatm
951dc57716 Merge pull request #13482 from nico202/qnotero
qnotero: init at 1.0.0
2016-02-26 22:09:41 +00:00
Michael Raskin
73a9cd8aee Revert accidental revert of all-packages.nix gitlab changes during revert of revert of libreoffice update 2016-02-26 23:12:12 +01:00
Michael Raskin
a94e433936 libreoffice: 5.0.4.2 -> 5.1.0.3 (a new attempt); set XDG_DATA_DIRS for access to GSettings schemas 2016-02-26 22:58:27 +01:00
=
728b1ce557 qnotero: init at 1.0.0 2016-02-26 22:09:54 +01:00
Arseniy Seroka
b9ab76c2b2 Merge pull request #13479 from hrdinka/add/pcsx2
pcsx2: init at 1.4.0
2016-02-26 23:56:55 +03:00
Tobias Pflug
3386d73d06 Add galen to all-packages.nix 2016-02-26 21:01:41 +01:00
Christoph Hrdinka
13f0bb7a53 libretro-mame: init at git-2016-02-10 2016-02-26 14:21:43 +01:00
zimbatm
8d4c2340d3 Merge pull request #13396 from mayflower/pkg/gitlab
gitlab: 8.0.5 -> 8.5.1, service improvements
2016-02-26 11:19:28 +00:00
zimbatm
6035c3a136 Merge pull request #9400 from Mathnerd314/package-overrides-fix
all-packages: Apply packageOverrides package-by-package
2016-02-26 10:17:53 +00:00
Franz Pletz
ef0325e940 Merge pull request #13435 from tg-x/calc
calc: init at 2.12.5.3
2016-02-26 11:16:11 +01:00
Christoph Hrdinka
bd5e2d723c pcsx2: init at 1.4.0 2016-02-26 10:21:31 +01:00
Franz Pletz
db2b0c8406 Merge pull request #13430 from nico202/yarp
yarp (+ libace): init at 2.3.64
2016-02-26 09:29:21 +01:00
Franz Pletz
bcfa59bf82 gitlab: 8.0.5 -> 8.5.0, service improvements
Updates gitlab to the current stable version and fixes a lot of features that
were broken, at least with the current version and our configuration.

Quite a lot of sweat and tears has gone into testing nearly all features and
reading/patching the Gitlab source as we're about to deploy gitlab for our
whole company.

Things to note:

 * The gitlab config is now written as a nix attribute set and will be
   converted to JSON. Gitlab uses YAML but JSON is a subset of YAML.
   The `extraConfig` opition is also an attribute set that will be merged
   with the default config. This way *all* Gitlab options are supported.

 * Some paths like uploads and configs are hardcoded in rails  (at least
   after my study of the Gitlab source). This is why they are linked from
   the Gitlab root to /run/gitlab and then linked to the  configurable
   `statePath`.

 * Backup & restore should work out of the box from another Gitlab instance.

 * gitlab-git-http-server has been replaced by gitlab-workhorse upstream.
   Push & pull over HTTPS works perfectly. Communication to gitlab is done
   over unix sockets. An HTTP server is required to proxy requests to
   gitlab-workhorse over another unix socket at
   `/run/gitlab/gitlab-workhorse.socket`.

 * The user & group running gitlab are now configurable. These can even be
   changed for live instances.

 * The initial email address & password of the root user can be configured.

Fixes #8598.
2016-02-26 07:08:31 +01:00
zimbatm
30891166be Merge pull request #11997 from benley/google-chrome-variants
google-chrome: add -beta and -unstable variants
2016-02-26 00:13:00 +00:00
zimbatm
06a12136a5 Merge pull request #12824 from cransom/aws_shell
aws_shell: init at 0.1.0
2016-02-26 00:00:10 +00:00
zimbatm
1b0e81c41e Merge pull request #13453 from mayflower/pkgs_upstream/gti
gti: init at 2015-05-21 (edaac79)
2016-02-25 23:57:17 +00:00
zimbatm
e3da8a40e2 Merge pull request #12235 from deeky666/update-php-packages-attributes
phpPackages: init php56Packages and php70Packages
2016-02-25 23:56:18 +00:00
zimbatm
35f47333d0 Merge pull request #13463 from avnik/feature/gimp-with-plugins
Feature: gimp with plugins
2016-02-25 23:27:25 +00:00
Alexander V. Nikolaev
0649c8bde7 gimp: add gimp-with-plugin derivation
By default all plugins from pkgs.gimpPlugins set are enabled.

Default location of plugins changed from $out/${gimp.name} to
$out/lib/gimp/${majorVersion}. Resulting derivation for gimp+plugins
is set as search path for plugins by default (additional tweaking in
gimprc done for old plugin scheme should be removed)
2016-02-25 23:34:28 +02:00
Igor Sharonov
00d32bb99f i3pystatus: 3.33 -> 3.34 2016-02-25 21:30:37 +03:00
Tristan Helmich
3234ca49d1 gti: init at 2015-05-21 (edaac79) 2016-02-25 18:52:19 +01:00
Arseniy Seroka
edeb5480fc Merge pull request #13438 from kamilchm/nimble
nimble: init at 0.7.2
2016-02-25 20:50:46 +03:00
Franz Pletz
c459ba8f85 ratools: init at 0.6.2 2016-02-25 16:56:48 +01:00
Domen Kožar
a2c8bee109 linuxPackages: set to 4.4 (latests LTS) fixes #13394 2016-02-25 15:54:50 +00:00
Nikolay Amiantov
69932f905a blueman: fix networking, settings 2016-02-25 18:43:21 +03:00
Domen Kožar
98c16e00fe Merge pull request #13425 from zimbatm/curl-http2-darwin
curl: disable http2 support on Darwin
2016-02-25 13:06:40 +00:00
Kamil Chmielewski
770f66b2ce nimble: init at 0.7.2 2016-02-25 12:06:45 +01:00
Vladimír Čunát
f930b3949f kde4: use older ruby to fix qtruby build
/cc maintainer @ttuegel. Discussion:
https://github.com/NixOS/nixpkgs/pull/12610#issuecomment-188666473

I'm personally not certain that building bindings against a non-default
ruby version is a good thing, but it's likely better than a build failure.
2016-02-25 10:09:34 +01:00
Vladimír Čunát
93f6af1071 Merge branch 'master' into staging 2016-02-25 09:01:48 +01:00
Kevin Cox
eead3bc536 util-linux: create -Minimal and utillinux (full)
Close #12952. Now the full version is used by default,
supporting systemd and curses.
2016-02-25 08:52:05 +01:00
Vladimír Čunát
30b7bd8d01 Merge branch 'glibc-2.22' into staging
I'm running whole my working notebook on 2.22 without any problems.
I don't expect any significant issues.
2016-02-25 08:42:59 +01:00
tg(x)
1fb998f6c6 calc: init at 2.12.5.3 2016-02-24 22:47:55 +01:00
=
a5ed58445f yarp (+ libace): init at 2.3.64 2016-02-24 22:08:29 +01:00
Emery Hemingway
8ee44708b2 hdapsd: initial package at version 20141203 2016-02-24 20:44:32 +01:00
Arseniy Seroka
c84f56e3d3 Merge pull request #12344 from hrdinka/update/znc
Update and add new ZNC modules
2016-02-24 18:57:17 +03:00
zimbatm
de8213bd28 curl: disable http2 support on Darwin
Should fix https://hydra.nixos.org/build/32265403/nixlog/12
2016-02-24 14:35:34 +00:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
14f3b8e6cc gromacs: 4.6.5 -> 4.6.7 + MPI support 2016-02-24 10:34:22 +01:00
Thomas Tuegel
bc7f99cd2f ibus-table-others: import ibus-table properly 2016-02-23 19:22:28 -06:00
Jude Taylor
beea8537f7 clean up usage of procps in rustc 2016-02-23 16:42:51 -08:00
zimbatm
16f95fd8e2 Merge pull request #12875 from artuuge/epson-escpr
epson-escpr: init at version 1.6.3
2016-02-23 23:57:53 +00:00
zimbatm
fa46b448d7 Merge pull request #13019 from tg-x/qtox
qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131
2016-02-23 22:52:09 +00:00
zimbatm
09c14170d8 Merge pull request #13125 from abbradar/uwsgi
Refactor uWSGI
2016-02-23 22:32:54 +00:00
zimbatm
4fd875be4e Merge pull request #13356 from zimbatm/cide
cide: init at 0.8.1
2016-02-23 22:28:02 +00:00
Ben Darwin
69c628e1ff minc-tools: init at 2.3.00 2016-02-23 14:03:56 -05:00
Ben Darwin
c49c384e20 libminc: init at 2.3.00 2016-02-23 14:03:10 -05:00
zimbatm
5400b02109 Merge pull request #13155 from pallavagarwal07/wpsoffice
wpsoffice: add new package
2016-02-23 15:42:01 +00:00
Pallav Agarwal
861fae01fd wpsoffice: Add new package 2016-02-23 21:06:54 +05:30
Frederik Rietdijk
40ca841c5c Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Arseniy Seroka
7ff3fd305b Merge pull request #13375 from bzizou/libdap
libdap: init at 3.15.1
2016-02-23 17:08:33 +03:00
Gabriel Ebner
87b0a41ac5 isabelle: 2015 -> 2016 2016-02-23 14:19:13 +01:00
zimbatm
f05bc0444a gettext: 0.19.6 -> 0.19.7
expat is replaced by a bundled version of libxml2
2016-02-22 22:47:45 +00:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
59a1dc4be2 libdap: init at 3.15.1 2016-02-22 23:15:44 +01:00
Arseniy Seroka
fbca8ede65 Merge pull request #13358 from aespinosa/dpic-preprocessor
dpic: init at 2016.01.12
2016-02-22 23:08:46 +03:00
Robin Gloster
06546b0ec1 Merge pull request #13143 from onlinemediagroup/ios_cross_compiler
ios-cross-compile: init at Feb 16, 2016
2016-02-22 19:17:22 +00:00
Edgar Aroutiounian
058c768892 ios-cross-compile: init at 9.2 2016-02-22 11:16:11 -08:00
Pascal Wittmann
2d2efceecb Merge pull request #13367 from bzizou/nco
nco: init at 4.5.5
2016-02-22 16:26:23 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
2960ea5292 nco: init at 4.5.5 2016-02-22 15:14:34 +01:00
Allan Espinosa
2dd51275eb dpic: init at 2016.01.12 2016-02-22 07:42:53 -06:00
Arseniy Seroka
cd235722d3 Merge pull request #13361 from puffnfresh/package/playerctl
playerctl: init at 0.4.2
2016-02-22 13:47:48 +03:00
Brian McKenna
4ec4666762 playerctl: init at 0.4.2 2016-02-22 18:09:56 +11:00
Mathnerd314
9c0121be81 all-packages: Rewrite packageOverrides to use fix'/extends
This way is cleaner, slightly faster (as shown by
some quick tests) and causes no rebuilds.

It could cause some evaluation errors though.
2016-02-21 21:09:39 -07:00
Franz Pletz
230cf33f8b Merge pull request #13325 from mjhoy/add-mdk-package
mdk: new package
2016-02-22 04:48:46 +01:00
Sou Bunnbu
7fcecec58b Merge pull request #11254 from ericsagnes/standardize-im
Improve and standardize input methods
2016-02-22 10:13:54 +08:00
zimbatm
b58e26dbf6 cide: init at 0.8.1 2016-02-21 21:11:35 +00:00
Michael Hoy
7d6f2c4e3f mdk: init at 1.2.9 2016-02-21 13:56:40 -06:00
Eugene Akentyev
f0b072abaa staruml: init at 2.6.0 2016-02-21 21:42:43 +03:00
Franz Pletz
45c97925dd Merge pull request #13122 from adevress/neuron
Add new package neuron. Neuron network simulation framework
2016-02-21 16:31:42 +01:00
devresse
4046d3ce8d neuron: init at 7.4 2016-02-21 15:02:47 +00:00
Edward Tjörnhammar
8968a6e604 dcadec: init at 0.2.0 2016-02-21 15:32:12 +01:00
Edward Tjörnhammar
a3017f92d8 libcrossguid: init at 2016-02-21 2016-02-21 15:32:12 +01:00
Frederik Rietdijk
f612dc703e kde5.kile: init at git 2016-02-12
This adds a kde5/frameworks version of kile.
2016-02-21 12:09:18 +01:00
Frederik Rietdijk
9d30b03c0c Merge pull request #13127 from FRidh/kdeconnect
kde5.kdeconnect: init at 0.9g
2016-02-21 12:03:28 +01:00
Vladimír Čunát
045164bdf8 Merge #12973: add rrsync as an individual app 2016-02-21 10:00:43 +01:00
Franz Pletz
c349fe6127 Merge pull request #13117 from adevress/vmmlib
Add a new nixpkg vmmlib. A vector and matrix C++ library
2016-02-21 04:50:12 +01:00
Charles Strahan
11bf7888fb Merge pull request #13041 from Baughn/mprime
mprime: Init at 28.7
2016-02-20 20:45:56 -05:00
Charles Strahan
eb905c2d76 Merge pull request #13084 from nathan7/go-1.6
go: add 1.6 compiler and packages
2016-02-20 20:41:44 -05:00
Ricardo M. Correia
fd3e02add8 Merge pull request #13027 from puffnfresh/package/pijul
pijul: 0.1 -> 0.2-6ab9ba
2016-02-20 15:43:53 +01:00
Arseniy Seroka
815b1e624b Merge pull request #13149 from sifmelcara/master
pcmanx-gtk2: init at 1.3
2016-02-20 17:10:19 +03:00
mingchuan
9e0b5358e2 pcmanx-gtk2: init at 1.3 2016-02-20 19:49:13 +08:00
Eric Sagnes
9e7ddbdcbd ibus-m17n: init at 1.3.4 2016-02-20 10:50:52 +09:00
Eric Sagnes
2d5537d89e fcitx-m17n: init at 0.2.3 2016-02-20 10:50:52 +09:00
zimbatm
13b416765d Merge pull request #13089 from ebzzry/ugarit-manifest-maker-0.1
ugarit-manifest-maker: init at 0.1
2016-02-20 00:11:28 +00:00
Pascal Wittmann
94a401258d libfilezilla: init at 0.3.1 2016-02-19 22:50:28 +01:00
Arseniy Seroka
a23a53a571 Merge pull request #13055 from dochang/rolespec
rolespec: init at 20160105
2016-02-19 23:02:16 +03:00
Arseniy Seroka
a2a5d234a5 Merge pull request #13101 from zimbatm/dispad
dispad: init at 0.3.1
2016-02-19 22:52:45 +03:00
Arseniy Seroka
0e95958c18 Merge pull request #13110 from puffnfresh/package/ue4
ue4: init at 4.10.2
2016-02-19 22:52:16 +03:00
Rommel M. Martinez
cb8ac5742d ugarit-manifest-maker: init at 0.1 2016-02-20 01:30:54 +08:00
vbgl
5ed9176c52 Merge pull request #13077 from wizeman/u/ocaml-packages
Add ocamlPackages.{gen,sequence,containers}
2016-02-19 18:14:47 +01:00