Commit Graph

7345 Commits

Author SHA1 Message Date
Sergey Mironov
139b10eb93 qvim: fix stdenvAdapters issue 2013-11-08 12:19:28 +04:00
Michael Raskin
73847ca936 Add missing arguments to qvim --- needed to preserve the partial Darwin compatibility fixes inherited from main vim expression 2013-11-08 09:01:28 +04:00
Peter Simons
29588edfe1 python-wrapper: split 'extraLibs' into 'stdLibs' and 'extraLibs', and add 'postBuild' step
The default setting for extraLibs used to be the set of modules that come with
python by default but aren't usually enabled in our standard python derivation
because they require additional libraries. This meant that users who want to
*add* libraries to that set had to use a fairly complicated override, to add
more entries without loosing the ones set by default.

After this patch, the "standard libraries" such as "curses' are listed in
stdLibs while the extraLibs argument remains empty by default. This allows
users to override extraLibs without overriding the standard libraries.

Furthermore, the wrapper environment can be messed around with in an
additional 'postBuild' step. One nice application of this build step is
to patch scripts and binaries to use the wrapped python interpreter
instead of the pristine one, thereby enabling them to pick up all
modules that have been configured. The following example shows how this
is done for the 'pylint' utility:

  pkgs.python27Full.override {
    extraLibs = [pkgs.pylint];
    postBuild = ''
      cd ${pkgs.pylint}/bin
      for i in *; do
        rm $out/bin/$i
        sed -r -e "s|^exec |exec $out/bin/python -- |" <$i >$out/bin/$i
        chmod +x $out/bin/$i
      done;
    '';
  };
2013-11-07 15:13:02 +01:00
Peter Simons
b53f71e715 all-packages.nix: strip trailing whitespace 2013-11-07 14:57:34 +01:00
cillianderoiste
ed67672aac Merge pull request #1181 from Zoomulator/master
New application: Milkytracker v0.90.85
2013-11-07 02:54:32 -08:00
Michael Raskin
2d1121c454 Merge pull request #1170 from grwlf/qvim
Add qvim - an experimental Qt gui for Vim
2013-11-07 02:48:22 -08:00
Eelco Dolstra
d9c13a73c2 gurobi: Remove
It's proprietary, non-redistributable software.
2013-11-05 00:07:24 +01:00
Eelco Dolstra
c88055e1a2 Set meta.hydraPlatforms instead of meta.platforms for some packages 2013-11-05 00:06:10 +01:00
Eelco Dolstra
06f4398b46 Remove broken and obsolete versions of gcj and ghdl 2013-11-04 21:11:00 +01:00
Eelco Dolstra
a5827b18a1 Don't build Linux 3.6-rpi packages on Hydra
They're all broken.
2013-11-04 21:11:00 +01:00
Eelco Dolstra
59cad4dc07 socate: Update to 1.7.2.2, 2.0.0-b6
CVE-2013-3571
2013-11-04 21:10:59 +01:00
Sergey Mironov
d6d2de4147 Add qvim - an experimental Qt gui for Vim
vim-qt has the most complete set of Ctrl-Alt-Meta binding functionality.
For example, qvim is able to correctly bind keys like Alt-<nonlatin>.
More: https://bitbucket.org/equalsraf/vim-qt/wiki/Features
2013-11-04 23:02:54 +04:00
Eelco Dolstra
b232825c07 adobe-reader: Update to 9.5.5 2013-11-04 18:46:44 +01:00
Shea Levy
268bb64b68 Linux 3.12 release
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-03 20:14:48 -05:00
Jonas Hoersch
795753bbc6 quodlibet: update to version 2.6.3
also provides two distinctive flavours, which either wrap the program to
pull in the gstreamer plugins or not.
2013-11-03 16:05:37 +01:00
Rok Garbas
023d74049c varnish: adding version 2.1.x 2013-11-02 01:45:27 +01:00
Shea Levy
fc91ec48a8 Update default kernel to 3.10
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-01 11:10:09 -04:00
Shea Levy
504ea7662c Remove EOL'd kernels
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-01 11:10:05 -04:00
Carles Pagès
383bb29d23 Add qpid v0.24
It includes both the broker and the C++ client lib. I had to do some hacks to
prevent the installer from putting thins outside $out.

Close #1134.
2013-10-30 17:24:02 +02:00
Jaka Hudoklin
e4ebc03367 znc: add support for modules, add fish and push module
Close #1148.
2013-10-30 17:12:55 +02:00
cillianderoiste
ddc809d6da Merge pull request #1146 from Chaddai/master
Adding KVIrc : a IRC Client for Qt and KDE. in kde4.kvirc
2013-10-30 07:15:34 -07:00
Jason "Don" O'Conal
5a2011e0c3 googleMusicmanager: add expression
close #1056
2013-10-30 14:40:08 +02:00
Domen Kožar
60256b973c Merge pull request #1139 from offlinehacker/pkgs/pnquant/add
Add pngquant, it converts 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved.
2013-10-30 03:42:52 -07:00
Jaka Hudoklin
24f0eccaa8 Add pngquant, it converts 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved. 2013-10-30 11:30:49 +01:00
Chaddaï Fouché
4c9349a2c1 Adding KVIrc : a IRC Client for Qt and KDE. in kde4.kvirc 2013-10-29 23:35:29 +01:00
Kim Simmons
808962fe31 Attempt at compiling MilkyTracker, but recent zlib version may have broken it.
There's a zlib version included with milkytracker,
but there's no makefiles for it. I've only included
the header here, but it fails at link-time with
several 'undefined reference' errors, which simply
means it can't find the definitions, e.g. compiled
zlib.
There's bug reports on other package systems although
unfortunately still unresolved.
https://bugs.archlinux.org/task/31324
http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082180.html
2013-10-29 17:14:53 +01:00
Rok Garbas
b040814679 changes in: redshift, geoclue, libsoup
- added support for geoclue for redshift
 - package geoclue 2.0.0 (as geoclue2)
 - package libsoup 2.44.1 (as libsoup_2_40)
2013-10-29 16:25:31 +01:00
Ricardo M. Correia
57e9fd8bcf grsecurity: Update to 2.9.1-3.2.52-201310271550 2013-10-29 13:32:53 +01:00
Eelco Dolstra
60f1afe199 nix: Update to 1.6.1 2013-10-29 11:30:36 +01:00
aszlig
df4a3cc9f9
miro: New package, version 6.0.
I actually had this breeding in my nixpkgs overrides for a year and only
recently took the time to fix it and thus revive my video feeds :-)

The package uses a patch which is removing the dependency on gconf and
switches to storage within a shelve in ~/.miro/config instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:50 +01:00
aszlig
45e740b119
mixxx: New package in version 1.11.0.
Compiles fine on linux i686 and amd64. Adding myself as maintainer, even
though I'm not using the package by myself, but a friend is using it for
DJing from a NixOS live system I'm maintaining.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:49 +01:00
aszlig
46b2bd427c
portmidi: New package in version 217.
This uses a patch from Gentoo to disable Java support for now, as it is
not needed for supporting Mixxx (which is the package I'm preparing).
Hopefully, the patch will be applied upstream so we can safely drop it
here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:48 +01:00
Baptist BENOIST
736b295bc5 vtk: Use the Qt libraries as an argument instead of a boolean
To prevent multiple Qt libraries when developing with a custom one, the Qt
support can now be activated by directly supplying the Qt libraries as an
argument (qtLib).

qtSDK and qtFull users/developers now just have to define an override such
as the following one in order to use it inside their development
environment:

vtk.override { qtLib = qt4SDK; };

The previous behavior is still the same for vtk and vtkWithQt4 end-users.

Change-Id: I517762d4ff7de46d32cc46e6e725fd62737caa52
2013-10-28 10:00:32 +01:00
Jason "Don" O'Conal
ab18b33f3e sup: update to latest version 2013-10-27 21:57:09 +01:00
Michael Raskin
3022fff7db Adding Quantum Minigolf game 2013-10-28 00:09:46 +04:00
Domen Kožar
78876a8292 add ngrok: Reverse proxy that creates a secure tunnel between from a public endpoint to a locally running web service 2013-10-27 14:26:24 +01:00
Jason \"Don\" O'Conal
2dfe8e7a7d gpicview: add expression 0.2.4
close #1123.
2013-10-27 06:59:41 +02:00
Rok Garbas
ff8e06d4cc redshift: update to 1.8 and fix redshift-gtk script 2013-10-26 19:21:37 +02:00
Marc Weber
78f7baf3b7 Fix .deepOverride on poppler, glib
By moving the default derivation into callPackage call, close #1115.
2013-10-26 13:54:24 +02:00
Bjørn Forsman
a13ed71b43 xc3sprog: new package
xc3sprog is command-line tools for programming FPGAs, microcontrollers
and PROMs via JTAG.

Homepage: http://xc3sprog.sourceforge.net/

I'm using the latest from subversion as xc3sprog doesn't seem to make
proper releases. There are only a few seemingly random snapshots at
sourceforge. And these snapshots are built binary packages, not source
archives.

NOTE: I haven't tested this on any hardware yet.
2013-10-26 12:43:12 +02:00
Arvin Moezzi
9176ad1808 package residualvm 0.1.1
ResidualVM is an interpreter for LucasArts' Lua-based 3D adventure
games like Grim Fandango.

From: #1118.
2013-10-26 12:48:08 +03:00
Arvin Moezzi
4e60450858 Package urlview 0.9-19
urlview extracts URLs from text.

Close #1118.
2013-10-26 12:48:08 +03:00
Shea Levy
665c4882e8 Add ats
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-25 13:33:32 -04:00
Carles Pagès
b66e1808ef Add JsonCpp v0.6.0
Close #1112.
2013-10-24 11:12:31 +03:00
Jaka Hudoklin
427798268c Add netcat-openbsd, TCP/IP swiss army knife, openbsd variant 2013-10-24 10:57:33 +03:00
Michael Raskin
a730be1188 Make Wine unstable lowPrio 2013-10-23 08:01:24 +04:00
Michael Raskin
23479e1e25 Adding desktop side of GfxTablet tablet-as-input-device Android app 2013-10-22 09:30:49 +04:00
Song Wenwu
b23741da34 Add smlnj-110.76
Based on patch by Marc Weber:
http://lists.science.uu.nl/pipermail/nix-dev/2010-December/005625.html

Close #1058.
2013-10-21 21:46:55 +03:00
Michael Raskin
ae39f6c0cb Make 1.6 the default Wine version and call 1.7.4 wineUnstable 2013-10-21 21:27:18 +04:00
Peter Simons
3af6415ab8 mailman: add version 2.1.16 2013-10-21 15:02:35 +02:00
bbenoist
90872e2b6c Add Qt 5.1.1 and its SDK
Consider this as a first step towards the integration of Qt5 into nixpkgs,
it does not yet intends to replace Qt4 on every packages even if possible.
My goal here is to have a first derivation in common between people who
needs qt5 for development purposes.

The derivation has been written from scratch but I took care to read at the
version 4 to re-integrate some patches which are still compatible. However,
I did not had enough time to test gtkStyle and flashplayerFix as I do not
use any of them. Also, OSX users will have to do some extra work because
I do not have any mac.

Finally, as some configure flags have changed and in an hope to provide a
clear package definition before it becomes mature, I voluntary added some
flags which are default. Once every option will be mastered, we will just
have to redo a pass on qt5 configure flags and remove the ones which are
set by default.
2013-10-21 09:36:45 +02:00
bbenoist
45851fc39a qtcreator: Make the qt package optional and introduce the QtSDK
To give the ability to use a different Qt version than the default one
(which can build 3 different times Qt Libraries if we mixed the default
one, the qtcreator one and the version including all the examples and the
docs).

Right now a developer can choose to directly install the QtSDK which
includes a "full" (developerBuild + docs + examples) Qt version and uses
it to build QtCreator.

The possibility to only install QtCreator and its previous behavior has
been kept for flexibility purposes (we do not need to force someone on the
SDK approach).
2013-10-21 09:36:45 +02:00
Michael Raskin
5bbb1f77b2 Adding SlimerJS — script-driven Gecko browser 2013-10-21 00:30:39 +04:00
Michael Raskin
9eba67dbcd Fix/split ZPAQ after upgrade 2013-10-20 22:30:40 +04:00
Lluís Batlle i Rossell
8818dbedbf Adding an attribute for the gtk freeciv too. 2013-10-20 18:26:57 +02:00
Michael Raskin
e8773c4139 Adding forktty terminal connection/disconnection helper 2013-10-20 20:27:50 +04:00
Michael Raskin
912fc0d9fa Merge pull request #918 from edwtjo/fribid-1.0.2
Adding FriBID browser plugin
2013-10-20 08:53:44 -07:00
Michael Raskin
cb82eaffb8 Adding ttysnoop pty redirector 2013-10-20 18:42:53 +04:00
Michael Raskin
69128628af Fix Linux detection in libvncserver to build linuxvnc 2013-10-20 17:34:42 +04:00
Ricardo M. Correia
9338780b6d grsecurity: Add clarifying note.
close #1015.
2013-10-20 08:14:28 +03:00
Ricardo M. Correia
ee6e45ad4b grsecurity: Enable gcc plugins 2013-10-20 08:14:28 +03:00
Ricardo M. Correia
90a2341300 grsecurity: generate linuxPackages and declare that apparmor is included 2013-10-20 08:14:28 +03:00
Jaka Hudoklin
9653d9bbbd virt-manager: add vte as build input, so console works for lxc 2013-10-19 18:07:14 +02:00
Malcolm Matalka
ab744d2053 Add Ocaml 4.01.0.
Close #1065.
2013-10-19 18:07:20 +03:00
Jack Cummings
e6f2ac65e2 Gratuitous Space Battles. Needs libcurl.so.3, so put an old version of that in, too 2013-10-19 14:45:03 +02:00
Evgeny Egorochkin
745a08d4c4 libtxc_dxtn: get rid of duplicate package, clean up build script. 2013-10-18 22:34:27 +03:00
Domen Kožar
f5f1bfa30a add ike: IPSec client 2013-10-18 18:50:53 +02:00
Domen Kožar
ef00dc20e6 Merge pull request #1089 from offlinehacker/pkgs/gzrt/add
Add gzrt, gzip Recovery Toolkit
2013-10-17 15:00:05 -07:00
Shea Levy
e1ea4e3800 Add htm-xml-utils
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-17 14:11:15 -04:00
Jaka Hudoklin
9239b6df47 Add gzrt, gzip Recovery Toolkit 2013-10-17 18:35:24 +02:00
Eelco Dolstra
ee330eaedf nixUnstable: Update to 1.7pre3252_792fd51 2013-10-17 16:06:58 +02:00
Eelco Dolstra
b19d8e0fcd Remove obsolete pre-systemd compat stuff 2013-10-17 14:57:20 +02:00
Eelco Dolstra
9255b5b81c mysql: Move all versions into the same directory 2013-10-17 13:25:13 +02:00
Eelco Dolstra
55ec87a907 mysql: Remove ancient, unsupported versions 2013-10-17 13:20:50 +02:00
Shea Levy
a9c65b31b9 Add gurobi package
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-16 10:38:20 -04:00
Domen Kožar
c8f261c72d Merge pull request #1070 from lovek323/sdlmame
sdlmame: add expression
2013-10-15 15:02:17 -07:00
Edward Tjörnhammar
db684fc9ec Adding FriBID browser plugin
FriBID is an open source software for the Swedish e-id system called
BankID. FriBID also supports processor architectures and Linux/BSD
distributions that the official software doesn't support.

https://fribid.se/index.en.html

FriBID plugin is a firefoxWrapper plugin. Enabled by setting:

  nixpkgs.config.enableFriBIDPlugin = true
2013-10-15 20:46:44 +02:00
Bjørn Forsman
645cdce565 plantuml: new package
PlantUML draws UML diagrams using a simple and human readable text
description.
2013-10-14 20:13:49 +02:00
Domen Kožar
dc68c10e94 fix eval 2013-10-14 17:14:11 +02:00
Carles Pagès
582aa9a6f4 Add libjson-rpc-cpp-0.2.1 2013-10-14 16:11:46 +02:00
Domen Kožar
30933abb97 add prey: Proven tracking software that helps you find, lock and recover your devices when stolen or missing 2013-10-14 11:57:48 +02:00
Michael Raskin
776adb5704 Updating TeXLive to 2013 using updated Debian snapshots.
Kept the old hacks where they don't break the build in case they things
they fix are still relevant.

I checked that the upgrade doesn't break:
1) Asymptote and EProver builds.
2) My XeLaTeX demo from configurations/ repository.
3) Some of my own files.

The upgrade fixes problems with simultaneous use of 3D and LaTeX labels
in Asymptote.

Please provide a test that worked previously and is broken now if you
need to revert this update or its parts.
2013-10-14 10:58:54 +04:00
Michael Raskin
a1394551d2 Replacing StumpWM with a fresh lisp-packages version 2013-10-13 11:00:18 +04:00
Michael Raskin
56f0be1ba1 Adding lisp-packages subset. Adding a few test packages without dependencies. 2013-10-13 10:57:30 +04:00
Michael Raskin
d44439d03e Adding a Common Lisp wrapper.
Features:
  + configurable via environment variables
  + can skip the actual launching of the lisp implementation (source it
  with NIX_LISP_SKIP_CODE=1 to get all the settings)
  + currently supports SBCL, CLisp, ECL
  + determines lisp implementation from NIX_LISP_COMMAND variable or
  from buildInputs
  + sets ASDF search path for packages using buildInputs
2013-10-13 10:45:07 +04:00
Michael Raskin
f1dd61d353 Adding ASDF package definition system for Common Lisp 2013-10-13 10:40:25 +04:00
Lluís Batlle i Rossell
57569c0057 Merge branch 'sdl2' of https://github.com/cpages/nixpkgs 2013-10-12 22:10:59 +02:00
Lluís Batlle i Rossell
3ecba5afd1 Adding tox-prpl, a pidgin plugin for tox.
I use the current master, because the release 0.2.0 doesn't match the
libtoxcore expression.
2013-10-12 15:38:38 +02:00
Jason "Don" O'Conal
a3d9f41aad sdlmame: add expression 2013-10-12 00:31:46 +00:00
Lluís Batlle i Rossell
8a3652544b Moving the attribute tox_core to libtoxcore. It seems more appropiate. 2013-10-11 21:44:15 +02:00
Lluís Batlle i Rossell
fb8494b18b Adding toxic, the reference CLI for Tox 2013-10-11 21:42:42 +02:00
Lluís Batlle i Rossell
218fa0fc5d Adding tox-core 2013-10-11 21:32:36 +02:00
Lluís Batlle i Rossell
2cf008345e Adding libsodium 0.4.3. 2013-10-11 20:37:47 +02:00
Eelco Dolstra
3293421dd3 Fix references to pkgs/lib 2013-10-10 13:28:22 +02:00
Peter Simons
9f65946e5f all-packages.nix: strip trailing whitespace 2013-10-10 11:40:06 +02:00
Peter Simons
6a63106185 gnupg1: support for IDEA is now included by default (the patent has expired) 2013-10-10 11:38:23 +02:00
Moritz Ulrich
282b5ac5f0 dwarf-therapist: New package
Dwarf Therapist is a tool to manage your Dwarves' work orders and
other management stuff.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-10 01:22:23 +02:00
Moritz Ulrich
b98ae36d32 dwarf-fortress: Update to 0.34.11.
Somehow Dwarf Fortress suddenly started failing to use our libpng (or
zlib). I tried all possible combinations (supplying them via
LD_LIBRARY_PATH in the script) but it just won't work.

This solution was found in the Archlinux bug tracker: It just symlinks
all problematic .png files to their .bmp counterparts. It's ugly and
*sadly* breaks tileset support (unless you convert them to bmp) but I
think it's acceptable, as the whole expression is pretty problematic
in terms of purity.

Let's hope the next release of Dwarf Fortress will be easier to
support.

(fixes #710)
2013-10-10 01:21:55 +02:00
Shea Levy
19c7b84799 gnu-efi: Update to 3.0u
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:07:02 -04:00
Shea Levy
e521757f21 Update gummiboot
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 09:52:08 -04:00
viric
446c6daccd Merge pull request #1052 from offlinehacker/xca
Add xca, interface for managing keys like RSA or DSA
2013-10-08 01:56:05 -07:00
Jaka Hudoklin
a19bbd49b7 Add xca, interface for managing keys like RSA or DSA 2013-10-08 09:36:03 +02:00
Rok Garbas
5aa323660c adding jmeter 2013-10-07 19:55:37 +02:00
Eelco Dolstra
9faba5f073 Remove KDE 4.8
4.10 has been the default for a while.
2013-10-07 17:12:50 +02:00
Moritz Ulrich
3ee5c50cda Add gnutls 3.2.4 (as pkgs.gnutls32) & make weechat use it.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-07 13:44:19 +02:00
Moritz Ulrich
c8b16f172a weechat: 0.4.2 and fix segfault on /exit.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-07 13:24:54 +02:00
Domen Kožar
8e031bc3be Merge pull request #1051 from silverhook/eventlist
Eventlist: add package
2013-10-06 15:31:13 -07:00
Peter Simons
d210ce955c Merge pull request #1043 from bjornfor/asciidoc-all-deps2
Add asciidocFull (and dblatexFull dependency)
2013-10-06 12:42:05 -07:00
Matija Šuklje
5a70214bb5 Merge branch 'eventlist' 2013-10-06 21:29:19 +02:00
Domen Kožar
81fc2301f3 add haveged: A simple entropy daemon 2013-10-06 17:18:50 +02:00
Bjørn Forsman
9d7086f173 asciidoc: purify and add asciidocFull attribute
The current asciidoc expression is impure; it relies on several tools to
be found in PATH at runtime. This commit adds a enableStandardFeatures
parameter that, if true, pulls in all dependencies and patches asciidoc
to contain full paths to the tools.

I've set enableStandardFeatures = false for the existing asciidoc
attribute so that the closure size stays unchanged, at 255 MiB. The new
asciidocFull attribute (with enableStandardFeatures = true) has a
closure size of 1.5 GiB.
2013-10-06 12:18:08 +02:00
Bjørn Forsman
83c9a264bf dblatex: purify and add dblatexFull attribute
imagemagick, transfig, inkscape, fontconfig and ghostscript are missing
dependencies of dblatex. Instead of adding all those dependencies to the
existing dblatex attribute, make a new dblatexFull attribute for that.

Also pass --use-python-path at install time so that script shebangs end
up with #!/path/to/python instead of #!/path/to/env python (which is
impure when not run in a wrapper).
2013-10-06 12:18:08 +02:00
Domen Kožar
f82cfef944 add sshuttle: Transparent proxy server that works as a poor man's VPN 2013-10-05 16:46:56 +02:00
Vladimír Čunát
ae60edca0e transmission: unify versions to the newest, use gtk3
Also introduce transmission_gtk attribute and signify gtk client support
in the name (so newbies using package names can see there's a gui version).
2013-10-04 20:31:02 +02:00
Peter Simons
c7ad106209 all-packages.nix: avoid breaking syntax highlighting in Emacs 2013-10-03 17:09:02 +02:00
Peter Simons
97e0e19858 all-packages.nix: strip trailing whitespace 2013-10-03 17:09:02 +02:00
Peter Simons
6b17f7d9ee pkgs/tools/security/seccure: store the expression in a file called "default.nix" 2013-10-03 17:09:02 +02:00
Peter Simons
883c10a663 Merge pull request #1013 from coroa/autorandr
autorandr: add autorandr an automatic display configuration selector
2013-10-03 06:58:43 -07:00
Peter Simons
178e88e780 Merge pull request #1036 from offlinehacker/ettercap
Add ettercap, a comprehensive suite for man in the middle attacks
2013-10-03 06:57:55 -07:00
Peter Simons
b87cd83022 Merge pull request #1035 from pSub/dwb
Added dwb, a lightweight webbrowser written in C based on webkit and gtk
2013-10-03 06:48:55 -07:00
Jaka Hudoklin
f295cf2395 Add ettercap, a comprehensive suite for man in the middle attacks 2013-10-03 15:35:34 +02:00
Pascal Wittmann
fabc7438f1 Added udisks-glue, a tool to associate udisks-events to actions 2013-10-02 15:40:57 +00:00
Pascal Wittmann
46fd82a793 Added dwb, a lightweight webbrowser written in C based on webkit and gtk. 2013-10-02 15:45:39 +02:00
Pascal Wittmann
51c48e2320 Add bgs, a simple background setter for X 2013-10-02 14:28:45 +02:00
Eelco Dolstra
feeac34635 Move memtest86+ to its own directory 2013-10-02 12:32:11 +02:00
Eelco Dolstra
61c63e8558 Revert "asciidoc: add missing dependencies"
This reverts commit aef81d6eb6.

It's really not good to have every little package that depends on
asciidoc to pull in 1.5 GiB in dependencies (such as Lilypond).
2013-09-30 13:30:15 +02:00
Domen Kožar
920b0d910c Merge pull request #1026 from coroa/fbreader
Add Fbreader, an e-book reader for Linux
2013-09-30 04:01:58 -07:00
Peter Simons
fb60751d86 Merge pull request #1025 from bjornfor/asciidoc-all-deps
asciidoc: add missing dependencies
2013-09-30 01:45:12 -07:00
Matija Šuklje
fbce7c266e Merge branch 'master' into eventlist 2013-09-30 00:15:21 +02:00
Jonas Hoersch
b260d7111a Add fbreader, an e-book reader for Linux 2013-09-29 23:41:57 +02:00
Jonas Hoersch
69221b6046 libunibreak: Add libunibreak-1.0 a unicode line breaking library 2013-09-29 23:41:36 +02:00
Bjørn Forsman
aef81d6eb6 asciidoc: add missing dependencies
The current asciidoc expression is impure; it relies on several tools to
be found in PATH at runtime. This commit adds a enableStandardFeatures
parameter that pulls in all dependencies and patches asciidoc to contain
full paths to the tools.

enableStandardFeatures defaults to true because asciidoc may attempt to
call all tools in its default configuration. With all standard features,
the closure size increases from 255 MiB to 1.5 GiB. Set
enableStandardFeatures = false if you want a minimal asciidoc.
2013-09-29 22:35:39 +02:00
Bjørn Forsman
7f28c64f11 fop: new package
fop is a XML formatter driven by XSL Formatting Objects (XSL-FO).

Homepage: http://xmlgraphics.apache.org/fop/
2013-09-29 21:59:34 +02:00
Matija Šuklje
3abea9036c Changed the hash checker to sha256 and fixed (hopefully) all-packages.nix. 2013-09-29 15:30:08 +02:00
Domen Kožar
d1ab7ca2ec Merge pull request #1002 from DriesVanDaele/master
add the mpc (mpd cli client) package
2013-09-29 04:05:16 -07:00
Domen Kožar
a4c3b638f2 Merge pull request #1011 from ocharles/rubyripper
rubyripper: New expression
2013-09-29 04:01:09 -07:00
Domen Kožar
4a709e4ac9 Merge pull request #1024 from iyzsong/aseprite
add aseprite 0.9.5
2013-09-29 03:46:22 -07:00
Song Wenwu
6ab7c495d5 add aseprite 0.9.5 2013-09-28 22:57:14 +08:00
Justin Bedo
fdc6e4372f Wrapped R's package system similarly to perlPackages 2013-09-28 13:19:43 +02:00
Alexander Kahl
6371fd0908 speedcrunch: new package
speedcrunch is a fast power user calculator.
2013-09-27 00:58:54 +02:00
Eelco Dolstra
8a182718ca splashutils: Remove 2013-09-26 18:03:43 +02:00
Jonas Hoersch
683310e05e autorandr: make the dependencies on xrandr and disper configurable by enableX params 2013-09-26 13:12:01 +02:00
Peter Simons
90f9726fa7 pspp: add version 0.8.1 2013-09-26 11:53:38 +02:00
Evgeny Egorochkin
0072786c84 broadcom-sta driver: packaged 6.* branch. In theory it is supposed to supercede 5.* but we'll test and
see.
2013-09-26 11:44:01 +03:00
Oliver Charles
ab65932cea rubyripper: New expression
Adds minimal support for being able to run rrip_cli
2013-09-25 13:06:08 +01:00
aszlig
2e89b40634
Merge pull request #1010 from offlinehacker.
Although this is a release canidate version of kernel 3.12, there are
reasons for merging this anyway, as discussed in #1010 and #1006.

Thanks to @offlinehacker for this and the initial pull request.
2013-09-25 14:05:33 +02:00
Jaka Hudoklin
69f30432dd kernel: add linux 3.12-rc2 2013-09-25 12:49:49 +02:00
Jonas Hoersch
cd902179db autorandr: add autorandr an automatic display configuration selector 2013-09-25 00:11:54 +02:00
Domen Kožar
d79e00e9d6 add arandr: simple visual front end for xrandr 2013-09-23 22:33:57 +02:00
Dries Van Daele
6b5cbfb310 add the mpc (mpd cli client) package 2013-09-23 20:54:20 +02:00
Peter Simons
6fc9f0ee91 Merge pull request #999 from bjornfor/asciidoc-filters
Add support for additional Asciidoc filters
2013-09-23 10:21:53 -07:00
Rickard Nilsson
b5f60dbf6f mopidy: Update to 0.15.0 2013-09-23 17:07:50 +02:00
Rok Garbas
c32052c77e pypi2nix: updated 2013-09-23 05:52:51 +02:00
Bjørn Forsman
ff4b28be47 asciidoc: add support for aafigure filter 2013-09-22 23:04:39 +02:00
Bjørn Forsman
524315194c asciidoc: add support for matplotlib filter 2013-09-22 23:04:39 +02:00
Bjørn Forsman
6f9821beb7 nwdiag: new package
Nwdiag generates network-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
6f48eb5866 actdiag: new package
Actdiag generates activity-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
d048685af5 seqdiag: new package
Seqdiag generates sequence-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
2f238d82a0 blockdiag: new package
Blockdiag generates block-diagram image from spec-text file (similar to
Graphviz).

Also add its needed dependencies, funcparserlib and webcolors.
2013-09-22 23:04:37 +02:00
Domen Kožar
e0fc8d9f7e Merge pull request #990 from jbedo/master
Added expression for PLINK
2013-09-22 00:26:43 -07:00
Lluís Batlle i Rossell
ad1971a1d1 Fixing typo in previous merge. 2013-09-20 10:49:39 +02:00
Lluís Batlle i Rossell
8f73cdeac2 Merging the changes to get systemd with lvm2 working 2013-09-20 09:45:33 +02:00
Lluís Batlle i Rossell
c0fd88748a Making lvm2 install systemd stuff, and combine all in a single derivation. 2013-09-20 09:20:14 +02:00
Justin Bedo
c38ffa7b7d Added expression for PLINK 2013-09-19 09:39:14 +10:00
Mathijs Kwik
d506c662e8 remove sqlite alias now there is only 1 version 2013-09-18 14:37:38 +02:00
Mathijs Kwik
2d1e91cced remove obsolete sqlite 3.7.14 2013-09-18 14:37:38 +02:00
Mathijs Kwik
ef50aab1ee remove obsolete sqlite 3.7.9 2013-09-18 14:37:38 +02:00
Eelco Dolstra
7d2364def4 mountall: Remove
It's no longer used since we switched to systemd.
2013-09-18 13:05:23 +02:00
Oliver Charles
3433e62e3f gtimelog: New expression 2013-09-18 11:45:23 +03:00
Shea Levy
59bd1ba586 Add virtuoso 7
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-09-17 14:28:26 -04:00
Eelco Dolstra
095fc0ebaa nix-repl: Add 2013-09-17 11:26:12 +02:00
Rob Vermaas
8041a33726 Add MegaCli, a command line tool to manage certain RAID cards. 2013-09-16 15:56:55 +02:00
Peter Simons
93239d33cc all-packages.nix: strip trailing whitespace 2013-09-16 11:50:20 +02:00
Peter Simons
9c45b91002 lua-5: update default version from 5.1.4 to 5.1.5 and add version 5.2.2 2013-09-16 11:50:20 +02:00
Domen Kožar
4d913bf0f6 Merge pull request #976 from jcumming/netatalk.130915
netatalk-3.0.5
2013-09-15 23:15:57 -07:00
Jack Cummings
122b19c429 netatalk-3.0.5 2013-09-15 22:54:57 -07:00
Jonas Hoersch
986b34580d add mathematica version 9.0.0
Wolfram Mathematica based on the makeself archive found on the Mathematica installation DVD.
2013-09-15 18:33:13 +02:00
Lluís Batlle i Rossell
00abf42fc6 Adding the reference to bird 2013-09-15 11:39:24 +02:00
Marc Weber
513dad6527 colord, gusb: package.
Part of #517.
2013-09-15 11:53:11 +03:00
Edward Tjörnhammar
953eecb0fc ssvnc: The Enhanced TightVNC Viewer, SSVNC, adds encryption security to VNC connections.
Close #950.
2013-09-15 10:50:59 +03:00
Jason \"Don\" O'Conal
e0fd701942 enscript: fix build on darwin (close #933, really this time) 2013-09-14 16:03:20 +02:00
Jason \"Don\" O'Conal
2a73189a9c deluge: fix build on darwin (close #930) 2013-09-14 15:26:48 +02:00
Jason \"Don\" O'Conal
ad454f3511 emacs24: fix build on darwin (clos #932) 2013-09-14 15:19:54 +02:00
Zef Hemel
8d001c1a08 Darwin support for Go 1.1 (close #952) 2013-09-14 15:13:26 +02:00
Danie Roux
76ca653d7b coreutils: 8.20 does build on Darwin
Where gcc is:

i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
2013-09-14 14:45:06 +02:00
Evgeny Egorochkin
35cd18503e Merge pull request #958 from wizeman/linux_3_2
Update linux-3.2 & grsecurity
2013-09-13 21:07:11 -07:00
Sander van der Burg
28d8e93871 My attempt to get Steam working in NixOS. It uses a function called buildFHSChrootEnv {} that composed chroot environments. In such a chroot environment, I could run Steam without much problem 2013-09-13 23:58:59 +02:00
Domen Kožar
e67a2479e1 add poedit 2013-09-13 20:42:49 +02:00
Ricardo M. Correia
342fcfc82f grsecurity: Update to 2.9.1-3.2.51-201309101928 2013-09-13 05:13:25 +02:00
Bjørn Forsman
fe520e6d1f ditaa: new package
Ditaa is a small command-line utility written in Java, that can convert
diagrams drawn using ascii art ('drawings' that contain characters that
resemble lines like | / - ), into proper bitmap graphics.

Homepage: http://ditaa.sourceforge.net/
2013-09-12 17:25:09 +02:00
Vladimír Čunát
aa8e8303e1 Merge branch 'x-updates' into master 2013-09-11 08:37:03 +02:00
Peter Simons
e08fab28f5 Um, make that 'linuxHeaders26'. Sorry. 2013-09-10 21:16:33 +02:00
Peter Simons
5a75874b96 all-packages.nix: add 'linuxHeaders36' attribute
We have that version of the kernel headers in Nixpkgs already, there was
just no attribute for them.
2013-09-10 21:15:41 +02:00
Eelco Dolstra
b73deae714 nix: Update to 1.6 2013-09-10 17:53:29 +02:00
Vladimír Čunát
bb6b42385d Merge PR #901: adding Storm
vcunat edit: use symlink instead of hardlink (failed for me with a
cross-device error), minor whitespace cleanup
2013-09-10 16:18:31 +02:00
Peter Simons
0c5cf00829 tcpcrypt: add current HEAD of the Github master branch 2013-09-09 12:56:22 +02:00
Peter Simons
2282809b35 libnetfilter_queue: add version 1.0.2 2013-09-09 12:52:31 +02:00
Vladimír Čunát
d55fb56690 Merge branch 'master' into x-updates 2013-09-08 16:39:09 +02:00
Sergey Mironov
3a1626e1a1 upower: revert libusb1 version to 1.0.9
That workarounds the coldplug problem

$ sudo ./libexec/upowerd -v
TI:18:38:27     Starting upowerd version 0.9.19
...
TI:18:38:27     registering subsystem : usb
TI:18:38:27     failed to coldplug /sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/usb1
<upowerd EXITS>
2013-09-08 16:38:00 +02:00
Vladimír Čunát
c1ed13dad0 Merge branch 'master' into x-updates 2013-09-08 12:04:20 +02:00
Jason \"Don\" O'Conal
834cd6c886 beret: Fix build on darwin (close #923) 2013-09-08 10:32:25 +02:00
Vladimír Čunát
b1be46e932 Merge branch 'master' into x-updates 2013-09-07 16:19:46 +02:00
Sergey Mironov
fe6b021ee1 fuse-exfat: add FUSE-mounter for exFAT devices 2013-09-07 01:25:30 +04:00
Jason "Don" O'Conal
ab0ca44ffb texliveAggregationFunction: fix eval
vcunat edited to fix all cases (not just asymptote),
and a two "licnese" typos :-)
2013-09-06 10:34:09 +02:00
Rok Garbas
1f68487337 Merge pull request #919 from edwtjo/abook-0.6.0pre2
Added abook 0.6.0pre2
2013-09-06 01:22:06 -07:00
Jason "Don" O'Conal
c93d33b74e asymptote: fix build on darwin 2013-09-06 10:19:46 +02:00
Jason "Don" O'Conal
bcec0454e9 texLive: fix build on darwin
vcunat edit: use ruby19 on all platforms now.
See #700 for discussion related to the changes.
2013-09-06 10:11:54 +02:00
Edward Tjörnhammar
485d22f862 Added abook 0.6.0pre2
Abook is a text-based addressbook program designed to use with mutt mail
client.
2013-09-06 05:37:28 +02:00
Moritz Ulrich
be9b6c0fe2 GNU Stow: package - Symlink manager which makes it easy to manage dotfiles 2013-09-05 15:49:35 +03:00
Sander van der Burg
1642e3a6d7 libX11 is not in vice's rpath. this fixes it 2013-09-04 22:34:08 +02:00
Bjørn Forsman
99942d1fad source-highlight: unbreak by using boost 1.53
One of the tests started failing when boost was bumped from 1.53 to 1.54
(in July). Instead of skipping the tests, fix it by using boost 1.53.
2013-09-04 20:00:27 +02:00
Mathijs Kwik
03c9a1fb33 linux 3.11
works fine for me, but nvidia binary driver fails once again
2013-09-04 09:29:00 +02:00
Ricardo M. Correia
a1bb7c1cfa scrypt: New package 2013-09-03 01:49:58 +00:00
Evgeny Egorochkin
ddd1f7b52b Get rid of old rake derivation that doesn't build 2013-09-02 23:51:03 +03:00
Danny Wilson
c4b1bbc1c8 Improved Storm package.
- Add config to defaults.yaml, to allow topologies to include their own storm.yaml.
- Symlink extra jars in lib/ since it's nearly impossible to add a classpath to Storm's config.
- Include native jzmq library in java.library.path
- Use package default args.
2013-09-02 12:20:24 +02:00
Danny Wilson
d6a812332c Make Storm conf and log path configurable via symlinks.
- The bin/storm script makes too many assumptions about file locations and java classpath that I couldn't figure out a better way.

Fix jzmq build on NixOS: java source was treated as ASCII.
2013-09-02 12:20:16 +02:00
Danny Wilson
04a232f28b Add storm package. 2013-09-02 12:20:06 +02:00
Danny Wilson
c5750ea3e9 Add jzmq package. 2013-09-02 12:19:35 +02:00
Bjørn Forsman
b7d4c94d52 unoconv: new package
unoconv is a tool that converts between any document format supported by
LibreOffice/OpenOffice.

Example of how to convert an .odt file to .pdf:
  unoconv -f pdf some-file.odt

Homepage: http://dag.wieers.com/home-made/unoconv/

Implementation notes:
unoconv must use the same python version as libreoffice (unless it will
not be able to load the pyuno module from libreoffice). And because we
recently switched to libreoffice 4.x, which uses python3, I had to
include unoconv-python3.patch. The patch comes from upstream unoconv.git
repo, so it will be included in the next release.
2013-09-02 07:11:58 +02:00
Evgeny Egorochkin
793fa68806 Merge pull request #892 from MarcWeber/submit/storebackup
adding store-backup
2013-08-31 16:23:23 -07:00
Marc Weber
6f6bc030f9 adding store-backup 2013-08-31 22:16:22 +02:00
Marc Weber
cf762c8f58 firebirdSuper settings
document why its better to not use --with-system-icu

See patch for nixos adding firebird service

Signed-off-by: Marc Weber <marco-oweber@gmx.de>
2013-08-31 23:05:32 +03:00
Bjørn Forsman
0526403461 basex: new package
BaseX is a very fast and light-weight, yet powerful XML database and
XPath/XQuery processor, including support for the latest W3C Full Text
and Update Recommendations. It supports large XML instances and offers a
highly interactive front-end (basexgui). Apart from two local standalone
modes, BaseX offers a client/server architecture.

Homepage: http://basex.org/

Implementation notes:
 - I'm using the pre-built java package (because it's simple)
 - I copied the basex.svg icon file from the Ubuntu package because I
   couldn't find it anywhere else. It's 9.3 KiB.
2013-08-31 14:27:40 +02:00
Bjørn Forsman
36564b72fe uncrustify: new package
Uncrustify is a source code beautifier for C, C++, C#, ObjectiveC, D,
Java, Pawn and VALA.

Homepage: http://uncrustify.sourceforge.net/
2013-08-31 09:42:20 +02:00
Bjørn Forsman
e8e76ac12e dstat: enable color output
Give dstat access to the "curses" module in the Python standard library
so that it can color its output. This is similar to how other distros
package it (e.g. Fedora, Ubuntu).
2013-08-30 18:43:54 +02:00
Rob Vermaas
bd6eba997f Add collectd 5.4.0 2013-08-30 11:58:02 +02:00
Vladimír Čunát
2fda1165da Merge branch 'master' into x-updates 2013-08-28 10:37:41 +02:00
Evgeny Egorochkin
deecf7e1cb Merge pull request #869 from j4/master
Add The Little Brother's Database (lbdb) package
2013-08-28 00:44:52 -07:00
Carles Pagès
18ecb7c62a Add SDL2_gfx (svn version)
There is no package yet, adding latest revision.
2013-08-27 22:55:42 +02:00
Carles Pagès
0d637ea5e0 Add SDL2_image and SDL2_mixer, release candidate. 2013-08-27 22:55:41 +02:00
Carles Pagès
e87589b2ef SDL2: add release candidate
The tarball is not marked as such, but current 2.0.0 version is still a release
candidate for SDL2.
2013-08-27 22:55:41 +02:00
Carles Pagès
bf4bcd900d libyaml-cpp: add versions 0.5.1 and 0.3.0
The two versions are actively maintained, and the API changed between them.
2013-08-27 22:55:40 +02:00
Song Wenwu
eb0aafd4c9 add mate-themes 1.6.1 2013-08-27 17:00:03 +02:00
Song Wenwu
d80e7b3799 add mate-icon-theme 1.6.1 2013-08-27 17:00:03 +02:00
Song Wenwu
757568b8fe add gtk-engine-murrine 0.98.2 2013-08-27 13:10:11 +02:00
Jean-Alexandre Peyroux
ed522b59c6 Modif lbdb package. Following the remarks after the 1st commit.
* add in all-packages.nix sorted alphabetically
* add platforms and license in default.nix
2013-08-27 11:08:11 +02:00
Jean-Alexandre Peyroux
d0f40f17b8 Add The Little Brother's Database (lbdb) package 2013-08-27 09:28:36 +02:00
aszlig
35229f0cf4
boomerang: Refactor and fix build.
Thanks to @phreedom for reporting the broken URL used fetchgit, which
was because I deleted my fork repository. Fortunately, in the meantime
other forks got to a more "working" state and being more actively
maintained than my fork. So that's why I switched using @nemerle's fork
now, as it is the the most usable one out there, at least in our case.

One stupid thing I've done in the first place was to use "1.0pre" as the
version and the fork uses "alpha 0.3.2", so it essentially is some kind
of a "downgrade" if you just look at the version.

Fortunately, peer-unreviewed research based on guesswork has shown that
I'm the only one using Boomerang on NixOS, so this shouldn't have a big
impact on the other non-existent users.

Also, this drops dependencies on boehmgc and cppunit, because building
with either one or both will fail at the moment.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-27 04:39:33 +02:00
Vladimír Čunát
c7187ad59f libav: major update and refactoring (close #839)
Also leaving 0_8 branch, as it's compatible with older ffmpeg versions.
I'm planning that all expressions will be able to switch easily
between ffmpeg and libav (whatever default we choose, but I prefer libav).

Edited (twice) according to notes on the reverted b003138.
2013-08-26 18:02:33 +02:00
Peter Simons
2f2eb135be Don't prefer 'emacs24-nox' over the normal 'emacs24' attribute. 2013-08-24 12:19:56 +02:00
Moritz Ulrich
a10812f792 Add emacs24-nox: emacs built without X (or GTK) libraries.
This commit also fixes an issue where pkgconfig was only added as a
dependency when gtk support was enabled. This made ./configure unable
to find other libraries (libtiff, libxml2, gnutls, and others).
2013-08-24 07:36:11 +03:00
Domen Kožar
17662a9a6e pypy: forgot to commit all-packages changes 2013-08-23 17:52:56 +02:00
Bjørn Forsman
edd2d907a0 Remove jing_tools expression (now contained in jing expression itself)
The jing expression now creates its own "jing" wrapper script, so there
is no need for jing_tools anymore.

jing hasn't been updated in years, so I assume (or hope) that not many
(if any) have jing_tools in their configuration.nix. If you do, just
change it to jing and it should behave the same.
2013-08-22 23:20:10 +02:00
Vladimír Čunát
c1e62e7e91 Merge branch 'master' into x-updates 2013-08-22 19:29:09 +02:00
Christophe Raffalli
2c089337e7 OpenSSH: add Kerberos support 2013-08-22 12:53:06 +03:00
Evgeny Egorochkin
d4cb9d11a1 Merge pull request #856 from offlinehacker/pkgs.re2
Add re2, an efficient, principled regular expression library
2013-08-22 01:32:37 -07:00
Jaka Hudoklin
f4b3007ef9 Add re2, an efficient, principled regular expression library 2013-08-22 10:08:07 +02:00
Bjørn Forsman
61822435fd duply: new package
Duply is a shell front end for the duplicity backup tool
http://duplicity.nongnu.org/. It greatly simplifies it's usage by
implementing backup job profiles, batch commands and more. Who says
secure backups on non-trusted spaces are no child's play?

Homepage: http://duply.net/
2013-08-21 22:16:20 +02:00
Evgeny Egorochkin
b25bcf853f package KDE 4.11 2013-08-21 20:41:07 +03:00
Domen Kožar
e9ec76b8a7 Merge pull request #743 from bencahill/master
Add nvpy, a Simplenote syncing note-taking application
2013-08-20 14:36:41 -07:00