Peter Simons
c9182f112a
ledger: update 3.x version to the latest Git snapshot
2013-04-21 20:37:53 +02:00
Peter Simons
2340c84a00
all-packages.nix: strip trailing whitespace
2013-04-21 20:10:40 +02:00
Peter Simons
fdf1d45a38
ghc: add version 7.6.3 (and a corresponding package set)
2013-04-21 20:10:27 +02:00
Jordi
e140b6a454
Add autocutsel to all-packages
2013-04-21 18:46:16 +02:00
Gergely Risko
5c29fcc427
Update ack to 2.02 (and File-Next to 1.12, only used by ack)
2013-04-21 13:10:44 +02:00
Evgeny Egorochkin
e83c2fa4a0
Add KDE 4.10.2. Not ready for production yet, but does compile.
2013-04-21 05:46:18 +03:00
Patrick John Wheeler
3bf0d2b960
ghc-wrapper: install the GHC documentation into the user's profile
...
The freaky implementation was done that way in order to avoid unnecessary
re-builds of all Haskell packages by changing the wrapper script used
internally in those builds.
See <https://github.com/NixOS/nixpkgs/pull/466 > for further details.
2013-04-20 22:14:44 +02:00
Peter Simons
65b95b159e
haskell-checkers: add version 0.3.1
2013-04-20 20:36:57 +02:00
Peter Simons
7dd399abc1
haskell-wai-handler-launch: add version 1.3.1.4
2013-04-20 20:21:38 +02:00
Peter Simons
916aa90491
haskell-pretty-show: add old version 1.2, which still builds fine with GHC 7.0.4
2013-04-20 20:16:27 +02:00
cillianderoiste
96e8703be0
Merge pull request #460 from cillianderoiste/plymouth
...
It works enough to display bootsplash animations in an xorg session and a VT.
I haven't figured out how to run it successfully from the initrd yet and I'm also not happy with the postInstall mess, but I'd rather merge it now than let it get lost. It seems like it should be possible for a user to activate it by using boot.initrd.extraUtilsCommands and boot.initrd.postMountCommands
2013-04-20 08:07:30 -07:00
Vladimír Čunát
7a25aa94cd
gphoto*: update for changed libgphoto version
2013-04-20 12:44:05 +02:00
Vladimír Čunát
e8823c9e5e
Merge pull request #441 from ierton/udisks2-xfce
...
udisks2 for xfce
2013-04-20 01:37:14 -07:00
Peter Simons
00ed85ec25
release-haskell.nix: optparse-applicative won't build with ghc 6.10.4 because it needs a newer version of Cabal
2013-04-19 10:46:18 +02:00
Peter Simons
98130c0b35
release-haskell.nix: build jailbreakCabal with all available compilers
2013-04-19 10:46:18 +02:00
Peter Simons
6f1cec9acb
haskell-packages.nix: fix the implementation of 'cabalNoTest'
...
The previous implementation used the following tying-the-knot trickery to
override 'doCheck' to false for the given build:
cabalNoTest = {
mkDerivation = x: rec {
final = self.cabal.mkDerivation (self: (x final) // { doCheck = false; });
}.final;
};
That seemed to work, but for some reason it caused trouble with some builds --
not all -- that use jailbreakCabal. The problem was the 'stdenv' attribute
couldn't be evaluated properly anymore:
$ nix-build ~/pkgs/top-level/release-haskell.nix -A optparseApplicative.ghc6104.x86_64-linux --show-trace
error: while evaluating the attribute `drvPath' at `/nix/store/qkj5cxknwspz8ak0ganm97zfr2bhksgn-nix-1.5.2pre3082_2398417/share/nix/corepkgs/derivation.nix:19:9':
while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `haskell-optparse-applicative-ghc6.10.4-0.5.2.1' at `/home/simons/.nix-defexpr/pkgs/build-support/cabal/default.nix:40:13':
while evaluating the derivation attribute `configurePhase' at `/home/simons/.nix-defexpr/pkgs/build-support/cabal/default.nix:107:13':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/lib/strings.nix:55:26':
while evaluating the attribute `outPath' at `/nix/store/qkj5cxknwspz8ak0ganm97zfr2bhksgn-nix-1.5.2pre3082_2398417/share/nix/corepkgs/derivation.nix:18:9':
while evaluating the builtin function `getAttr':
while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `jailbreak-cabal-1.1' at `/home/simons/.nix-defexpr/pkgs/build-support/cabal/default.nix:40:13':
while evaluating the derivation attribute `nativeBuildInputs' at `/home/simons/.nix-defexpr/pkgs/stdenv/generic/default.nix:76:17':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/lib/lists.nix:135:21':
while evaluating the attribute `buildInputs' at `/home/simons/.nix-defexpr/pkgs/build-support/cabal/default.nix:22:17':
while evaluating the builtin function `filter':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/build-support/cabal/default.nix:22:60':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/top-level/haskell-packages.nix:119:17':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/lib/customisation.nix:61:22':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/lib/customisation.nix:56:24':
while evaluating the builtin function `isAttrs':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/development/libraries/haskell/Cabal/1.14.0.nix:1:1':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/top-level/haskell-packages.nix:113:20':
while evaluating the attribute `final' at `/home/simons/.nix-defexpr/pkgs/top-level/haskell-packages.nix:114:7':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/build-support/cabal/default.nix:9:5':
while evaluating the function at `/home/simons/.nix-defexpr/pkgs/stdenv/generic/default.nix:51:24':
while evaluating the attribute `meta.license' at `/home/simons/.nix-defexpr/pkgs/development/libraries/haskell/Cabal/1.14.0.nix:17:5':
infinite recursion encountered
I tried to figure out why this happens, but eventually gave up. The new
implementation passes an argument called 'enableCheckPhase' to the Cabal
builder, which determines whether the user-specified doCheck value has any
effect or not. Now, a normal override can be used to disable unit testing.
2013-04-19 10:46:18 +02:00
Peter Simons
67acbf8f37
release-haskell.nix: generate properly nested attribute sets to fix evaluation with nix-build
2013-04-19 10:46:18 +02:00
Peter Simons
49cbf42556
release-haskell.nix: build optparse-applicative with all available GHC versions
2013-04-19 10:46:18 +02:00
Rickard Nilsson
6e8404a7cb
New Haskell library: haskell-acid-state
2013-04-19 07:09:12 +02:00
Rickard Nilsson
8a3f6e8e76
New Haskell library: haskell-safecopy
2013-04-19 07:07:44 +02:00
Vladimír Čunát
c859a46712
xorg: update xorgserver to 1.13.4, and more
...
- update some modules to work with the newer server
- fix many other modules via overrides
- huge cleanup in overrides via better propagation
and pixman include flattening
- URLs of XCB stuff have been moved
2013-04-18 21:33:17 +02:00
Vladimír Čunát
7716b78fc7
pixman: use pixman_cairo for xorg, flatten its includes
2013-04-18 21:31:56 +02:00
Vladimír Čunát
b37b73a56c
poppler: update, include qt4+cairo patches
...
The patches should provide smoother font rendering, like it's with poppler+gtk+cairo.
The code was taken from @mornfall f4fce48c #470 , thanks.
2013-04-18 20:54:47 +02:00
Rickard Nilsson
40ac613f85
obnam: Update to 1.4
2013-04-18 16:09:35 +02:00
Peter Simons
4a8492884c
pkgs/top-level/release-haskell.nix: re-structure Hydra job set
...
The new job set has the following structure:
pkg.ghc762.x86_64-linux = pkgs_x86_64_linux.haskellPackages_ghc762.pkg;
pkg.ghc762.i686-linux = pkgs_i686_linux.haskellPackages_ghc762.pkg;
pkg.ghc6123.x86_64-linux = pkgs_x86_64_linux.haskellPackages_ghc6123.pkg;
pkg.ghc6123.i686-linux = pkgs_i686_linux.haskellPackages_ghc6123.pkg;
This gives us (in theory) the ability to generate a Hydra page that displays
the build status of a package across all versions of GHC and all systems. Right
now, Hydra is not up to it, but Eelco says the feature is "on the todo list".
This file doesn't specify the supported build systems explicitly. Instead, that
information is taken from the respective pkg.meta.platforms attribute.
2013-04-18 12:53:06 +02:00
Evgeny Egorochkin
70ba1888a2
Make kde 4.8 default. Shouldn't cause too many problems.
2013-04-18 03:12:12 +03:00
Zef Hemel
a5e11c08bb
Now using callPackage.
2013-04-17 19:38:02 +02:00
Vladimír Čunát
c122eb61fb
kopete: fix build by using libotr_3_2 again
2013-04-17 19:32:44 +02:00
Vladimír Čunát
ec736312d4
Merge branch 'master' into x-updates
...
Conflicts:
pkgs/development/compilers/vala/default.nix (it's different version)
pkgs/development/libraries/cairo/default.nix (trivial)
2013-04-17 18:26:28 +02:00
Zef Hemel
6464f450d5
Added Dart SDK M4
2013-04-17 16:54:03 +02:00
Rok Garbas
8ea9b3fbac
plone: adding version 4.2.5 and 4.1.6
2013-04-17 02:28:45 +02:00
Rok Garbas
0416e77d82
plone: some versions got pinned wrong
2013-04-17 01:57:40 +02:00
Rok Garbas
a690941f21
plone: update to 4.3
2013-04-17 01:27:59 +02:00
Rok Garbas
f39f369ff1
pythonPackages.buildout: update to 1.7.1 and also:
...
- rename to zc_builout* while keeping alias back to buildout (opening ticket
later to remove it)
- meta: adding zpl licenses
- meta: adding me maintainer
2013-04-17 01:25:45 +02:00
Shea Levy
4a2e18b6ec
perlPackages.DBIxClass: Disable tests for now
...
Tests are broken with latest sqlite, see http://lists.scsys.co.uk/pipermail/dbix-class/2013-April/011271.html
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-16 13:39:41 -04:00
Lluís Batlle i Rossell
9216b0598c
Adding skype4pidgin. It crashes.
2013-04-16 14:53:59 +02:00
Sander van der Burg
1d255f9ab3
titaniumsdk: Added version 3.1 next to version 2.1, and make it configurable
2013-04-16 14:08:37 +02:00
Sander van der Burg
c2389fcb9d
Bumped DBIxClass to version 0.08210
2013-04-16 12:15:02 +02:00
viric
d2d69902e8
Merge pull request #456 from bjornfor/premake
...
premake: bump to version 4.3
2013-04-15 14:35:46 -07:00
Lluís Batlle i Rossell
37b1937704
pidgin-otr: update to 4.0.0
2013-04-15 21:35:26 +02:00
Lluís Batlle i Rossell
d0d1385e1d
pidgin-otr: setting its libotr to 3.2 too
2013-04-15 20:15:19 +02:00
Lluís Batlle i Rossell
b628bbda90
libotr: adding back libotr 3.2; bitlbee failed without it
2013-04-15 20:15:19 +02:00
Peter Simons
64acc3a989
haskell-cuda: update to version 0.5.0.2
2013-04-14 23:06:17 +02:00
Peter Simons
684add983d
haskell-split: update to version 0.2.2
2013-04-14 23:06:17 +02:00
Peter Simons
a3c2a00abb
haskell-testpack: drop obsolete and unmaintained library
2013-04-14 21:19:26 +02:00
Vladimír Čunát
6bd036d5f9
non-linux attempts to fix: libbonobo and libjpeg
2013-04-14 14:06:10 +02:00
Vladimír Čunát
d8a2ae8d01
some libintl and libiconv cleanups + non-linux fixes
2013-04-14 13:43:09 +02:00
Lluís Batlle i Rossell
5f2a1806e5
Adding irssi-otr.
2013-04-13 17:17:47 +02:00
Lluís Batlle i Rossell
49d4d308d4
Adding freenet
...
I don't build freenet_ext or bcprov, I just take the jar.
Freenet irc people told me that freenet_ext barely changes and it's a hell to build.
2013-04-13 15:01:46 +02:00
Vladimír Čunát
17ae1617dc
Merge branch 'master' into x-updates
...
Conflicts (systemd version is split on x-updates):
pkgs/os-specific/linux/systemd/default.nix
2013-04-13 12:21:31 +02:00
Florian Friesdorf
2cb87d9ca1
pythonPackages.ipythonLight: no qt/numpy dependency
2013-04-13 10:02:17 +02:00
Florian Friesdorf
da0694932c
on the way to #463 : make pythonPackages self-referential
2013-04-13 09:52:50 +02:00
Florian Friesdorf
a27001f09f
python-py and python-tox, the latter still broken
2013-04-13 08:59:13 +02:00
Lluís Batlle i Rossell
dc50bd550a
Adding fish (blowfish over irc) for irssi.
2013-04-13 01:35:16 +02:00
Lluís Batlle i Rossell
aaf0a34f2a
Adding silc-client as irssi plugin
...
Alone, with its own irssi, doesn't build.
2013-04-12 21:39:07 +02:00
Lluís Batlle i Rossell
cdd57eb434
Adding silc-server.
2013-04-12 21:39:06 +02:00
Rob Vermaas
e5402a4baf
webob needs ssl module
2013-04-12 19:04:39 +02:00
Eelco Dolstra
4d5ba15ea9
openssh: Update to 6.2p1
2013-04-12 15:27:13 +02:00
Eelco Dolstra
8fc1fe9f6b
socat: Update to 1.7.2.1
...
CVE-2012-0219
2013-04-12 15:01:01 +02:00
Vladimír Čunát
96dd66bf25
Revert "wxGTK: temporarily disable gstreamer support"
...
This reverts commit 9b187c0be1
.
Orbit should work again, thanks to @MarcWeber.
2013-04-12 03:22:27 +02:00
Cillian de Róiste
562cb3f460
Add Plymouth: WIP
2013-04-12 01:58:38 +02:00
Shea Levy
ff54e4724c
Catalyst::Action::REST: Bump to 1.07
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 18:28:08 -04:00
Marc Weber
18297893a3
dbus_daemon is referenced by nixos
2013-04-12 00:19:15 +02:00
Vladimír Čunát
8249695b61
Merge branch 'master' into x-updates
...
Needed that to fix the tarball.
2013-04-11 23:31:33 +02:00
Vladimír Čunát
7d9607f151
dbus: minor update, reorganize and polish the expression
2013-04-11 22:17:26 +02:00
Shea Levy
1c2565a8ef
Add hipchat messaging client
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-11 14:42:32 -04:00
Lluís Batlle i Rossell
d8f98d1a85
Adding avxsynth.
...
To add it, I also add ffms and log4cpp.
2013-04-10 15:12:37 +02:00
Peter Simons
e4526d1b7a
haskell-asn1-types: add version 0.1.0
2013-04-10 14:57:15 +02:00
Eelco Dolstra
bfa358c76e
firefox: Update to 20.0
2013-04-09 18:00:26 +02:00
Bjørn Forsman
38c7d196ac
premake: bump to version 4.3
...
aacskeys depends on premake3, so keep that version around.
2013-04-08 21:06:54 +02:00
Rickard Nilsson
1f82083c20
darktable: Update to 1.2
2013-04-08 18:22:15 +02:00
Peter Simons
d585ef3178
release-small.nix: drop the Emacs 23.x packages from this file
...
Most of these packages are very old and don't compile in 'master' to
begin with, so it's probably not necessary to use them for testing the
stdenv-updates branch.
2013-04-07 23:33:20 +02:00
Peter Simons
b8753c7d28
release-small.nix: switch Emacs 23 to 24
2013-04-07 23:33:19 +02:00
Rob Vermaas
93cabe848f
Upgrade aws-cli and dependencies
2013-04-07 15:34:35 +02:00
Cillian de Róiste
71c171be69
Add evdev: Provides bindings to the generic input event interface in Linux
2013-04-07 02:14:52 +02:00
Cillian de Róiste
e3e160ace3
Fix ordering: rt(midi) comes after re(poze)
...
also fix the order of some other packages, for my sins
2013-04-07 01:53:14 +02:00
Cillian de Róiste
55d3806441
Add python-rtmidi: A Python wrapper for the RtMidi C++ library written with Cython
2013-04-07 01:33:37 +02:00
Rok Garbas
fc4f73863c
python-virtualenv: update to 1.9.1
2013-04-06 17:58:03 +02:00
Peter Simons
fcdd1d5343
perl-packages.nix: fix misplaced attribute from previous commit
2013-04-06 15:28:02 +02:00
Peter Simons
cde41fe551
perl-packages.nix, all-packages.nix: generally refer to 'postgresql' instead of 'postgresql92'
...
This allows users to override the 'postgres' attribute with a different version
and have the effect propagated to all other packages that depend on it.
2013-04-06 15:24:11 +02:00
Lluís Batlle i Rossell
78827836cc
openlierox: fixing and updating.
2013-04-06 12:09:18 +02:00
Peter Simons
f88d383b31
haskell-cryptohash-cryptoapi: add version 0.1.0
2013-04-06 10:32:54 +02:00
Peter Simons
8f2719a1c3
haskell-polyparse: drop obsolete version 1.7
2013-04-06 10:32:54 +02:00
Peter Simons
e99909002f
xdot: link with latest version of polyparse
2013-04-06 10:32:54 +02:00
Peter Simons
50f65f62d8
haskell-graphviz: link with latest version of polyparse
2013-04-06 10:32:54 +02:00
Peter Simons
8792406e8f
haskell-postgresql-libpq: link with client library from PostgreSQL 9.2
2013-04-06 10:32:54 +02:00
Peter Simons
e2b6f3ebed
haskell-primitive: drop obsolete versions 0.4.1 and 0.5
2013-04-06 10:32:54 +02:00
Domen Kozar
130c081966
add thinkfan package
2013-04-06 00:34:50 +02:00
Lluís Batlle i Rossell
04d41f95d0
Adding d2x-rebirth, source port of the Descent 2 engine
2013-04-05 22:59:20 +02:00
Lluís Batlle i Rossell
65c008f653
Adding d1x-rebirth, Descent 1 source port.
2013-04-05 22:59:20 +02:00
Shea Levy
18b65bfd0b
Add pika pythonPackage
...
For some reason tests don't run
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 14:54:23 -04:00
Lluís Batlle i Rossell
d5a036d63d
Adding Skype Call Recorder.
2013-04-05 16:03:25 +02:00
Cillian de Róiste
742d198def
Add mid2key: a tool which maps midi notes to keystrokes
2013-04-05 01:25:34 +02:00
Lluís Batlle i Rossell
d0d4e66652
ffmpeg: update to 1.2 (and patching mplayer2)
...
Simple patch required by mplayer2 to build with ffmpeg 1.2.
2013-04-04 23:07:23 +02:00
viric
4caae69c69
Merge pull request #449 from cpages/dhewm3
...
Dhewm3: an SDL port of the Doom 3 GPL code
2013-04-04 13:14:04 -07:00
Vladimír Čunát
18480ed41b
dbus_* naming reorganization
2013-04-04 22:00:59 +02:00
Vladimír Čunát
eb2e46aab2
Merge branch 'master' into x-updates
...
Conflicts:
pkgs/applications/graphics/rawtherapee/default.nix
pkgs/applications/misc/blender/default.nix
pkgs/applications/networking/browsers/chromium/sources.nix
pkgs/os-specific/linux/kernel/linux-3.9.nix
pkgs/top-level/all-packages.nix
2013-04-04 21:43:40 +02:00
Eelco Dolstra
22d4472d27
postgresql: Make 9.2 the default
...
PostgreSQL 8.3 is end-of-life so it shouldn't be our default anymore.
The problem with changing the default PostgreSQL is that it breaks
NixOS installations that have PostgreSQL enabled without specifying an
explicit PostgreSQL version, because PostgreSQL does not do automatic
schema migration if the major version changes.
Thus, it's always a good idea to specify the desired major version
explicitly:
services.postgresql.package = pkgs.postgresql92;
(In fact, maybe we should remove the default value for
services.postgresql.package.)
2013-04-04 18:13:09 +02:00
Rickard Nilsson
e31ffe6fb0
gmpc 11.8.16: New package, a GTK MPD (Music Player Daemon) client
2013-04-04 17:42:17 +02:00
Rickard Nilsson
7dbec8267c
normalize 0.7.7: New package, an audio file normalizer
2013-04-04 17:07:09 +02:00
Peter Simons
b331fb0ad2
pkgs/top-level/release-haskell.nix: sort attributes alphabetically
2013-04-04 16:18:09 +02:00
Peter Simons
10fee86597
pkgs/top-level/release-haskell.nix: build 'keter' in the default haskellPackages set
2013-04-04 16:18:09 +02:00
Peter Simons
9de2cbe77b
Merge pull request #442 from pSub/keter
...
New: keter, Yesod deployment manager.
2013-04-04 06:44:59 -07:00
Vladimír Čunát
979f2b0110
xfce: ./support/ not needed anymore
2013-04-04 12:02:53 +04:00
Vladimír Čunát
94c741c7ad
gvfs: add globally, lightWeight by default
...
HeavyWeight will be fixed after gnome3 from x-updates.
2013-04-04 12:02:53 +04:00
Vladimír Čunát
7ce97cc443
udisks: split to udisks1 (stays default) and udisks2
2013-04-04 12:02:53 +04:00
Rickard Nilsson
c8d9a9f79b
haskell-scotty 0.4.6: New package, a simple web framework
2013-04-04 09:22:43 +02:00
Moritz Ulrich
f49becb7a6
Merge branch 'master' into dropbox-py
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Conflicts:
pkgs/top-level/all-packages.nix
2013-04-04 00:18:48 +02:00
Pascal Wittmann
310b1221e1
New: keter, Yesod deployment manager.
...
Including the dependencies: unix-process-conduit and networkConduitTls.
2013-04-03 23:50:40 +02:00
Vladimír Čunát
16f4550761
Merge pull request #411 from ocharles/gnome-themes-standard
...
gnome-themes-standard: Initial expression
2013-04-03 11:59:19 -07:00
Vladimír Čunát
a89ca06293
Merge pull request #439 from jcumming/recoll.130401
...
recoll: add 1.18.1
2013-04-03 08:22:33 -07:00
Vladimír Čunát
96d5b0fc26
Merge pull request #419 from MarcWeber/submit/lprof
...
lprof: add
2013-04-03 08:15:30 -07:00
Vladimír Čunát
2cd7d9d29e
Merge pull request #417 from the-kenny/g500-control
...
g500-control: add
2013-04-03 08:14:18 -07:00
Peter Simons
41281b762a
Add various data-default instances.
2013-04-03 14:12:48 +02:00
Peter Simons
0baa128eba
haskell-data-default-class: add version 0.0.1
2013-04-03 14:12:47 +02:00
Shea Levy
48a4e91989
nodePackages.patchLatest: Handle tarballs whose root directories are already named 'package'
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-03 07:41:02 -04:00
Carles Pagès
8f2662d480
dhewm3: add current master from github
...
This is a port of the Doom 3 source code released under GPL. Amongst others,
this makes use of SDL to be multiplatform, and supports amd64.
2013-04-02 22:28:30 +02:00
Rickard Nilsson
c544639554
darktable: Add 1.2-RC1 as darktable12
2013-04-02 15:53:57 +02:00
Peter Simons
51fadefc47
haskell-HUnit: add version 1.2.5.2
2013-04-02 13:05:59 +02:00
Jack Cummings
7bc828366f
recoll-1.18.1
2013-04-01 15:42:41 -07:00
Domen Kozar
62d7abf42a
flexget: run time dependency on deluge (plugin)
2013-04-01 22:55:33 +02:00
viric
7c56d001b2
Merge pull request #427 from mpashton/mpa
...
Upgrade kicad to stable 20130325
2013-04-01 11:05:51 -07:00
Rob Vermaas
2fe5c12d35
Add s3http node package
2013-04-01 17:45:18 +02:00
Shea Levy
cf019ab91e
Add git prerelease of aws-sdk nodePackage
...
Required modifying patchLatest to handle tarballs that don't create a 'package' directory
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-01 10:51:22 -04:00
Domen Kožar
ce9abc8119
Merge pull request #434 from the-kenny/yeganesh
...
New: yeganesh, a small wrapper around dmenu.
2013-04-01 04:26:08 -07:00
Lluís Batlle i Rossell
b10ab7a19a
tinycc: updating it to 0.9.26
...
I simplified the expression a bit. And I renamed it to 'tcc'.
I think everyone calls it tcc.
2013-04-01 12:50:45 +02:00
Moritz Ulrich
72a724c0d2
New: yeganesh, a small wrapper around dmenu.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-04-01 12:13:01 +02:00
Peter Simons
a83f32b335
haskell-hspec-expectations: drop obsolete version 0.3.0.3
2013-04-01 11:46:14 +02:00
Peter Simons
00346f1bbb
haskell-hspec-expectations: switch default to version 0.3.2
2013-04-01 11:46:14 +02:00
Peter Simons
3c28408f84
haskell-quickcheck-io: add version 0.1.0
2013-04-01 11:46:14 +02:00
Peter Simons
8b3fd09c00
Merge pull request #433 from jcumming/rawtherapee.130331
...
rawtherapee-4.0.10
2013-04-01 02:42:32 -07:00
Peter Simons
f7b0e161b0
Merge pull request #432 from jcumming/shntool.130322
...
shntool-3.0.10
2013-04-01 02:39:46 -07:00
Peter Simons
6382266e58
Merge pull request #431 from jcumming/cuetools.130317
...
cuetools-1.3.1
2013-04-01 02:39:17 -07:00
Peter Simons
7b6b0a85d4
Merge pull request #430 from orbitz/add-multitail-5.2.12
...
Add multitail
2013-04-01 02:36:57 -07:00
Jack Cummings
437419a124
rawtherapee-4.0.10 . Add a 'float' option to fftw, as this version of rawtherapee requires it.
2013-03-31 21:33:21 -07:00
Michael Ashton
7b01680d87
kicad: upgrade to stable version 20130325, libraries to r220
...
- changed to require wxWidgets 2.9 -- seems to satisfy requirement for
libgtkprint, even with gtk2
2013-03-31 19:17:02 -07:00
Rok Garbas
98ba667094
adding varnish
2013-04-01 01:24:56 +02:00
Rob Vermaas
1e071cd3b2
Add smartdc, http_signature python packages
2013-03-31 22:58:48 +02:00
Malcolm Matalka
d819ee8b7e
Add multitail
2013-03-31 19:40:11 +02:00
Rok Garbas
86e5e52d99
plone: upgrading to 4.3rc1
2013-03-31 08:53:23 +02:00
Rok Garbas
38fce2879f
Merge pull request #413 from ebzzry/master
...
Add chicken-4.8.1
2013-03-30 23:34:01 -07:00
Lluís Batlle i Rossell
6281042def
Adding oath-toolkit and xmlsec
...
I added xmlsec to make it work with oath-toolkit (to build one extra tool
there, that I don't need), but I couldn't make it work together.
2013-03-31 00:08:17 +01:00
Lluís Batlle i Rossell
2ba0d9d3ae
fuloong linux: add CGROUPS and disable FTRACE
...
FTRACE was making linux not load at all. And systemd
wants cgroups.
2013-03-30 23:38:39 +01:00
Lluís Batlle i Rossell
c908d2130f
Adding 'google-authenticator'
2013-03-30 21:06:06 +01:00
Lluís Batlle i Rossell
c7cf2b1690
Adding otpw (a one-time password system)
2013-03-30 21:06:05 +01:00
Domen Kožar
3c7ec2b559
Merge pull request #422 from offlinehacker/xpra-0.8.8
...
Upgrading xpra to 0.8.8
2013-03-30 07:45:40 -07:00
Jaka Hudoklin
06425fca37
Upgrading xpra to 0.8.8
2013-03-30 15:23:51 +01:00
Vladimír Čunát
9b187c0be1
wxGTK: temporarily disable gstreamer support
...
Currently it needs gconf2 which depends on orbit,
which seems unmaintained and doesn't even build with new glib.
2013-03-30 12:12:22 +01:00
Peter Simons
6692fbd0ae
haskell-defaults.nix: remove useless for cabal2nix on GHC 6.10.4
...
We cannot build 'tar' on that platform, which is a dependency of cabal2nix.
2013-03-30 00:12:36 +01:00
Lluís Batlle i Rossell
64e4027d91
Making omxplayer build with gcc47
2013-03-29 21:54:28 +01:00