Commit graph

7461 commits

Author SHA1 Message Date
Michael Raskin 749cc2bf1e Adding Debian devscripts. Mostly for uscan.
I plan to later use uscan for simplifying package updates in some
NixPkgs packages. I have no code for that now.

I added Perl packages File::DesktopEntry and File::BaseDir in a slightly
hascky way because one part of the installation system replaced PREFIX=
with --prefix= and the other complained that it doesn't know what to do
with --prefix=. I checked that a script using File::DesktopEntry works,
and I don't know enough Perl to rewrite buildPerlPackage and hope that
my change is an improvement.

I removed trnaslated manpages because it uses po4a which has some more
Debian-specific dependencies of its own.
2012-10-07 18:02:46 +04:00
Cillian de Róiste 25b4957e4a Add the Distrho collection of audio plugins 2012-10-07 14:06:36 +02:00
aszlig 064cf68281
haxe: Rewrite package from scratch, version 2.10.
As well as for neko, we now have way less cruft within the mkDerivation
attribute set. We also now use make to build haxe, which will include haxelib
and haxedoc as well.

The main reason why I was doing this was because the package didn't build and
still was referencing mawercer.de, which does not contain those tarballs
anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:59 +02:00
aszlig 79fa3e2181
pyaudio: New package, version 0.2.4.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-07 11:41:18 +02:00
Eelco Dolstra c1719a5835 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-05 17:57:45 -04:00
Eelco Dolstra 29aa7abe87 thunderbird: Update to 15.0.1 2012-10-05 16:24:04 -04:00
Eelco Dolstra 05d240ceda thunderbird: Update to 15.0.1 2012-10-05 16:15:56 -04:00
Jack Cummings e7f3ff803e - zfs 0.6.0-rc11, spl 0.6.0-rc11 2012-10-05 09:11:25 -07:00
Jack Cummings ccad09d3b9 Revert " - zfs-0.6.0-rc11, and spl-0.6.0-rc11"
This reverts commit 8eb9491a22.
2012-10-05 09:07:33 -07:00
Cyril Roelandt 172abb4b26 Add a "smatch" package.
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2012-10-05 10:41:44 +02:00
Jack Cummings 8eb9491a22 - zfs-0.6.0-rc11, and spl-0.6.0-rc11 2012-10-05 00:09:49 -07:00
Jack Cummings 22ece175a0 - openttd 1.2.2, rili 2.0.1, widelands-build17, uqm-0.7.0 2012-10-04 23:32:34 -07:00
Eelco Dolstra bc9bff1da4 Remove obsolete versions of Flash 2012-10-04 21:18:44 -04:00
Shea Levy a08ca4c04a openjdk: Don't use the official build system's boostrapping, do our own.
The openjdk BOOT_CYCLE bootstrap doesn't use the binaries built in the first stage for the second stage, so we get a bunch of errors like:
  /bin/sh: /nix/store/wdgl7xl9b72hn212l0672ad5sn7vh44y-openjdk-bootstrap/bin/native2ascii: No such file or directory
Instead, just build each stage as a separate derivation
2012-10-04 16:56:41 -04:00
Rickard Nilsson 4959fd19f4 sheevaplug platform: Add hardware watchdog support 2012-10-04 13:11:13 +02:00
Rickard Nilsson 0c88675592 sheevaplug platform: Add VLAN support (CONFIG_VLAN_8021Q=m) 2012-10-04 13:10:24 +02:00
Mathijs Kwik 4c96b8587b logic cleanup 2012-10-04 10:40:52 +02:00
Mathijs Kwik 488b43586c vlc: use ffmpeg 1.0 2012-10-04 10:40:51 +02:00
Mathijs Kwik 55f97f3a0d node-packages: upgrade mongodb and bson 2012-10-04 10:40:51 +02:00
Mathijs Kwik 2f6a498b52 node-packages: add "source-map" and dependencies 2012-10-04 10:40:51 +02:00
aszlig a5c38c8d3e
python/polib: Add new package, version 1.0.1.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-04 08:35:02 +02:00
Michael Raskin 0013b8faa5 Add reptyr, tool to change controlling terminal of a process under Linux 2012-10-04 09:17:09 +04:00
Andres Loeh a84ad8010a Add haskell-platform-2012.4.0.0 release candidate. 2012-10-03 21:12:46 +02:00
Eelco Dolstra 31f89ba349 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-03 14:43:10 -04:00
Shea Levy bc829a1050 Revert "Add template-haskell haskellPackage"
This reverts commit 7f871719d5.

Apparently, GHC comes with template-haskell, so there's no point in installing it separately.
2012-10-03 07:46:58 -04:00
aszlig 59a75fc985
Fix typo introduced by e6077fbc46.
Already created a line note about that in the commit, but somehow it went
unnoticed and most other typos introduced by that commit are already fixed by
now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-02 03:46:42 +02:00
aszlig 5908f6c28f
linuxconsoletools: New package, version 1.4.3.
This is a small set of tools useful for testing and calibrating joysticks,
gamepads and various other input devices.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-02 03:46:41 +02:00
Cillian de Róiste 21271fee8d Add the LV2 version of the SWH audio plugins (used for audio production) 2012-10-02 01:00:13 +02:00
Shea Levy 7f871719d5 Add template-haskell haskellPackage 2012-10-01 11:48:41 -04:00
Eelco Dolstra b78256fbd7 Merge remote-tracking branch 'origin/master' into x-updates 2012-10-01 11:43:43 -04:00
Rok Garbas 41ca123e73 python-httplib2: updated to 0.7.6, added python-turses and its dependencies (python-oauth2, python-tweepy) 2012-10-01 13:05:57 +02:00
Shea Levy 359355e150 Linux 3.6 2012-10-01 07:01:31 -04:00
Lluís Batlle i Rossell cb7e161361 ffmpeg: adding 1.0 back as an attribute apart. 2012-09-30 12:20:55 +02:00
Eelco Dolstra 745cb58e4e Doh 2012-09-29 14:40:56 -04:00
Eelco Dolstra 14310ed2c8 libxslt: Update to 1.1.27 2012-09-28 17:44:38 -04:00
Eelco Dolstra c7658cf9b0 libxml2: Update to 2.9.0 2012-09-28 17:44:38 -04:00
Peter Simons 35cc2c32bb haskell-parallel-io: add version 0.3.2 2012-09-28 21:45:21 +02:00
Eelco Dolstra 006002d16f Remove cups-pdf-filter
It has been obsoleted by the cups-filters package.
2012-09-28 15:09:14 -04:00
Eelco Dolstra 7f053d6157 Remove HAL
It's obsolete.  There was only one package still using it (nut) but it
builds fine without it.
2012-09-28 12:15:12 -04:00
Rok Garbas 1bcbffc8c5 afew, alot: version update; adding new python package flake8 2012-09-28 17:06:07 +02:00
Eelco Dolstra f021420036 Revert "gtk+: Update to 3.6.0"
This reverts commit 6cbb674895.
2012-09-27 17:42:46 -04:00
Eelco Dolstra 40eaa8657c Add Harfbuzz, an OpenType text shaping engine 2012-09-27 17:23:36 -04:00
Eelco Dolstra 6cbb674895 gtk+: Update to 3.6.0 2012-09-27 17:22:56 -04:00
Eelco Dolstra 4cdca52f7e glib: Update to 2.34.0 2012-09-27 16:16:52 -04:00
Peter Simons dfaab992c2 spamassassin: enable more plugins and provide gpg for sa-update 2012-09-27 15:29:01 +02:00
Peter Simons 310c7be3a1 Revert "adding python libraries serial and game which are both dependencies of plover steno engine which needs more testing".
The patch lacks the required file "pygame.patch".
2012-09-27 13:41:44 +02:00
Peter Simons 10b3a56d85 Merge pull request #133 from MarcWeber/fixes/add_python_game
adding python libraries serial and game which are both dependencies of p...
2012-09-27 02:34:00 -07:00
Andres Loeh 42cf8b1002 Add distributed-process-simplelocalnet and dependencies. 2012-09-27 09:50:02 +02:00
Andres Loeh f81253e743 Add haskell-distributed-process and dependencies. 2012-09-27 09:45:07 +02:00
Marc Weber 1c35a0ca48 adding python libraries serial and game which are both dependencies of plover steno engine which needs more testing 2012-09-27 01:35:40 +02:00
Cillian de Róiste d8e8ff1fe9 Typo, fix the googleTalkPlugin 2012-09-26 23:45:35 +02:00
Eelco Dolstra 2ca9fc3a32 Make Firefox 15 the default (for realz this time) 2012-09-26 17:29:07 -04:00
Eelco Dolstra 599517668c Fix Firefox config option processing 2012-09-26 17:27:20 -04:00
Eelco Dolstra 948aa32e46 atk: Update to 2.6.0 2012-09-26 15:17:54 -04:00
Eelco Dolstra d5758c99a3 Merge remote-tracking branch 'origin/master' into x-updates
Conflicts:
	pkgs/misc/maven/maven-1.0.nix
	pkgs/os-specific/linux/xf86-input-wacom/default.nix
2012-09-26 14:51:51 -04:00
Lluís Batlle i Rossell 62c5eab5cd Adding opus-tools.
At least a program that uses libopus.
2012-09-25 20:08:01 +02:00
Lluís Batlle i Rossell 664ee28936 Adding libopus
I still don't know any program that can use it.
2012-09-25 20:01:56 +02:00
Lluis Batlle 839f124ba1 ocaml: native code building for ARM on 3.12 and 4.00
I think it already works. I'll test more throughly tomorrow.
2012-09-25 19:38:06 +02:00
Lluis Batlle 30e76124e6 platforms: adding sha1 to the sheevaplug
The mv-cesa requires soft sha1 as fallback, to work.
2012-09-25 19:37:17 +02:00
Lluís Batlle i Rossell 1bd6ee6556 Adding umurmur and protobuf-c. 2012-09-25 19:35:03 +02:00
Lluís Batlle i Rossell ad0b63265c picocom: adding picocom, 1.7 2012-09-25 19:23:34 +02:00
Peter Simons d3dc95834a boost-headers: update to version 1.51.0 2012-09-25 12:16:01 +02:00
Peter Simons bae4524eee boost: delete obsolete version 1.50.0 2012-09-25 12:15:59 +02:00
Michael Raskin 1527b10016 Adding restund 2012-09-25 10:34:45 +04:00
Michael Raskin 732811700a Added BareSIP 2012-09-24 21:03:02 +04:00
Peter Simons f1bfc3055d dovecot: drop obsolete versions 1.0.3 and 1.1.1 2012-09-24 10:03:10 -04:00
Peter Simons d2b8b9e45a haskell-defaults.nix: drop override of repaExamples attribute in older compilers 2012-09-24 12:08:34 +02:00
Peter Simons fb37bdc583 haskell-threads: add version 0.5.0.1 2012-09-24 12:08:29 +02:00
Peter Simons 7621bd32ae haskell-QuickCheck: update to version 2.5.1.1 2012-09-24 12:08:29 +02:00
Peter Simons df80a705af haskell-happy: add version 1.18.10 2012-09-24 12:08:29 +02:00
Lluís Batlle i Rossell 57b578189b Adding cryptodev-linux, and made openssl use it optionally.
I'm trying to get the CESA of the sheevaplug available to openssl.
2012-09-23 20:51:15 +02:00
Michael Raskin 37418b3f70 Add farstream support to gajim 2012-09-23 21:39:26 +04:00
Shea Levy 48395bd3e4 nodePackages.knox 2012-09-22 09:32:37 -04:00
Shea Levy a45a8698b3 nodePackages.node-expat 2012-09-22 09:29:51 -04:00
Peter Simons 88f166bf61 Merge pull request #129 from aforemny/haskell-attoparsec-binary
Haskell attoparsec binary
2012-09-22 02:55:45 -07:00
Eelco Dolstra 0874615fcc Remove User Mode Linux
It hasn't built in a long time and it's obsolete IMHO.
2012-09-21 13:32:37 -04:00
Eelco Dolstra a18bf8bc7b Remove obsolete Xfce 4.6 2012-09-21 10:58:06 -04:00
Alexander Foremny 47706bf9f6 Fix typo 2012-09-21 16:29:55 +02:00
Alexander Foremny abc7c382ce Add attoparsec-binary-0.1.0.1 2012-09-21 16:29:12 +02:00
Shea Levy a9f8dd2c13 Add optimist nodePackage 2012-09-20 14:08:40 -04:00
Peter Simons 56bb1ac90b haskell-network: update to version 2.4.0.1 2012-09-20 14:09:08 +02:00
Peter Simons 355cf69c76 haskell-Cabal: add version 1.16.0 2012-09-20 14:08:10 +02:00
Eelco Dolstra e6077fbc46 Remove getConfig helper function
An expression like ‘getConfig [ "cabal" "libraryProfiling" ] false’
can be written more concisely as ‘config.cabal.libraryProfiling or false’.
2012-09-19 13:56:56 -04:00
Eelco Dolstra 0062d0f11d Mark alternative stdenvs as lowPrio 2012-09-19 13:13:34 -04:00
Shea Levy 99571aa242 Add temp nodePackage 2012-09-19 12:45:05 -04:00
Peter Simons 7ba33d813e popa3d: add version 1.0.2 2012-09-19 01:16:01 +02:00
Eelco Dolstra 167df7ad32 Add tzdata
Glibc 2.16 no longer contains timezone data (yay!) so provide tzdata
instead.
2012-09-18 14:00:18 -04:00
Shea Levy 7d5bb08534 Add cipher-block-size node package and remove the nativeDeps argument to build-node-package (buildInputs can just be specified directly) 2012-09-18 12:08:16 -04:00
Peter Simons aa2d8d1e02 dovecot: rename file for version 1.0.3 to improve consistency 2012-09-18 15:08:28 +02:00
Peter Simons 2460be6f63 haskell-splot: add version 0.3.4 2012-09-18 11:58:12 +02:00
Peter Simons 3865d54f0f haskell-timeplot: add version 1.0.11 2012-09-18 11:58:12 +02:00
Peter Simons 6e0a176878 haskell-vcs-revision: add version 0.0.1 2012-09-18 11:58:12 +02:00
Peter Simons 7a505d7830 haskell-strptime: add version 1.0.6 2012-09-18 11:58:12 +02:00
Peter Simons 27cffbd3cb haskell-network: add version 2.4.0.0 2012-09-17 16:08:48 +02:00
Peter Simons 3f5e18dcd7 haskell-HTTP: add version 4000.2.5 2012-09-17 16:08:28 +02:00
Peter Simons e6d0852c2c haskell-GLUT: patch version 2.3.0.0 to build with GHC 7.6.1 2012-09-17 16:04:00 +02:00
Peter Simons 51722e9526 haskell-split: delete version 0.1.x ... again
Man, getting rid of split 0.1.x is more difficult than I would have thought.
2012-09-17 15:49:41 +02:00
Mathijs Kwik 177a0d761a node-packages: add 4 packages
- faye-websocket
- node-uuid
- rbytes
- sockjs
2012-09-17 09:56:49 +02:00
Mathijs Kwik e0d35483aa node-packages: upgrade mongodb and bson (and build native module) 2012-09-17 09:56:49 +02:00
Mathijs Kwik baa6223904 node-packages: ability to build npms that have native extensions 2012-09-17 09:56:49 +02:00
Lluis Batlle 04f93115a3 sheevaplug: adding ubifs support to the kernel. 2012-09-16 22:46:57 +02:00
Mathijs Kwik ba83178aed xmonad-extras: pass old version of split
optional features depend on it.
2012-09-15 20:53:19 +02:00
Mathijs Kwik b1f8a1b916 add: haskell-split older version (0.1) 2012-09-15 20:53:19 +02:00
aszlig b2392c09a0
aewan: New package, version 1.0.01.
This adds a small ASCII art drawing tool, which supports drawing with multiple
layers. Might be especially helpful for larger "images", which become quite
tedious to do using vim.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-14 23:24:10 +02:00
aszlig cb94852ae3
hexedit: New package, version 1.2.12.
A typical three-pane style hex editor, which is somewhat similar than bvi, but
smaller and without vi-like keybindings.

(Don't ask me why I use both, I just can't tell why I'm sometimes in bvi and
sometimes in hexedit mood... there simply is no rational explanation)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-14 23:24:10 +02:00
Rickard Nilsson 7c43b041d9 Add nss-pam-ldapd version 0.8.10
nss-pam-ldapd is a fork of nss_ldap that uses a daemon (nslcd) to
connect to the LDAP server, instead of going directly from PAM/NSS.
This improves performance and separation, and increases security
if you connect to LDAP with a password, since only the nscd daemon
needs to know the password, not every user of PAM/NSS.

This commit will be followed by a commit to NixOS which enables the
use of the nslcd daemon.
2012-09-14 00:06:25 +02:00
Peter Simons 40fe4cf682 pmtools: add version 20071116 2012-09-13 20:00:17 +02:00
Andres Loeh 14fe075e06 Make regex-compat and regex-posix compile with ghc-7.6.1. 2012-09-13 19:33:52 +02:00
Eelco Dolstra 696206c405 Rename spiceProtocol -> spice_protocol 2012-09-13 11:36:34 -04:00
Michael Raskin 8b7d12d0f5 Gajim: make OpenSSL code work 2012-09-13 18:03:50 +04:00
Peter Simons 33e67e8394 ghc-head: update to version 7.7.20120912 2012-09-13 15:50:15 +02:00
Peter Simons 52454d7593 ghc-7.4.2: add binary snapshot required for bootstrapping ghc 7.7.x 2012-09-13 15:49:42 +02:00
Peter Simons da6db0dc19 python-packages.nix: drop trailing whitespace 2012-09-13 14:54:10 +02:00
Peter Simons f16a0e8c12 python-packages.nix: remove trace message
The attribute

  builtins.trace "beatifulsoap is a typo" beautifulsoup;

looked like it was checked in by accident.
2012-09-13 14:53:54 +02:00
Peter Simons a0395b87c4 haskell-X11: update to version 1.6.0.2 2012-09-13 14:47:39 +02:00
Peter Simons d820210188 haskell-zlib: add version 0.5.4.0 2012-09-13 14:47:39 +02:00
Peter Simons b9739ad02f haskell-cgi: update to version 3001.1.8.3 2012-09-13 14:47:39 +02:00
Michael Raskin 5c767b9313 Add xe, a dependency of pyfeed 2012-09-13 14:32:16 +04:00
Michael Raskin 48b257663a Added PyFeed 2012-09-13 14:28:05 +04:00
Michael Raskin b52919ac9e Buildable Salut-à-toi 2012-09-13 14:14:49 +04:00
Michael Raskin bc8e5d2da2 Propagate dependencies of wokkel 2012-09-13 14:12:42 +04:00
Michael Raskin e67736de93 Add wokkel library 2012-09-13 14:09:08 +04:00
Michael Raskin 45f8ec426a Fix a typo in beautifulsoup name 2012-09-13 13:59:48 +04:00
aszlig 8f29e4edb3
haskell-yesod-test: New package, version 0.3.0.
You might have noticed, that the commit summary always abbreviated "version".
That's no coincidence, as we want to empathize that our goal is (or was)
yesod-test, right?

                          /\
 `.,'   .''.    ,`,       ()  HOORAY!
  ,''.  `,.'    `,'       ()
             ___  __      ()_  __
 `,'       _(*__)(__)  __\##/)(_*)_
 ' `     _(__)(__)(*_)(__/||\)(*)(_)__
       _(__*__)(__*__)(_*)(_*_)(__)(_*)_
     _(_*__)(_*_)(_*_)(__*_)(_*_)(*_)(__)_
    (_*_)(_*_)(_*____)(_)(___)(__)(_*_)(__)
   _(__*__)()_(_*_)(_)(*_)(__*)(_*__)(__*_)
  (_*(__)`--`---(___)' (__)   _  (__*_)(__)
 (_(_*_):|    .-.         .  (o)   |(_*)(_)
  (___)::|   ( o )   .'    `._~    |:(*__*)
         |    `-'  .'         ~-.  |::(_*_)
         `.      .'     ______   `.|   (_)
  We now  `.   .' _   .'  ()  `.  |
  finally  `.  | | `. `.  () _.' .'
  have      `. `.`--'   ` ()' _,'|
  yesod-test `.  ~~~-----~()~~ .'
  in nixpkgs  |  _ _ _ _ _()   |
  by just     `.|#|#|#|#|#()\ .'
  running      ||#|#|#|#|.() `.___
  cabal2nix    `.________|()  |.-.|
  on a bunch             |    || |^.-.
  of packages!           |    `| | | |^.
                         `-._._| | | | |\.
                             | |       |_|
    next time, let's be      `.       .'
    productive, shall we?     |       |
                              |       |

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:18 +02:00
aszlig afe407545f
haskell-wai-test: New package, v1.3.0.
:::::::
   .|||||||        /"""""""""".
  ,`       `.     | wai test? |
 | ,".  .-, | ____)  because! |
 | `-`  `-' | `---------------'
 `. ,----. ,'
   `----./'

Now guess what we have left? Just one single destination:
                             ,
                            :    .___.  _ _  .___.
 ,'-.,-'  ___  ,---' ,-. ,--:    | | | | | | | | |
    ::  ,'.,-' `--. :  : :  :      |      _    |
    ::  `-,--  .--' `--' `--'      |   |_| |   |

I have to admit, that i got lazy wthi the ASCII drawings in
this commit, but well... isn't this all about lazy ev

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:18 +02:00
aszlig 86f00072ca
haskell-html-conduit: New package, v0.1.0.2.
~~_-~,----.~-
   ~~-,'      `.~-
     ,'        |
    /       |  `.
  ,','      |`. |
  `,','/'\  | | |
.'~`| |. .| |~`|'
:  (`-') (`-') :
:   `'~   ~~`' : "OMG! They killed html-conduit!"
:   `' /^\  () : Let's see what we have left:
:   ()`'~`' ,, :
:   ,_--_--_.  :         yesod-test
`. '/ HTML! \` :              |
 `.'~\_---_/~` :           wai-test
  `._       _.'
   | ~~~~~~~|
   :.:.::.:::
   :  :"::"'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig a4d82a2273
haskell-tagstream-conduit: New package, v0.5.2.
So, look at how small we chopped our little tree, we finally got all
dependencies for html-conduit:

        .- yesod-test -.
        |              |
     wai-test      html-conduit
     ___
   <'   `>
 <'  ,.., `>  |----------..
 <  `-'`-' >  | conduit    `.
 `<   ^^   >  |--------.    |
   \vvvvv/'            |    |
  TAGSTREAM
   `^^^^^'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig b0522b53cd
haskell-filesystem-conduit: New package, v0.5.0.1.
A fresh delivery of filesystem conduits just arrived, so we just have to add
tagstream-conduit and we just have direct dependencies left.

    .- yesod-test -.
    |              |
 wai-test          |                        ,-------.
               html-conduit                |  FOOD! |
                   |                       |  ______/
          tagstream-conduit                |/`
  ._________________________.
  |                         |         ,'`--__T__T__T_`::
  |  FILESYSTEM CONDUIT(S)  |         Vvvv. <o] [] []`:,:
  |_________________________|    >--------) _________,-':
...`-'`-'.............`-'`-'.........\^^^^_,'`-'.`-'`-'.:
                                      `"""

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig ecceb38bfb
haskell-hspec: New package, v1.3.0.
Well, we now have a direct dependency of yesod-test, things are coming close,
almost TOO close. But we still have a long journey ahead.

         .---- yesod-test -------.
         |          |            |
         |          |            |
         :       wai-test    html-conduit -.
         :                    |            |
         :                    |  filesystem-conduit
         :                    |
         .                    |
         .           tagstream-conduit
        .

               ,-.,-.,-.-,-.-,.-,-.,-.,-.
              ( down with the s^Hhspec! )
        ,--.  ,'`-'-`-'`-'-`-'--'-`-'-`-'
        |o o|
         `-'\.
        [|]-' \.-`
        .'.   `\
        | |    '`
        | |
        | |
         \|
        hspec

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:17 +02:00
aszlig fb5c721cbe
haskell-hspec-expectations: New package, v0.3.0.2.
Let's continue our trip into the ancient realms of yesod-test:

     .---- yesod-test -------.
     |          |            |
     |          |            |
   hspec     wai-test    html-conduit -.
                          |            |
                          |  filesystem-conduit
                          |
                          |
                 tagstream-conduit

                                `.
.
.`-___                          ' ' '
`- `  `-'-'._,                    , '
  ______      `',               ''' ''
  `-(o,-`       `.  ,          ,'hspec,
                  `' )        ,''  ,'
       __.-,,_,._,-,,'     ,-', expectations
       `-,===,-'-,-'-,====='-, ,'''' '
         `,,==-,-'-,-======,-'---' ,'
-,-,-,-,,_  `-,__ '',       ` '  '
' /'/'    `-,-.__`-,'
                 )'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:16 +02:00
aszlig 0695a74c68
haskell-silently: New package, v1.2.0.2.
Let's begin silently and add the first dependency in our ongoing roadmap of
butchering missing dependencies leading up to yesod-test:

         .---- yesod-test -------.
         |          |            |
         |          |            |
    .- hspec -.  wai-test    html-conduit -.
    |         |               |            |
    :         |               |  filesystem-conduit
    :    hspec-expectations   |
    :                         |
    :                tagstream-conduit
    :
    :
 silently <- Yay, our first victim, silently killed by a chainsaw:

  .,.,.,.,.,.,.||\      ,-. ROAWRR!
 ::::::::::::::   | o O `-'
  `'`'`'`'`'`'`---`

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-12 07:10:16 +02:00
Rob Vermaas ff68b3e130 Add apacheAntOracleJDK variant 2012-09-11 17:07:52 +02:00
Peter Simons 2a183e60bf all-packages.nix: recurse into haskellPackages_ghc761 package set to make it available to nix-env 2012-09-11 10:42:50 +02:00
aszlig 2c315dee85
Merge branch 'tcl-tkabber-fixup'
This introduces the following changes:

 * Fixes libPrefix in Tcl libraries I fucked up a few months ago and adds
   missing meta attributes.
 * Correctly set TKABBER_SITE_PLUGINS so Tkabber is able to find plugins, if
   present.
 * Rely on OPENSSL_X509_CERT_FILE instead of depending on cacert directly.
 * Introduces a new license called "Tcl/Tk", which applies to some Tcl libraries
   and is a variation of the BSD license with restrictions regarding
   governmental use.
 * New package tclgpg for GPG support in Tkabber.
2012-09-11 05:13:03 +02:00
Russell O'Connor 048ef1659f Merge branch 'master' of github.com:NixOS/nixpkgs 2012-09-10 23:50:17 +02:00
Russell O'Connor 46d9146d64 Update SSReflect to version 1.4 2012-09-10 23:15:54 +02:00
aszlig 61e7956b3e
Merge branch 'haskell-diagrams'.
Reviewed by @peti, this adds the diagrams library/DSL and dependencies to
haskellPackages.

The missing Haskell library dependencies are:
 - vector-space-points
 - newtype
 - active
2012-09-10 19:57:52 +02:00
aszlig 3ed91754e2
lastwatch: New package, version 0.4.1.
This is actually one of my own programs I've written some years ago, but as I'm
still using it on several systems, I'm adding it to nixpkgs. As it is an (at the
moment, fanotify looks like it's more suitable) inotify based scrobbler, it of
course requires the inotify feature to be enabled in the kernel.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:54 +02:00
aszlig de5c5467a6
mmv: New package, version 1.01b from Debian.
This package as well as the patches are used from Debian, as the upstream
version is no longer maintained, plus other distributions seem to use the Debian
patched version aswell. And by looking at the patch from Debian, it seems
reasonable, because it contains a _lot_ of fixes that accrued over time.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:53 +02:00
aszlig 930d13e12c
picard: New package, version 1.1.
Picard is the official MusicBrainz audio tagger which is able to use audio
fingerprinting to tag your files.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:53 +02:00
aszlig 03a8eea607
pyinotify: New package, version 0.9.3.
Provides Python bindings for the inotify syscalls. For more information on
inotify, see: http://en.wikipedia.org/wiki/Inotify

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:53 +02:00
aszlig e94d50f359
pep8: New package, version 1.3.3.
This is a style checker/linter to check whether a source files is correctly
formatted according to PEP8: http://www.python.org/dev/peps/pep-0008/

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:52 +02:00
aszlig 96ab1aa9df
pylast: New package, version 0.5.11.
pylast is an interface for the last.fm API version 2.0.
It also supports services such as Libre.fm, which has a similar API.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:52 +02:00
aszlig 5320792ed7
haskell-diagrams: Move main libs into single dir.
That way we have all diagrams specific stuff in one directory, which coulde make
it easier for code-reuse in the future.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
2012-09-10 19:19:17 +02:00
aszlig 4c418cd3aa
haskell-diagrams: New package, v0.5.
This is just a metapackage, so the build is going to fail and we need to fix
things up next.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
2012-09-10 19:19:16 +02:00
aszlig 1763eb518b
haskell-diagrams-cairo: New package, v0.5.0.2.
We use the jailbreak attribute here to avoid splitting off cmdargs and split
into directly versioned packages.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:19:16 +02:00
aszlig e3826e5e9c
haskell-diagrams-core: New package, v0.5.0.1.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
2012-09-10 19:19:16 +02:00
aszlig a7ca544945
haskell-diagrams-lib: New package, v0.5.0.1.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
2012-09-10 19:19:15 +02:00
aszlig cad8a942e1
haskel-vector-space-points: New package.
Starting with version 0.1.1.1, required by diagrams-core.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
2012-09-10 19:19:15 +02:00
aszlig d12f707f6c
haskell-newtype: New package in version 0.2.
This package is required by diagrams-lib.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
2012-09-10 19:19:15 +02:00