Eelco Dolstra
d72adde530
Add nss-myhostname
2012-10-07 14:59:29 -04:00
Peter Simons
0826608328
spamassassin: don't pass 'IOSocketInet6'
...
Adding that package as a build input makes SpamAssassin print "function
re-defined" warnings at run-time.
2012-10-07 18:55:41 +02:00
Alexander Foremny
471ceb6dbb
Merge remote-tracking branch 'upstream/master' into jhc
2012-10-07 17:58:43 +02:00
Alexander Foremny
f2e82a385e
Add jhc 0.8.0
2012-10-07 17:52:43 +02:00
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