Commit graph

9703 commits

Author SHA1 Message Date
Jaka Hudoklin
3d2f1c3385 Merge pull request #4854 from offlinehacker/pkgs/libguestfs/add
Add augex, hivex and libguestfs
2014-11-09 16:09:51 +01:00
Michael Raskin
6d0518fbdf Merge pull request #4282 from sztupi/crashplan
Crashplan

OK, it is an external service with unfree client, so let's declare that ensuring usability of the service is not our headache.
2014-11-09 18:09:33 +03:00
Michael Raskin
41ff7d75fd Add mutt sidebar patch — Fixes #3222 (a PR by Leon Waldman) 2014-11-09 17:55:19 +03:00
Jaka Hudoklin
25b2d2d9b0 Add libguestfs, tools for accessing and modifying virtual machine images 2014-11-09 15:24:25 +01:00
Jaka Hudoklin
7dc7ccbe5b Add hivex, windows registry hive extraction library 2014-11-09 15:24:08 +01:00
Peter Simons
3b96e0c752 Switch the default version of GNU Privacy Guard back to 2.0.
This patch effectively undoes @wkennington's update from 850da18. The problem
with GnuPG 2.1 is that its built-in 1.x compatibility differs from the one
provided in version 2.0, and these changes break 'gpg1compat in ways we don't
understand yet.

Commit 4c84621 attempted to remedy that issue by fixing gpg1compat to GPG 2.0,
but this caused further trouble because the GPG agent from versions 2.0 and 2.1
are incompatible, so users of the GPG 1.x interface (who were using GPG 2.0)
could not talk to their X session's agent (which comes from GPG 2.1).

The corresponding ticket is https://github.com/NixOS/nixpkgs/issues/4888.
2014-11-09 14:36:14 +01:00
Jaka Hudoklin
cc3ba83055 Add augeas, configuration editing tool 2014-11-09 14:32:08 +01:00
Mateusz Kowalczyk
57a84615c6 vite: fix and update package 2014-11-09 12:59:51 +00:00
Mateusz Kowalczyk
ce4f49cec1 EZTrace: new package 2014-11-09 12:05:44 +00:00
Edward Tjörnhammar
c329e5bbd9 i2pd: added package, service 2014-11-09 09:55:35 +01:00
Cray Elliott
6349ff15b1 add xwiimote, a linux-only userspace driver for wiimotes 2014-11-08 20:44:25 -08:00
ambrop7@gmail.com
45aeaf6938 Add conntrack-tools and missing dependencies. 2014-11-09 00:28:21 +01:00
Arseniy Seroka
417216aa57 Revert "Add conntrack-tools and missing dependencies." 2014-11-09 02:12:04 +03:00
Arseniy Seroka
c66a63e45c Merge pull request #4900 from ambrop72/conntrack
Add conntrack-tools and missing dependencies.
2014-11-09 02:10:59 +03:00
Maciek Starzyk
f72c460abf ocaml: 4.02.0 -> 4.02.1 2014-11-08 23:15:53 +01:00
ambrop7@gmail.com
085b5ec48c Add conntrack-tools and missing dependencies. 2014-11-08 23:06:09 +01:00
Michael Raskin
bf184758a6 Adding Fish-Fillets-NG game 2014-11-08 22:35:06 +03:00
Domen Kožar
c1d6a4a8fb remove unused pythonLinkmeWrapper 2014-11-08 20:19:55 +01:00
Aristid Breitkreuz
928177aa91 Merge pull request #4834 from offlinehacker/pkgs/flannel/add
Add flannel, etcd backed network fabric for containers
2014-11-08 19:56:16 +01:00
Aristid Breitkreuz
392f828c5d Merge pull request #4822 from abbradar/crawl
crawl: fix, update, add console version
2014-11-08 19:42:23 +01:00
Marc Weber
613ca23e85 experimental/vim-vam-pathogen-vimrc-support
This patch implements derving a .vimrc from vim-plugins.nix loading those
plugins by either Pathogen or VAM (VAM seems to be slightly faster and is much
more powerful).

Example:

  environment.systemPackages = [
   # default plain vim
   vim_configurable

   # vim which get's called vim-with-addon-nix
   (vim_configurable.customize {
      name = "vim-with-addon-nix";
     vimrcConfig.vam.pluginDictionaries = [{name = "vim-addon-nix"; }];
   })
  ];

This way you can provide an "enhanced Vim" and a standard Vim.

Details about what this commit changes:
1) provide a new toplevel name vimrc which
  * provides a way to build up a .vimrc using either pathogen or VAM (knowing about plugin dependencies by name)
  * can enhance vim to support. vim.customize { name = "name-user"; vam.pluginDictionaries and/or pathogen.pluginNames = .. }
  * introduce rtp names for each vim plugin pointing to the runtimepath path
  * suggest naming to be the same as vim-pi so that VAM's dependencies work
  * derive some packages as example from vim-pi using VAM's new autoload/nix.vim
    supporting simple dependencies
  * test case for vim-addon-nix for VAM/pathogen

2) enhance vim_configurable to support .customize

3) update many plugins by using VAM's implementation not rewriting those which
  * vim-pi doesn't know about the git source yet (TODO: make vim-pi be aware of
    those)
  * have special build code

This commit partially conflicts with commits done by Bjørn Forsman starting by
37f961628b, eg the one using lower case attr and pkg names, because they don't
match vim-pi (eg YouCompleteMe). Rather than resolving the conflict this just
adds aliases so that both names can be used
2014-11-08 19:34:17 +01:00
Luca Bruno
83221f3886 Merge branch 'master' into staging
Makes the build more useful:
- Disabled hybrid iso, makes installer tests pass again
- Imagemagick fixes to the "Illegal instruction" thing
2014-11-08 15:56:40 +01:00
Peter Simons
a2a9650037 Drop all obsolete versions of the Haskell Platform. 2014-11-08 11:52:22 +01:00
Arseniy Seroka
106740fe2c Merge pull request #4882 from abbradar/folly
Folly: add package
2014-11-08 04:12:11 +03:00
Arseniy Seroka
9551b3eaf4 Merge pull request #4883 from abbradar/boost-process
boost_process: add package
2014-11-08 04:11:52 +03:00
Nikolay Amiantov
761fdd440d folly: add package 2014-11-08 03:48:54 +03:00
Arseniy Seroka
da140fb27a Merge pull request #4885 from abbradar/libxls
libxls: add package
2014-11-08 03:14:43 +03:00
Arseniy Seroka
4306ebed91 Merge pull request #4884 from abbradar/xlslib
xlslib: add package
2014-11-08 03:14:21 +03:00
Arseniy Seroka
48de2b0de5 Merge pull request #4879 from abbradar/cppzmq
cppzmq: add package
2014-11-08 02:58:48 +03:00
Nikolay Amiantov
2f10e17cd7 cppzmq: add package 2014-11-08 02:57:34 +03:00
Nikolay Amiantov
0b0a50e39a boost_process: add package 2014-11-08 02:56:21 +03:00
Nikolay Amiantov
3978aca354 libiberty: add package 2014-11-08 02:54:41 +03:00
Peter Simons
5be65c8cc6 Merge pull request #4868 from sjmackenzie/new-pkg-ccnx
new package: ccnx
2014-11-08 00:29:52 +01:00
Nikolay Amiantov
bb84431ff4 xlslib: add package 2014-11-08 02:29:37 +03:00
Nikolay Amiantov
3a97bf9ea5 libxls: add package 2014-11-08 02:28:17 +03:00
Nikolay Amiantov
064af53063 double_conversion: add package 2014-11-08 02:26:46 +03:00
Eike Kettner
e96df6c6f9 html2text: new package
Closes #4864
2014-11-07 23:19:49 +00:00
Peter Simons
1a8b7b6a12 all-packages.nix: strip trailing whitespace 2014-11-07 23:22:27 +01:00
Robert Helgesson
c85b1c63df Add package 'morituri', a CD ripper. 2014-11-07 21:26:53 +01:00
stewart
02e4f82191 new package: ccnx 2014-11-08 01:27:39 +08:00
Peter Simons
4c84621a7f Fix gnupgcompat1 which doesn't seem to work with gnupg version 2.1. 2014-11-07 18:03:34 +01:00
Moritz Ulrich
35ea4085bc dwarf-fortress: delete old 34.11 package. 2014-11-07 17:22:29 +01:00
cillianderoiste
1fe98d4057 Merge pull request #4871 from exlevan/master
pasystray: new package
2014-11-07 16:48:34 +01:00
Moritz Ulrich
df995253e3 ledger3: Update to 3.1
This commit also adds pkgs.ledger2 and pkgs.ledger3 plus a default
attribute pkgs.ledger pointing at ledger3.
2014-11-07 16:29:15 +01:00
Alexey Levan
ede000316a pasystray: new package 2014-11-07 14:42:45 +02:00
Eelco Dolstra
dde6d5708c Add set apacheHttpdPackages containing modules for specific Apache versions
Similar to linuxPackages etc.
2014-11-07 12:08:30 +01:00
Peter Simons
69bb66902f emacs-icicles: add current icicles snapshot to emacsPackages 2014-11-07 11:55:57 +01:00
lethalman
7d9d7e751d Merge pull request #4866 from iyzsong/ostree
add ostree
2014-11-07 09:48:30 +01:00
Michael Raskin
689f1af563 Refactor Lazarus build a bit and build it with all the components by default 2014-11-07 11:41:12 +03:00
Arseniy Seroka
f33436596b Merge pull request #4852 from sjmackenzie/new-pkg-libcouchbase
libcouchbase: new package
2014-11-07 11:13:08 +03:00
宋文武
33d1a9a3cf ostree: new package 2014-11-07 13:30:04 +08:00
宋文武
95350bb659 libgsystem: new package 2014-11-07 13:24:45 +08:00
stewart
787d0b1c63 libcouchbase: new package 2014-11-07 05:18:19 +00:00
Brian McKenna
f8dd99cf83 Add Pinpoint presentation software 2014-11-06 20:50:40 -07:00
David Rusu
1628cee892 hasklig: new font
Closes #4847

Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-11-07 01:14:48 +00:00
William A. Kennington III
63629dbd5c ldb: Add package 2014-11-06 15:05:02 -08:00
William A. Kennington III
39d77d9d44 tevent: Add package 2014-11-06 15:04:35 -08:00
William A. Kennington III
59d3fd5aca tdb: 1.2.1 -> 1.3.1 2014-11-06 15:04:35 -08:00
William A. Kennington III
70b7ec0ad2 talloc: 2.0.1 -> 2.1.1 2014-11-06 15:04:35 -08:00
William A. Kennington III
850da1803f gnupg: Add gnupg 2.1 as default
Additionally, move all gnupg expressions into the gnupg folder.
2014-11-06 11:44:12 -08:00
Michael Raskin
ee7e65f033 As Atlas dependency is considered a bad thing, update Liberation fonts while using binary distributin by default 2014-11-06 20:42:46 +03:00
Eelco Dolstra
b3eb981a95 apache-httpd: Make 2.4 the default
The NixOS 14.11 release is a good time to finally make 2.4 the
default.
2014-11-06 14:55:44 +01:00
Eelco Dolstra
0518ccf5af Merge remote-tracking branch 'origin/master' into staging
Conflicts:
	pkgs/stdenv/generic/default.nix
2014-11-06 10:16:39 +01:00
Cillian de Róiste
21f57b8d78 Add tessel: cli tools and node libs for tessel.io devices 2014-11-06 00:54:12 +01:00
Mathijs Kwik
d0e0d62e61 add duperemove: btrfs deduplication tool 2014-11-06 00:02:45 +01:00
Michael Raskin
aeb032044d Readd BtrFS-progs 3.16 for snapper build 2014-11-06 00:32:31 +03:00
Bjørn Forsman
ef321f539d opkg-utils: new package
Helper scripts for use with the opkg package manager.

Upstream doesn't do releases it seems, so I'm packaging the latest git
version.
2014-11-05 21:58:12 +01:00
Rickard Nilsson
f2b6b9871f new package: swaks, a command line SMTP tool 2014-11-05 21:43:25 +01:00
Vladimír Čunát
52404a868d Merge recent master into staging
Nixpkgs Hydra: ?compare=1157272

TODO: port e22889064f

Conflicts:
	nixos/tests/gnome3_10.nix (auto-solved)
	pkgs/applications/video/aegisub/default.nix
	pkgs/development/libraries/boost/1.55.nix
2014-11-05 15:00:44 +01:00
wmertens
e13f15b43a Merge pull request #4839 from cdepillabout/fcitx-with-plugins-2
Create wrapper package for fcitx with plugins.
2014-11-05 13:44:44 +01:00
Michael Raskin
404930ec8c Add fairymax chess engine 2014-11-05 11:56:20 +03:00
(cdep)illabout
f0c3c54712 Create wrapper package for fcitx with plugins.
This creates a wrapper package for fcitx so that plugins can be enabled
by the user.  This is based on the wrapper package for
pidgin-with-plugins.

By using this wrapper instead of the fcitx package itself, it will be
possible for the user to enable/disable plugins.
2014-11-05 10:37:10 +09:00
Michael Raskin
cf665e9fef Use Firefox instead of Xulrunner for icedtea7_web: reduces builds on realistic NixPkgs use 2014-11-05 02:48:08 +03:00
Arseniy Seroka
a20e2d8f93 Merge pull request #4779 from gavinrogers/master
frostwire: initial working package
2014-11-04 23:03:52 +03:00
William A. Kennington III
cbc05e77eb bareos: Add derivation 2014-11-04 11:11:14 -08:00
Gavin Rogers
cb68376fcd frostwire: initial working package
This installs from the official frostwire tarball. Similar to the
jdiskreport package. Everything works fine on the systems I've tried.

I've made myself the maintainer.
Also upgraded it to 6.0.0 as it was released stable.
2014-11-04 18:57:01 +00:00
Jaka Hudoklin
f253186e96 Add flannel, etcd backed network fabric for containers 2014-11-04 19:32:30 +01:00
Eelco Dolstra
7495c61d49 Merge remote-tracking branch 'origin/darwin-clang-stdenv' into staging
Conflicts:
	pkgs/applications/editors/vim/macvim.nix
2014-11-04 14:30:43 +01:00
Nikolay Amiantov
2c0ad22666 crawl: fix, update, add console version 2014-11-04 13:05:47 +03:00
Michael Raskin
5854eb09eb Update NILFS2 utils 2014-11-04 12:04:42 +03:00
Georges Dubus
52017df966 Merge pull request #4718 from ehmry/picard
update picard 1.2->1.3, initial pkg for python-libdiscid
2014-11-04 09:18:33 +01:00
aszlig
0f26e580bb
xmlto: Fix eval with w3m.graphicsSupport.
Having `nixpkgs.config.w3m.graphicsSupport = true;` leads to an infinite
recursion, because xmlto needs w3m for _text_ conversion and w3m with
graphics support needs imlib2, which in turn needs xmlto.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-04 04:48:27 +01:00
Mateusz Kowalczyk
de96fb7cc7 sxiv: update to 1.3-git and fix runtime behaviour
The fix involves using imlib2 built with giflib instead of a libungif.
Initially I split imlib2 into two but other distros seem to build imlib2
with giflib already and everything still builds with giflib version so I
migrated imlib2 to giflib all together.

Closes #4622
2014-11-03 23:03:51 +00:00
Peter Simons
b5fed52c43 Merge pull request #4238 from wkennington/master.boost
Make boost 156 the default
2014-11-03 23:03:01 +01:00
Michael Raskin
f891bc78d1 Add a binary-distribution-based Liberation fonts package 2014-11-04 00:54:15 +03:00
Michael Raskin
b7f7341169 Add Nginx 1.7.7; RTMP module fails for some reason 2014-11-04 00:54:15 +03:00
Cillian de Róiste
3a6a3815e9 kdeconnect: upgrade from 0.7.2 to 0.7.3 add new dependency: libfakekey
libfakekey is an X virtual keyboard library
2014-11-03 21:59:20 +01:00
Emery Hemingway
c9282c65f4 update picard 1.2->1.3 2014-11-03 15:31:49 -05:00
Arseniy Seroka
e167a3cbf1 Merge pull request #4808 from henrytill/opam
opam: update to 1.2.0
2014-11-03 20:01:06 +03:00
Henry Till
5f2e7c71a4 opam: update to 1.2.0 2014-11-03 11:55:33 -05:00
John Wiegley
198874e489 emacs24Macport: allow installing either 24.3 or 24.4 2014-11-03 10:51:29 -06:00
Arseniy Seroka
2d47366e4c Merge pull request #4756 from iyzsong/guile-sdl
add guile-sdl and bump guile to 2.0.11
2014-11-03 17:09:57 +03:00
Michael Raskin
063ee53190 Update afflib 2014-11-03 16:54:39 +03:00
Arseniy Seroka
e639e48c36 Merge pull request #4783 from vbgl/ocamlscript
ocamlscript: new derivation
2014-11-03 16:06:42 +03:00
cillianderoiste
926cffa400 Merge pull request #4731 from jirkamarsik/vg
Added ocaml-vg-0.8.1 and deps ocaml-otfm-0.2.0 and ocaml-gg-0.9.0
2014-11-03 13:59:26 +01:00
Jaka Hudoklin
950780a24f Merge pull request #4540 from taku0/firefox-bin-33.0
Update firefox-bin to 33.0
2014-11-03 13:43:53 +01:00
Evgeny Egorochkin
1e388a118c Remove old and unused gegl and babl versions 2014-11-03 13:08:12 +02:00
codyopel
512e33bcbd x265: new package 2014-11-02 17:23:02 -08:00
William A. Kennington III
a9c472d16e boost: Fix incompatible applications 2014-11-02 17:22:28 -08:00
William A. Kennington III
8f8712b1e1 qbittorrent: Refactor 2014-11-02 17:22:28 -08:00
William A. Kennington III
4c0d152d1e libtorrent-rasterbar: Add generic builder and 0.16.x derivation 2014-11-02 17:22:28 -08:00
William A. Kennington III
1df867f008 boost: Remove old boost 2014-11-02 17:22:27 -08:00
William A. Kennington III
5ae216558f jfsrec: Remove derivation 2014-11-02 17:22:27 -08:00
William A. Kennington III
94f80e66d3 boost: Remove legacy users 2014-11-02 17:22:27 -08:00
William A. Kennington III
9b9f716df2 Make boost 156 the default 2014-11-02 17:22:26 -08:00
Vincent Laporte
16150e1f1e ocamlscript: new derivation
Ocamlscript compiles scripts, i.e. one-file programs, into
natively-compiled binaries, and executes them.

Homepage: http://mjambon.com/ocamlscript.html
2014-11-02 21:41:24 +00:00
Cillian de Róiste
98cef5ff67 SDL: enable PulseAudio support by default
On a system with PulseAudio enabled, applications which use SDL work
poorly or don't work at all e.g. MLT, Kdenlive, Shotcut, Blender and
Hedgewars. Rather than enabling it per application as we run into
issues, I think it's better to enable support for it by default.
2014-11-02 22:27:40 +01:00
Michael Raskin
8b092fe505 Adding Julia 0.3.2 — will make default after a little testing 2014-11-02 23:51:59 +03:00
Arseniy Seroka
2b61f0b204 Merge pull request #4772 from abbradar/lbzip2
lbzip2: add package
2014-11-02 22:38:39 +03:00
Peter Simons
a9c53037fa Merge remote-tracking branch 'origin/master' into staging. 2014-11-02 16:15:53 +01:00
Bjørn Forsman
a6c21ccea9 libfaketime: new package
Report faked system time to programs without having to change the
system-wide time.

http://www.code-wizards.com/projects/libfaketime/
2014-11-02 14:34:37 +01:00
Nikolay Amiantov
b91721a119 pidgin-latex: replace with SF one and fix 2014-11-02 04:35:43 +03:00
Nikolay Amiantov
b6529ce1f6 lbzip2: add package 2014-11-02 02:05:54 +03:00
Georges Dubus
5258211e32 focuswriter: added expression 2014-11-01 21:20:59 +01:00
Peter Simons
37c0947529 all-packages.nix: strip trailing whitespace 2014-11-01 21:08:05 +01:00
Peter Simons
ead6bc4a57 R: run the test suite only when recommended packages are built 2014-11-01 21:08:05 +01:00
Peter Simons
d7c70809e6 R-wrapper: update list of recommended packages 2014-11-01 21:08:05 +01:00
Igor Pashev
ce5cc9d803 Added pxz 2014-11-01 18:59:20 +01:00
Vincent Laporte
c216448075 camlimages: update from 4.0.1 to 4.1.2
Previous version 4.0.1 is kept for OCaml 3.12
2014-11-01 08:37:40 +00:00
Mateusz Kowalczyk
89d4c850f5 easytag: update from 2.2.4 to 2.3.1
Also cleanup: preConfigure seems to not be necessary, gtk2 support was
dropped, wrapping done so it doesn't crash at startup and icon theme
pulled in.
2014-11-01 01:22:24 +00:00
Aristid Breitkreuz
53c287f5cd postgresql 9.4beta3, but keep beta2 around because they are not compatible 2014-10-31 22:21:16 +01:00
宋文武
00ec235e44 guile-sdl: new package 2014-10-31 23:50:54 +08:00
cillianderoiste
919ed14477 Merge pull request #4627 from abbradar/xfce-mixer
xfce4-mixer: add pulseaudio support
2014-10-31 15:08:42 +01:00
cillianderoiste
b73816d26b Merge pull request #4751 from jirkamarsik/ocaml-cairo2
Added ocaml-cairo2-0.4.6
2014-10-31 14:33:23 +01:00
Jirka Marsik
257f629c1e Added ocaml-cairo2-0.4.6 2014-10-31 14:14:17 +01:00
Peter Simons
b11060d8db Merge remote-tracking branch 'origin/master' into staging. 2014-10-31 11:14:24 +01:00
宋文武
88f5aa4fda guile-opengl: new package
import from guix/gnu/packages/gl.scm
2014-10-31 09:25:45 +08:00
Aristid Breitkreuz
752f5bba48 problems with quassel 0.11 and qt5, forcing qt4 for now 2014-10-30 22:16:37 +01:00
cillianderoiste
4b78eff026 Merge pull request #4729 from deepfire/ifuse
ifuse:  new expression
2014-10-30 14:08:31 +01:00
Kosyrev Serge
b3ebe093b0 ifuse: new expression 2014-10-30 12:11:24 +03:00
Rickard Nilsson
eaf513da6a pidgin: Fix compilation errors, clean up 2014-10-30 10:10:48 +01:00
Rickard Nilsson
90d6146d12 gmpc: Fix compilation errors (missing X libs) 2014-10-30 10:10:48 +01:00
Jirka Marsik
d9f0e16883 Added ocaml-vg-0.8.1 2014-10-29 21:15:50 +01:00
Jirka Marsik
d48dd17c5e Added gg-0.9.0 2014-10-29 20:15:39 +01:00
Jirka Marsik
fc43239c56 Added ocaml-otfm-0.2.0 2014-10-29 19:35:23 +01:00
Mateusz Kowalczyk
b102f09c00 Merge pull request #4674 from balajisivaraman/meslo-lg
Add Meslo LG & Meslo LG DZ fonts
2014-10-29 16:34:25 +00:00
Moritz Heidkamp
5f07d275f8 Remove stumpwmContrib from top-level and fix runtime dependency on it
This patch removes the stumpwmContrib package from the top-level since
it can't sensibly be used on its own. Also, it wraps the stumpwm
executable with a dummy reference to the contrib dir to work around the
issue that the stumpwm executable doesn't reference the contrib dir
that's passed in the configure phase for some reason.
2014-10-29 15:17:06 +01:00
Cray Elliott
a30e5e4481 add doomseeker, a server browser for multiple doom ports 2014-10-29 05:06:34 -07:00
Cray Elliott
553ba05d6a Add odamex, a client/server multiplayer doom port
note that odalaunch is not included in this package, users are
expected to use doomseeker. If you would like an option for
odalaunch, please bother me(MP2E)
2014-10-29 05:05:44 -07:00
lethalman
6281bc0936 Merge pull request #4708 from titanous/libcec
Add libcec
2014-10-29 11:34:45 +01:00
William A. Kennington III
fa6275857e yubico-piv-tool: Add derivation 2014-10-29 02:05:17 -07:00
Domen Kožar
69aee03145 Merge pull request #4714 from sjmackenzie/new-pkg-hammer
A language security tool called Hammer is added
2014-10-29 09:52:58 +01:00
Evgeny Egorochkin
40979710f7 mediatomb: fix build by fetching a slightly newer git revision which has patches for new versions of dependencies, add more dependencies, clean up. 2014-10-29 05:09:28 +02:00
stewart
23819bf0b5 A language security tool called Hammer is added 2014-10-29 11:00:55 +08:00
Jonathan Rudenberg
be5ec66d9e Add libcec 2.1.4 2014-10-28 17:45:07 -04:00
Balaji Sivaraman
a76ee499a3 Add Meslo LG & Meslo LG DZ fonts.
Clean up description as per Nix standards.
2014-10-28 22:56:48 +05:30
cillianderoiste
f100b7221a Merge pull request #4703 from jirkamarsik/ocp-indent
Added ocp-indent-1.4.2b and its dependency ocp-build-1.99.8-beta
2014-10-28 18:16:07 +01:00
Jirka Marsik
6c61219644 Fix typo in ocp-indent nix expression path 2014-10-28 18:14:09 +01:00
Jirka Marsik
0f1ada577c Added ocp-indent-1.4.2b 2014-10-28 18:09:42 +01:00
Jirka Marsik
0de41a6871 Added ocp-build-1.99.8-beta 2014-10-28 18:05:53 +01:00
Pascal Wittmann
7a4d26a785 Merge pull request #4702 from ehmry/mbox
mbox: initial package
2014-10-28 18:04:46 +01:00
cillianderoiste
60bf93c5da Merge pull request #4701 from jirkamarsik/eff
Added eff-20140928
2014-10-28 17:59:45 +01:00
Emery Hemingway
358acd7d52 mbox: initial package
http://pdos.csail.mit.edu/mbox
2014-10-28 12:43:51 -04:00
Jirka Marsik
3ee1f6ee79 Added eff-20140928 2014-10-28 17:21:55 +01:00
Arseniy Seroka
54deea558a Merge pull request #4641 from abbradar/xmonad-applet
xmonad_log_applet: add packages
2014-10-28 19:00:04 +03:00
cillianderoiste
24bb677ece Merge pull request #4697 from jirkamarsik/acgtk
Added acgtk-1.1 and dependencies ansiterminal-0.6.5 and bolt-1.4
2014-10-28 16:58:59 +01:00
Jiri Marsik
ceba23605c Added acgtk-1.1 2014-10-28 14:06:21 +01:00
Jiri Marsik
50fccd0347 Added bolt-1.4 2014-10-28 14:03:14 +01:00
Jiri Marsik
c6fa8d0fd3 Added ansiterminal-0.6.5 2014-10-28 14:00:48 +01:00
taku0
d019bcf8ec oraclejdk: bump to 8u25, 7u71, and 7u72 2014-10-28 05:24:33 -07:00
Michael Raskin
83e59960b6 Merge pull request #4682 from the-kenny/chicken-eggs
Full support for CHICKEN eggs in Nix
2014-10-28 15:49:26 +04:00
lethalman
2900e00ba8 Merge pull request #4653 from sepi/new-package-frescobaldi
New package: frescobaldi
2014-10-28 11:54:16 +01:00
Nikolay Amiantov
1f101efa88 update-resolv-conf: add package 2014-10-28 03:04:14 -07:00
Cray Elliott
72d7324af5 Add mednafen TurboGrafx-16 libretro core 2014-10-28 02:08:43 -07:00
wmertens
114a775254 Merge pull request #4544 from k0ral/webkitgtk
webkitgtk: 2.4.6 -> 2.6.1
2014-10-28 09:36:02 +01:00
Siarhei Zirukin
d49e6e4b23 added chuck package 2014-10-28 08:59:17 +01:00
William A. Kennington III
f6784b572a quassel: Fix evaluation 2014-10-27 16:28:46 -07:00
William A. Kennington III
9c064a72de quassel: 0.10.0 -> 0.11.0 2014-10-27 15:16:24 -07:00
Aristid Breitkreuz
93f2c180d0 rsnapshot: add git version & make it configurable in the nixos module 2014-10-27 20:38:39 +01:00
Joachim Schiele
40f24dca0f brickd: packaged version 2.1.1 2014-10-27 19:11:51 +01:00
Eelco Dolstra
2ee8b30b64 stdenv.lib -> lib 2014-10-27 10:25:35 +01:00
lethalman
8904b2b4e3 Merge pull request #4630 from abbradar/onscripter
add "onscripter-en" package
2014-10-27 09:54:03 +01:00
Charles Strahan
a8a9b93d98 chruby: allow for specifying Rubies to use
This allows the user to specify an attrset of Rubies to use with chruby by
overriding the default of ~/.rubies with a path to a symlink tree.
2014-10-27 03:48:30 +00:00
Moritz Ulrich
cdd2dd70aa Merge remote-tracking branch 'refs/remotes/origin/master' into chicken-eggs 2014-10-27 01:14:13 +01:00
Nikolay Amiantov
9c665a8590 xmonad_log_applet: add packages 2014-10-27 02:07:32 +03:00
Nikolay Amiantov
a94eadacf2 onscripter-en: add package 2014-10-27 01:45:17 +03:00
Peter Simons
5fb0e333a1 Merge pull request #4667 from anderspapitto/master
add rcm, Management Suite for Dotfiles
2014-10-26 20:58:13 +01:00
Bjørn Forsman
c3ea7835e5 youtube-dl: fix typo
Introduced in commit 03c6159efe
("youtube-dl: rename attrname youtubeDl -> youtube-dl"). The old
attribute was spelled with a capital 'L'.
2014-10-26 19:30:36 +01:00
karsten gebbert
3071a57c34 Add hsc3 haskell package. 2014-10-26 16:22:29 +01:00
Bjørn Forsman
31a61b7151 pidgin-with-plugins: rename attrname pidginWrapper -> pidgin-with-plugins
So that both attrname and pkgname is the same. The wrapper was added
just ~1 week ago, so I don't think we need to keep the old name around
for backward compatibility.
2014-10-26 11:51:39 +01:00
Bjørn Forsman
03c6159efe youtube-dl: rename attrname youtubeDl -> youtube-dl
So that both attrname and pkgname is the same. Keep the old attrname
around for backward compatibility.
2014-10-26 11:01:26 +01:00
Charles Strahan
7231b95f4f Ruby: 2.1.3 and Fiddle support
This packages Ruby 2.1.3, and adds Fiddle support for all 2.x versions.

closes #4656
2014-10-26 04:48:09 +00:00
Charles Strahan
d696f56324 chruby package: a utlity for switching the current ruby version. 2014-10-26 04:31:35 +00:00
Anders Papitto
0d11520727 add rcm, Management Suite for Dotfiles 2014-10-26 00:17:26 +02:00
Raffael Mancini
027de5a0d6 New package: frescobaldi 2014-10-25 18:07:42 +02:00
Mariusz `shd` Gliwiński
92f3e72d42 teamviewer v9 2014-10-25 17:27:32 +02:00
Markus Kohlhase
bbcefd9cc6 added mediathek application 2014-10-25 16:24:29 +02:00
Aristid Breitkreuz
6ea96be470 Merge pull request #4635 from asppsa/pure-0.63
Upgrade Pure to 0.63
2014-10-25 15:30:02 +02:00
William A. Kennington III
ce590c3fc7 yubikey-personalization-gui: Add derivation 2014-10-24 16:37:37 -07:00
William A. Kennington III
2910183d5e yubikey-personalization: Add derivation 2014-10-24 16:37:37 -07:00
William A. Kennington III
1eded784d0 libykneomgr: Add derivation 2014-10-24 16:37:37 -07:00
William A. Kennington III
0f7527bea3 libu2f-host: Add derivation 2014-10-24 16:37:36 -07:00
William A. Kennington III
7b6e70c72d hidapi: Add derivation 2014-10-24 16:37:36 -07:00
William A. Kennington III
5204bdaf6b libyubikey: Reformat derivation 2014-10-24 16:37:36 -07:00
Eelco Dolstra
f4be4f5e54 Merge remote-tracking branch 'origin/master' into staging 2014-10-24 12:24:13 +02:00
Rok Garbas
2a44f5628d rxvt_unicode: removed rxvt_unicode_wrapper and created rxvt_unicode_with-plugins with all plugins enabled 2014-10-24 12:11:27 +02:00
Nikolay Amiantov
21dae01ea6 rxvt_unicode: add some plugins and a wrapper 2014-10-24 12:03:58 +02:00
Eelco Dolstra
b4db4db322 sqlite: Update to 3.8.7 2014-10-24 11:54:52 +02:00
Charles Strahan
28fab5baf3 dmenu2: new package 2014-10-24 02:27:53 +02:00
cillianderoiste
fd7c18e5cb Merge pull request #4539 from cdepillabout/fctix-configtool
Added package for fcitx-configtool.
2014-10-23 19:44:02 +02:00