Commit Graph

14196 Commits

Author SHA1 Message Date
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
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