Eelco Dolstra
562851a068
thunderbird: Update to 38.3.0
2015-10-01 13:54:00 +02:00
taku0
57155e04a7
firefox-bin: 41.0 -> 41.0.1, thunderbird-bin: 38.2.0 -> 38.3.0
2015-10-01 20:44:37 +09:00
Bryan Gardiner
4eb5068a13
claws-mail: fix conflict with shared_mime_info link
...
Fixes #10156 . Close #10157 .
2015-09-30 19:43:29 +02:00
Bryan Gardiner
c39a557095
claws-mail: add hicolor_icon_theme dependency
...
We want the hicolor_icon_theme hook to strip Claws's icon-theme.cache.
2015-09-30 19:42:52 +02:00
Moritz Ulrich
47c92a87c8
mutt: 1.5.23 -> 1.5.24
...
This change uses a different patchset for mutt-with-sidebar.
2015-09-29 00:23:55 +02:00
Eelco Dolstra
422e3736d5
thunderbird: Update to 38.2.0
2015-09-28 15:44:37 +02:00
Vladimír Čunát
76ef7a93e3
Merge: xlibs and x11 attribute cleanup
...
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
Bryan Gardiner
268b4d5cfe
claws-mail: fix attachment MIME type detection
...
Adds support for shared-mime-info to Claws, to fix attachments in
outgoing messages always having MIME type application/octet-stream
because Claws doesn't know where to look, instead complaining:
/nix/store/...-claws-mail-3.11.1/etc/mime.types: fopen: No such file or directory
Moreover, Claws relies on incoming MIME types for knowing when e.g. to
display an attached image, so sending application/octet-stream
unnecessarily is bad.
Tested against release-15.09.
2015-09-18 04:52:44 -07:00
Bryan Gardiner
5e3eb6741f
claws-mail: enable parallel building
2015-09-18 04:32:35 -07:00
Vladimír Čunát
88c9f8b574
xlibs: replace occurrences by xorg
...
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Bryan Gardiner
ab206a0e9a
claws-mail: install the .desktop file
2015-09-11 23:23:30 -07:00
Bryan Gardiner
7d7e983393
claws-mail: add myself as maintainer
2015-09-11 23:23:26 -07:00
taku0
dffb7373a5
firefox-bin: 39.0.3 -> 40.0.2, thunderbird-bin: 38.1.0 -> 38.2.0
2015-08-18 20:35:10 +09:00
taku0
f059656ef2
thunderbird: 31.7.0 -> 38.1.0
2015-08-08 23:25:24 +09:00
Jan Malakhovski
9966ec4e54
notmuch: fix gpg path in notmuch-config.c
...
Fixes errors when attempting to decrypt an encrypted message.
I'm not sure that `crypto.c` needs to be patched after this, since this setting
should propagate there, but let's play it safe.
2015-08-06 22:11:29 +02:00
Null is Too Long
804f0098ef
thunderbird-bin: fix icon path
2015-08-04 12:23:28 -04:00
Franz Pletz
6d257267ae
mutt-kz: 1.5.23.1-rc1 -> 1.5.23.1
2015-07-22 23:14:52 +02:00
taku0
7064dd1f88
thunderbird-bin: 38.0.1 -> 38.1.0
2015-07-12 11:39:09 +09:00
Moritz Ulrich
25c7e5fafe
notmuch: 0.19 -> 0.20.2
2015-07-06 17:37:15 +02:00
Eelco Dolstra
d8c9fa5043
Remove meta.license hack
2015-06-19 14:14:52 +02:00
taku0
4e78d76c18
thunderbird-bin: update to version 38.0.1, closes #8357
2015-06-18 11:40:13 +02:00
Jascha Geerds
8ae4d0b1e1
Add mailnag package
2015-06-14 18:31:48 +02:00
taku0
5f890ceca1
firefox-bin, thunderbird-bin: update patchelf arguments
2015-06-06 19:05:57 +09:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Eelco Dolstra
99e9710348
thunderbird: Update to 31.7.0
...
Also enable parallel building, as it seems to work reliably for
Firefox.
2015-05-22 11:46:18 +02:00
taku0
3705c62266
thunderbird-bin: update to version 31.7.0
2015-05-20 09:33:30 +09:00
Eelco Dolstra
748be0b5d0
thunderbird: Update to 31.6.0
...
Fixes various critical vulnerabilities.
2015-05-11 11:46:57 +02:00
William A. Kennington III
ed22d756af
pine: Use the passthru version of tcl
2015-04-26 21:20:15 -07:00
Bjørn Forsman
6e0d0636a1
mutt: use "sendmail" instead of "/usr/bin/sendmail"
...
That way sending mail with mutt works on NixOS too, without having to
manually change mutt's config on your system. sendmail will be found in
$PATH at runtime, and thus the setuid wrapper will be used, if
available.
2015-04-12 10:48:30 +02:00
Arseniy Seroka
e7dc8c3f27
Merge pull request #7195 from KoviRobi/mailcheck
...
Added mailcheck, simple utility to check for mail.
2015-04-06 00:41:53 +03:00
Kovacsics Robert (NixOS-SSD2)
9558523821
Added mailcheck, simple utility to check for mail.
2015-04-05 19:50:43 +01:00
taku0
ce7481e129
firefox-bin: update to version 37.0; thunderbird-bin: update to version 31.6.0
2015-04-02 23:16:50 +09:00
Jan Malakhovski
d711528c8b
pythonPackages: notmuch: revert 6258728
, move sourceRoot setting to top-level notmuch
...
Looks like this is the only way to do what 6258728318
was expected to do that doesn't break things and doesn't look like a complete hack.
The problem is that different `fetch`ers generate very different results (from
archive files to plain source trees) and allowing overriding `src` in top-level
derivation when there is a derived python package is no trivial matter.
2015-03-31 05:36:28 +00:00
Jan Malakhovski
6ac68a4c59
sylpheed: cleanup
2015-03-29 23:21:04 +00:00
Bart Brouns
bd3e18d60f
rebase mutt-kz on master, as requested in:
...
https://github.com/NixOS/nixpkgs/pull/6836
2015-03-25 13:37:19 +01:00
taku0
2e8f2d6477
firefox-bin: update to version 36.0; thunderbird-bin: update to version 31.5.0
2015-02-25 22:42:05 +09:00
Vladimír Čunát
dbae4f109f
Merge branch 'master' into staging
...
Conflicts (relatively simple):
pkgs/applications/audio/spotify/default.nix
pkgs/build-support/cc-wrapper/default.nix
pkgs/development/compilers/cryptol/1.8.x.nix
2015-01-31 19:34:57 +01:00
Charles Strahan
034488ec80
ruby: fixup mpdcron
2015-01-21 22:38:29 -05:00
Charles Strahan
317d78d145
consule: use new bundlerEnv
2015-01-21 20:33:19 -05:00
Charles Strahan
f52c32fcfc
ruby: rewrite sup
package
2015-01-21 18:23:35 -05:00
Charles Strahan
dfc225d143
Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-ruby
...
Conflicts:
pkgs/applications/version-management/git-and-tools/default.nix
pkgs/applications/version-management/git-and-tools/hub/default.nix
pkgs/tools/audio/mpdcron/default.nix
2015-01-20 20:21:03 -05:00
Peter Simons
ec6b82a0c2
Merge branch 'master' into staging.
2015-01-19 18:41:17 +01:00
Eric Seidel
f3c6827373
rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc
2015-01-14 20:27:55 -08:00
taku0
9d2cf54c6a
firefox-bin: update to version 35.0; thunderbird-bin: update to version 31.4.0
2015-01-15 09:43:10 +09:00
Vladimír Čunát
07966befee
thunderbird: update, and refactor the expression
...
- use mach for building (the way Mozilla devs use),
- use --disable-debug-symbols to reduce build-time resource consumption
2015-01-13 22:10:39 +01:00
Jan Malakhovski
8cc5279b70
sylpheed: actually enable gpg support
2015-01-07 11:08:58 +00:00
John Wiegley
2ae2c92b13
notmuch: remove dependency on gdb on Darwin
2015-01-03 07:35:14 -05:00
Charles Strahan
94dd4b9721
ruby: WIP
2014-12-30 21:05:00 -05:00
Shea Levy
05edd656f6
Missed gcc refs
2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Vincent Laporte
18e5582f6c
claws-mail: update from 3.10.1 to 3.11.1
2014-12-03 16:22:14 +01:00
taku0
a5e1fa2479
firefox-bin, thunderbird-bin: major updates
...
Close #5207 .
2014-12-02 21:51:25 +01:00
Eelco Dolstra
1abc3e0155
firefox-bin: Fix meta.license
2014-11-25 16:30:50 +01:00
Michael Raskin
e9c9437445
Add realpine alpine continuation
2014-11-23 19:46:17 +03:00
Michael Raskin
09288d4c01
Fix the libgcc_s problem in alpine
2014-11-23 19:23:03 +03:00
Michael Raskin
ff2a1a3691
Adding Alpine mail reader
2014-11-23 18:36:25 +03:00
lethalman
f0e4b745f7
Merge pull request #5046 from abbradar/checksum-fixes
...
Checksum fixes
2014-11-19 18:02:09 +01:00
Nikolay Amiantov
9c658343dd
mutt-with-sidebar: simplify, fix checksum
2014-11-19 19:48:01 +03:00
Max Gonzih
849232f13d
Update sha256 for mutt sidebar patch
...
Seems like file was changed.
2014-11-18 14:42:07 +01:00
Mateusz Kowalczyk
43b6d42fbd
imapfilter: update from 2.5.6 to 2.5.7
2014-11-17 16:42:28 +00:00
Moritz Ulrich
c227e8f259
notmuch: Update to 0.19.
...
This commit also enables manpages.
2014-11-15 17:58:40 +01:00
Michael Raskin
41ff7d75fd
Add mutt sidebar patch — Fixes #3222 (a PR by Leon Waldman)
2014-11-09 17:55:19 +03:00
Vladimír Čunát
1918f8737b
thunderbird: update to 31.2.0, including security
...
Some "critical security fixes" are claimed:
https://www.mozilla.org/security/known-vulnerabilities/thunderbird/#thunderbird31.2.0
2014-11-04 15:19:36 +01:00
taku0
f2c94b72ed
thunderbird-bin: update script to uses sha1 from mozilla
2014-11-04 22:28:59 +09:00
Mateusz Kowalczyk
4a58f4da53
thunderbird-bin: update to 31.2.0
2014-10-27 14:42:12 +00:00
Moritz Ulrich
6b40891796
notmuch: Update to 0.18.2.
2014-10-25 20:41:39 +02:00
Patrick Mahoney
bbce2e0889
notmuch: Dynamic link to absolute path on darwin.
2014-10-17 11:27:28 -05:00
Patrick Mahoney
cb3343c48a
notmuch: Use 'find' to patch test script shebangs.
2014-10-17 11:24:27 -05:00
Aristid Breitkreuz
afe8b54b49
Merge pull request #4381 from khumba/claws-mail
...
New packages: claws-mail-3.10.1, libetpan-1.5.
2014-10-09 20:31:01 +02:00
Matej Cotman
c1e7c34602
mailpile: update to 0.4.1
2014-10-09 12:50:11 +02:00
Bryan Gardiner
de0a388ccf
Add claws-mail and libetpan.
...
Adds Nix expressions for claws-mail (http://www.claws-mail.org ) and a
dependency that is not already in the tree, libetpan
(http://www.etpan.org/libetpan.html ).
The Claws expression has flags for toggling the build of various plugins.
2014-10-06 18:07:43 -07:00
Vladimír Čunát
a5e8f410bf
thunderbird: maintenance update
...
The corresponding security problem should've been fixed by the latest nss update.
2014-09-27 18:24:45 +02:00
Matej Cotman
313f01bad8
mailpile: fix issues by upgrade to current master and add openssl
2014-09-26 10:47:29 +02:00
taku0
8c5486109a
firefox-bin: update to version 32.0.3; thunderbird-bin: update to version 31.1.2
2014-09-25 22:30:46 +09:00
Georges Dubus
e27c77353e
thunderbird: update from 31.1.0 to 31.1.1
2014-09-23 10:37:24 +02:00
Mateusz Kowalczyk
c86a7a2841
Hopefully update all thunderbird-bin sources
2014-09-21 19:50:01 +01:00
Mateusz Kowalczyk
76fc080203
thunderbird-bin: update from 31.0 to 31.1.1, potentially fixes CVE-2014-1553, CVE-2014-1562, CVE-2014-1563, CVE-2014-1564, CVE-2014-1565, CVE-2014-1567
2014-09-21 19:14:14 +01:00
Mateusz Kowalczyk
3869364bd3
imapfilter: update from 2.5.4 to 2.5.6
2014-09-21 18:41:28 +01:00
Domen Kožar
5198f9bc29
mailpile: dev -> 0.4.0 (beta release)
2014-09-14 18:28:23 +02:00
Domen Kožar
2632afa131
pypy: handle unsupported packages
2014-09-12 00:26:50 +02:00
Vladimír Čunát
42bb59a8a6
thunderbird: maintenance update, including security
2014-09-04 23:36:41 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Eelco Dolstra
2d6d43c02c
Fix tarball build
2014-08-24 18:52:50 +02:00
Bjørn Forsman
624fb66605
sup: mark as broken
...
Several of its buildInputs (given in all-packages.nix) does not exist
anymore (version updates and attribute renaming?).
Mark as broken to unblock nixpkgs channel.
2014-08-23 14:21:53 +02:00
Luca Bruno
3353e8550f
sup: fix build for ZHF
2014-08-21 12:47:12 +02:00
Rok Garbas
14f9300402
notmuch: update to 0.18.1
2014-08-03 14:04:45 +02:00
Austin Seipp
5b9be82617
Merge pull request #3415 from bodil/master
...
thunderbird-bin: Update to version 31.0.
2014-07-31 21:28:20 -05:00
Vladimír Čunát
dac1791fb5
thunderbird: major update 17.* -> 31.0
...
- To fix build problems, I refactored the build process
according to Mozilla recommendations.
- 31.0 should become the next ESR branch (31 released today).
CC @nbp @edolstra
(cherry picked from commit adc2edd5cf
)
2014-07-31 16:30:04 +02:00
Bodil Stokke
5a329bbe23
thunderbird-bin: Update to version 31.0.
2014-07-31 03:08:07 +01:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
John Wiegley
67e4df75dd
Revert "mutt: update to 1.5.23"
...
This reverts commit 6a7d60c01a
.
2014-07-04 15:48:14 -05:00
_1126
61c200391a
mutt: added mailpath.patch.
2014-07-02 17:14:20 +02:00
_1126
6a7d60c01a
mutt: update to 1.5.23
...
This commit rewrites the expression somewhat:
- it tries to simplify the expression.
- it changes from fetchurl to fetchhg.
- a patch to configure.ac is added in order to enable configuring the
source on NixOS.
2014-07-02 17:08:45 +02:00
third3ye
a322687423
Application.ini does not refer correctly
...
The "Application.ini" provided with Thunderbird does not correctly set the path to the icon location. Visa vi it refers to '$out/lib/thunderbird-17.0.11esr', which doesn't exist, but '$out/lib/thunderbird-17.0.11' does. To remedy this problem I added a new variable called 'verName" which adds 'esr' after the variable '$version'. Then change the variables necessary so that the build process sets working references.
Fuuzetsu suggested putting the verName variable inside of mkDerivation. I cannot surmise.
2014-06-16 05:24:24 +02:00
taku0
22b0306976
thunderbird-bin: update to version 24.6.0
2014-06-11 22:33:26 +02:00
Michael Raskin
2884f2c273
Merge pull request #2507 from lovek323/sup
...
sup: update to 0.18.0
2014-06-09 11:25:48 +04:00
Jason "Don" O'Conal
58ade1d1db
sup: update to 0.18.0
2014-06-02 08:33:29 +10:00
Rob Vermaas
c7b8dd8581
Merge pull request #2506 from ikervagyok/mutt
...
Updated to mutt-1.5.23
2014-05-09 15:15:02 +02:00
Benjamin Podszun
0008a4b6c4
sylpheed: 3.2 (2012) -> 3.4.1 (2014) ( close #2558 )
...
vcunat fixed eval and tested it runs.
2014-05-08 23:35:51 +02:00
Lengyel Balázs
fed4f39c73
Updated to mutt-1.5.23
2014-05-05 00:21:31 +02:00
taku0
af0139d7d4
Update thunderbird-bin to version 24.5.0
2014-05-02 21:21:29 +02:00
taku0
c4eadfbac5
add thunderbird-bin: the binary package for Thunderbird mail client
2014-04-13 00:29:14 +09:00
William A. Kennington III
4a112f46b1
sup: Push sup to the latest git commit
...
ncursesw was also pushed forward from 1.3.1.2 -> 1.4.6 as the packaging
was changed for the latest version of sup
2014-03-17 12:04:31 -05:00
Vladimír Čunát
3269027235
thunderbird: simple esr bump (Nov 2013), incl. CVE
...
I failed to make -26 build, so this will get security fixes at least.
2014-02-10 18:40:18 +01:00
Domen Kožar
409677fbd2
mailpile: update dev version
2014-01-29 18:57:16 +01:00
Domen Kožar
8a5c65abf4
mailpile: update dev version
2014-01-24 14:33:40 +01:00
Domen Kožar
15006a1788
mailpile: add spambayes dependency to spam/ham emails
2014-01-22 08:06:18 +01:00
Shea Levy
6731ed2b86
Fix tarball
...
Hopefully this kind of thing won't be needed with nix 1.7
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-21 09:53:21 -05:00
Domen Kožar
a3716328e6
Add mailpile: A modern, fast web-mail client with user-friendly encryption and privacy features
2014-01-21 14:11:19 +01:00
Rok Garbas
d805a2b01d
notmuch: update to 0.17
2014-01-09 09:49:07 +01:00
Bjørn Forsman
04dd0bb5df
sup: fix chroot build
...
By making fetchgit a fixed-output derivation.
2013-12-03 17:26:19 +01:00
Jason "Don" O'Conal
d937187808
sup: update to latest version, use better version number
2013-12-03 17:14:58 +01:00
Moritz Ulrich
a29f3a9167
Mutt: Update to 1.5.22.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-01 12:35:22 +01:00
Rok Garbas
b4aa481080
notmuch: update to 0.16
2013-11-23 14:57:20 +01:00
Jason "Don" O'Conal
ab18b33f3e
sup: update to latest version
2013-10-27 21:57:09 +01:00
Eelco Dolstra
117b0034c2
thunderbird: Disable parallel building
...
Seems to cause random build failures.
http://hydra.nixos.org/build/5956789
2013-09-04 11:00:02 +02:00
Lluís Batlle i Rossell
463029fe91
thunderbird: reenabling parallel building
...
It built fine here. Maybe the previous failure was of a particular version.
2013-08-13 17:29:17 +02:00
Eelco Dolstra
287c9ba6d4
thunderbird: Update to 17.0.8
2013-08-12 14:57:27 +02:00
Evgeny Egorochkin
d614ae9959
sylpheed: fix version to match tarball
2013-07-14 02:08:53 +03:00
Eelco Dolstra
e969c941b3
thunderbird: Update to 17.0.7
2013-07-01 19:55:33 +02:00
Jason "Don" O'Conal
cf2b5daa15
sup: update to latest version
2013-06-20 10:09:15 +10:00
Jason "Don" O'Conal
d166efdff5
sup: add missing dependencies
...
* rubygems `locale` and `text` were missing from the sup expression
2013-06-15 21:03:01 +10:00
Jason "Don" O'Conal
d0d9470519
sup: add required gems and separate dependencies
2013-06-14 18:06:14 +10:00
Jason "Don" O'Conal
6f50a9d4f0
sup: use libiconvOrEmpty instead of plain old libiconv
2013-06-13 14:21:20 +10:00
Jason "Don" O'Conal
a5e65e66b1
sup: separate dependencies
...
create separate expressions for gems requiring native extensions to be
built:
* gpgme
* ncursesw_sup
* xapian_full_alaveteli
2013-06-13 10:45:51 +10:00
Jason "Don" O'Conal
ee00c7aa4e
Add gpgme build input for sup
2013-06-13 10:45:42 +10:00
Jason "Don" O'Conal
4fe22e28cb
Add sup expression
2013-06-13 10:42:30 +10:00
Christophe Raffalli
a7b8017583
Added imapfilter
2013-06-06 10:48:57 +02:00
Eelco Dolstra
0979db0c19
thunderbird: Update to 17.0.6
...
Includes lots of security fixes.
2013-05-17 14:55:45 +02:00
Jonas Hoersch
089404358d
notmuch: patch source to use full path of gpg2
...
gets rid of the dependency on the old gnupg1. and enables decryption
even if the gpg binary is not in the users environment.
warning: i don't know whether the switch from gnupg1 to gnupg
introduces any incompatibilities. this is a works for me patch.
2013-04-22 10:39:48 +02:00
Rok Garbas
464fd741cd
notmuch: update to 0.15.2
2013-03-17 15:13:53 +01:00
Rok Garbas
13fcbc7baf
notmuch: update from 0.14 to 0.15
2013-02-19 04:46:47 +01:00
Eelco Dolstra
a2c2d8e28a
thunderbird: Disable parallel building
...
It's broken just as in Firefox.
http://hydra.nixos.org/build/3441371
2012-12-09 02:07:42 +01:00
Rok Garbas
b47b2e4f0b
notmuch: sha256 was wrong
2012-11-25 18:57:58 +01:00
Eelco Dolstra
9ba89899d5
thunderbird: Update to 17.0
2012-11-23 16:41:42 +01:00
Lluís Batlle i Rossell
677946fede
mutt: fixing its gpgme support (upstream patch)
2012-11-14 22:51:18 +01:00
Florian Friesdorf
f1fba6482a
notmuch-0.14
2012-11-12 00:01:36 +01:00
Eelco Dolstra
5896f13961
thunderbird: Update to 16.0.2
2012-10-31 17:16:01 +01:00
Eelco Dolstra
55aa7f0d6f
sylpheed: Update to 3.2
...
http://hydra.nixos.org/build/3156892
2012-10-15 11:27:37 -04:00
Eelco Dolstra
05d240ceda
thunderbird: Update to 15.0.1
2012-10-05 16:15:56 -04:00
Eelco Dolstra
ea2fbd7864
Fix Thunderbird/Firefox URLs
...
The Mozilla FTP site has old releases, so is preferred over HTTP.
2012-09-11 16:11:16 -04:00
Rok Garbas
d91b51c140
Update: notmuch to 0.13.2
2012-08-13 00:24:14 +02:00
Eelco Dolstra
bf791214c9
* Thunderbird updated to 11.0.1.
...
svn path=/nixpkgs/trunk/; revision=33568
2012-04-04 15:33:33 +00:00
Florian Friesdorf
a09f26e1a2
notmuch-0.12 (thx garbas)
...
svn path=/nixpkgs/trunk/; revision=33535
2012-04-02 10:24:30 +00:00
Shea Levy
0728828fac
Remove old Thunderbird with Eelco's blessing
...
svn path=/nixpkgs/trunk/; revision=33335
2012-03-21 17:15:39 +00:00
Shea Levy
f67b9d8f2d
Thunderbird: Blind update
...
svn path=/nixpkgs/trunk/; revision=33320
2012-03-21 01:26:21 +00:00
Yury G. Kudryashov
776bedbb5f
Remove some files not reachable from all-packages.nix
...
List of removed files:
* pkgs/applications/misc/kiwixbuilder/default.nix
* pkgs/applications/misc/simgrid/default.nix
* pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix
* pkgs/applications/networking/mailreaders/thunderbird/7.x.nix
* pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch
* pkgs/development/libraries/bluez-libs/default.nix
* pkgs/development/libraries/libjingle/0.4.0.nix
* pkgs/development/perl-modules/Font-TTF/default.nix
* pkgs/tools/X11/xauth/default.nix
* pkgs/tools/security/p0f/default.nix
* pkgs/tools/security/p0f/p0f.patch
svn path=/nixpkgs/trunk/; revision=33205
2012-03-17 17:20:30 +00:00
Florian Friesdorf
9fd94809e5
notmuch-0.11.1
...
svn path=/nixpkgs/trunk/; revision=33184
2012-03-17 09:18:06 +00:00
Yury G. Kudryashov
5144a19987
svn merge ^/nixpkgs/trunk
...
There were a few merge conflicts due to ensureDir->mkdir -p migration
svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
2012-02-10 10:24:30 +00:00
Florian Friesdorf
af8aceb847
notmuch cosmetical change
...
svn path=/nixpkgs/trunk/; revision=32121
2012-02-07 17:39:59 +00:00
Yury G. Kudryashov
5b132f6e96
svn merge ^/nixpkgs/trunk
...
Conflicts: cups, all-packages.nix (gcc45_debug)
svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
2012-01-26 15:27:03 +00:00
Florian Friesdorf
a8a8f5df23
notmuch-0.11
...
svn path=/nixpkgs/trunk/; revision=31767
2012-01-21 18:29:11 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Arie Middelkoop
ef07990836
Update of the 'thunderbird' package to 9.0.1.
...
Note: this update simplified the nix expression, as some of the problems mentioned in
the original expression do not seem present anymore.
Also note: the original expression did not compile in combination with the 3.1 kernel.
svn path=/nixpkgs/trunk/; revision=31615
2012-01-17 22:43:26 +00:00
Florian Friesdorf
50bfde368e
notmuch use license path instead of string
...
svn path=/nixpkgs/trunk/; revision=30498
2011-11-20 21:49:06 +00:00
Florian Friesdorf
b555892dff
notmuch-0.9
...
svn path=/nixpkgs/trunk/; revision=30491
2011-11-20 19:22:53 +00:00
Lluís Batlle i Rossell
b74d8fb90f
Making gpgme optional in mutt. A dependency of gpgme (pth) does not build on arm.
...
svn path=/nixpkgs/trunk/; revision=30019
2011-10-25 17:46:26 +00:00
Florian Friesdorf
d2b089cc0b
notmuch - simplify expression
...
svn path=/nixpkgs/trunk/; revision=29834
2011-10-14 10:30:14 +00:00
Eelco Dolstra
f1dcb1ccd0
* Thunderbird: install a desktop item.
...
svn path=/nixpkgs/trunk/; revision=29703
2011-10-06 14:10:56 +00:00
Eelco Dolstra
57f482e2c3
* Get rid of old Thunderbird versions.
...
svn path=/nixpkgs/trunk/; revision=29700
2011-10-06 13:28:03 +00:00
Eelco Dolstra
f4d88c2197
* Thunderbird 7.0.1.
...
svn path=/nixpkgs/trunk/; revision=29697
2011-10-06 13:21:05 +00:00
Florian Friesdorf
12a38dd5c6
notmuch-0.8 all tests pass
...
svn path=/nixpkgs/trunk/; revision=29427
2011-09-21 20:04:43 +00:00
Nicolas Pierron
51ccaadce3
Thunderbird 5.x: Add Linux as a build platform.
...
svn path=/nixpkgs/trunk/; revision=29019
2011-09-05 08:33:07 +00:00
Nicolas Pierron
6e9492d7fd
Fix mozilla urls.
...
svn path=/nixpkgs/trunk/; revision=28850
2011-08-27 15:29:13 +00:00
Nicolas Pierron
2defa3e715
Follow Mozilla homepages migrations. (.com -> .org)
...
svn path=/nixpkgs/trunk/; revision=28722
2011-08-21 15:44:53 +00:00
Nicolas Pierron
bb2716d232
Fix Thunderbird 5.0: Add missing patch of the build system.
...
svn path=/nixpkgs/trunk/; revision=28713
2011-08-20 14:47:24 +00:00
Nicolas Pierron
1738fca385
Add Thunderbird 5.0.
...
svn path=/nixpkgs/trunk/; revision=28710
2011-08-20 14:30:09 +00:00
Yury G. Kudryashov
a9daa0c0cb
mutt-1.5.21; enable pop, imap and gpgme
...
openssl.patch is already merged in this version
svn path=/nixpkgs/trunk/; revision=28441
2011-08-09 20:21:05 +00:00
Florian Friesdorf
ea0bf27906
notmuch-0.6-rc4
...
svn path=/nixpkgs/trunk/; revision=27217
2011-05-11 10:33:01 +00:00
Florian Friesdorf
09dcd78f88
notmuch-0.6-rc1
...
svn path=/nixpkgs/trunk/; revision=27173
2011-05-06 21:07:48 +00:00
Florian Friesdorf
ead24cacdf
notmuch: -inheritable-tags-hack +atomic-new
...
svn path=/nixpkgs/trunk/; revision=26983
2011-04-27 02:54:57 +00:00
Florian Friesdorf
805a6f0713
notmuch: rebased and merged feature branches on current master
...
https://github.com/chaoflow/notmuch/commits/cfl8
svn path=/nixpkgs/trunk/; revision=26981
2011-04-26 20:57:21 +00:00
Florian Friesdorf
fea4178205
notmuch: fixed all tests except one
...
svn path=/nixpkgs/trunk/; revision=26881
2011-04-18 17:19:54 +00:00
Florian Friesdorf
eb5ecfcb56
notmuch: patch to solve unexpected output in emacs frontend
...
svn path=/nixpkgs/trunk/; revision=26880
2011-04-18 17:19:51 +00:00
Florian Friesdorf
5c73dfdc1a
notmuch: newer crypto patches - still failing tests, but mostly usable
...
svn path=/nixpkgs/trunk/; revision=26879
2011-04-18 17:19:48 +00:00
Florian Friesdorf
bd71b36628
notmuch with inheritable-tags-hack for thread muting
...
the muted tag is supposed to be inherited by messages of the same
thread, effictely muting a thread. A muted thread will not show up in
your inbox anymore. Current implementation is hackish but functional.
big thank you to amdragon!
svn path=/nixpkgs/trunk/; revision=26878
2011-04-18 17:19:44 +00:00
Eelco Dolstra
cdc84bca58
* Thunderbird 3.1.9.
...
svn path=/nixpkgs/trunk/; revision=26782
2011-04-11 13:41:05 +00:00
Eelco Dolstra
3e89e6ad89
* Thunderbird 3.1.7.
...
svn path=/nixpkgs/trunk/; revision=26011
2011-02-17 13:30:00 +00:00
Florian Friesdorf
5526aa13e8
notmuch-0.5 -> notmuch-0.5-20110203 (git)
...
svn path=/nixpkgs/trunk/; revision=25946
2011-02-14 05:01:33 +00:00
Florian Friesdorf
4b603776af
notmuch-0.5 build successful
...
svn path=/nixpkgs/trunk/; revision=25931
2011-02-13 01:56:32 +00:00
Florian Friesdorf
f03892655b
notmuch -- The mail indexer
...
configure fails so far:
Checking for Xapian development files... Yes (1.0.23).
Checking for GMime development files... No.
Checking for talloc development files... No.
Checking for valgrind development files... No (but that's fine).
Checking if emacs is available... Yes.
svn path=/nixpkgs/trunk/; revision=25930
2011-02-13 01:34:49 +00:00
Eelco Dolstra
1761d5a53a
* Latest Firefox, Thunderbird.
...
svn path=/nixpkgs/trunk/; revision=24708
2010-11-16 12:37:28 +00:00
Lluís Batlle i Rossell
f01245ee4a
Improving a bit the configure options for mutt:
...
Enable debug
Fix a copy and paste error in --without-sasl
svn path=/nixpkgs/trunk/; revision=23654
2010-09-06 07:17:20 +00:00
Eelco Dolstra
867707c07d
* Thunderbird 3.1.2.
...
svn path=/nixpkgs/trunk/; revision=23484
2010-08-27 14:32:58 +00:00
Eelco Dolstra
9b87ffa522
* Make mutt build against OpenSSL 1.0.0.
...
svn path=/nixpkgs/branches/x-updates/; revision=22724
2010-07-24 08:50:30 +00:00
Eelco Dolstra
7f3838c16a
* Firefox 3.6.7, Thunderbird 3.1.1.
...
svn path=/nixpkgs/trunk/; revision=22682
2010-07-21 08:15:52 +00:00
David Guibert
9d4a13f798
thunderbird: 3.1
...
svn path=/nixpkgs/trunk/; revision=22421
2010-06-26 14:23:22 +00:00
Eelco Dolstra
e77abe22e6
* Thunderbird 3.0.5.
...
svn path=/nixpkgs/trunk/; revision=22382
2010-06-22 16:51:44 +00:00
Eelco Dolstra
28695d990c
* Thunderbird 3.0.4.
...
svn path=/nixpkgs/trunk/; revision=21206
2010-04-21 14:02:28 +00:00
Lluís Batlle i Rossell
ec8f2bdc1b
Adding sasl support to mutt, so ssmtp sending works
...
svn path=/nixpkgs/trunk/; revision=21038
2010-04-12 22:21:01 +00:00
Lluís Batlle i Rossell
165bc84831
Adding smtp support to mutt
...
svn path=/nixpkgs/trunk/; revision=21037
2010-04-12 22:10:15 +00:00
Eelco Dolstra
05fce85edc
* Thunderbird 3.0. It doesn't use the Xulrunner package, as building
...
against an external Xulrunner seems to be unsupported currently.
svn path=/nixpkgs/trunk/; revision=19169
2010-01-02 13:21:50 +00:00
Eelco Dolstra
0dc9f7dd4f
* Put the Thunderbird 2 and 3 expressions in one directory.
...
svn path=/nixpkgs/trunk/; revision=19167
2010-01-01 16:35:43 +00:00
Armijn Hemel
500f81e68d
update to 1.5.20, add perl as extra dependency
...
svn path=/nixpkgs/trunk/; revision=19127
2009-12-25 20:02:31 +00:00
Armijn Hemel
c79eb46c7e
update to 2.7.1
...
svn path=/nixpkgs/trunk/; revision=19119
2009-12-25 18:27:48 +00:00
Eelco Dolstra
538fd39f44
* Thunderbird 2.0.0.23 doesn't compile, but 2.0.0.22 does.
...
svn path=/nixpkgs/trunk/; revision=17097
2009-09-13 18:07:10 +00:00
Michael Raskin
7c38144378
Temporarily (?) reverting Thunderbird update because updated version failed to build for ununderstandable reasons
...
svn path=/nixpkgs/trunk/; revision=17061
2009-09-12 05:36:07 +00:00
Michael Raskin
37cbc33a6e
Try harder to forcefeed sqlite3 into the build process
...
svn path=/nixpkgs/trunk/; revision=17060
2009-09-11 20:10:55 +00:00
Michael Raskin
a497fc4d6f
Fix typo
...
svn path=/nixpkgs/trunk/; revision=17059
2009-09-11 19:34:03 +00:00
Michael Raskin
fdf28e4074
Thunderbird seems to need SQLite3 in a half-explicit way
...
svn path=/nixpkgs/trunk/; revision=17058
2009-09-11 19:28:12 +00:00
Eelco Dolstra
1511a6f28c
* Thunderbird 2.0.0.23.
...
svn path=/nixpkgs/trunk/; revision=16991
2009-09-09 09:32:42 +00:00
Eelco Dolstra
7689a348c4
* Got rid of a lot of "postInstall=postInstall" and similar lines in
...
builders. These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations. This is done
automatically now if setupHook is set.
* Deleted the initscripts package. NixOS doesn't use it anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra
ec2802e690
* Thunderbird 2.0.0.21.
...
svn path=/nixpkgs/trunk/; revision=15037
2009-04-14 14:02:23 +00:00
Michael Raskin
13a25d33d3
My attempts to build Thunderbird3beta on Xulrunner. Maybe it is impossible; if not - there are some things others could reuse...
...
svn path=/nixpkgs/trunk/; revision=14438
2009-03-07 17:18:48 +00:00
Eelco Dolstra
1bdb17a5bc
* Thunderbird 2.0.0.19.
...
* Firefox 2.0.0.20.
* Firefox 3.0.5: forgot to update xulrunner.
svn path=/nixpkgs/trunk/; revision=13715
2009-01-06 12:43:00 +00:00
Eelco Dolstra
2ffc686b67
* Latest Wine, Thunderbird.
...
svn path=/nixpkgs/trunk/; revision=13527
2008-12-01 00:06:14 +00:00
Eelco Dolstra
8596239d14
* Thunderbird 2.0.0.17.
...
svn path=/nixpkgs/trunk/; revision=13186
2008-11-04 12:47:10 +00:00
Eelco Dolstra
c754b8b27c
* Thunderbird 2.0.0.16.
...
* Re-enabled chatzilla in the channel.
svn path=/nixpkgs/trunk/; revision=12796
2008-09-04 09:36:04 +00:00
Armijn Hemel
bf23a785fc
2.4.8 -> 2.5.0
...
svn path=/nixpkgs/trunk/; revision=12351
2008-07-13 14:27:28 +00:00
Andres Löh
d54af59148
* enabled header cache support for mutt
...
svn path=/nixpkgs/trunk/; revision=11822
2008-05-13 19:21:09 +00:00
Tobias Hammerschmidt
d3fa67d742
thunderbird-2.0.0.12 -> thunderbird-2.0.0.14
...
svn path=/nixpkgs/trunk/; revision=11773
2008-05-07 18:32:33 +00:00
Michael Raskin
99ae50d128
Security update for Thunderbird
...
svn path=/nixpkgs/trunk/; revision=11768
2008-05-07 10:17:22 +00:00
Tobias Hammerschmidt
65e80ffb4f
thunderbird 2.0.0.12
...
svn path=/nixpkgs/trunk/; revision=10879
2008-02-27 16:51:29 +00:00
Yury G. Kudryashov
81aac8d84d
meta.homepage added to several packages
...
svn path=/nixpkgs/trunk/; revision=10417
2008-01-30 19:49:42 +00:00
Armijn Hemel
3f06850f45
update.
...
This package is more or less orphaned, it seems, maybe it would be better to delete it from Nixpkgs altogether
svn path=/nixpkgs/trunk/; revision=10017
2007-12-31 20:32:00 +00:00
Eelco Dolstra
32bdb24a14
* Thunderbird 2.0.0.9.
...
* Removed Thunderbird 1.5.
svn path=/nixpkgs/trunk/; revision=9796
2007-11-26 14:18:57 +00:00
Eelco Dolstra
5ede228a68
* Thunderbird 2.0.0.6.
...
svn path=/nixpkgs/trunk/; revision=9115
2007-08-14 10:15:49 +00:00
Andres Löh
e539c80d47
* add SSL and IMAP support to mutt
...
svn path=/nixpkgs/trunk/; revision=9056
2007-08-06 12:18:55 +00:00
Andres Löh
d1f24e346f
* added mutt (almost unusable so far, since no extra stuff is compiled in)
...
svn path=/nixpkgs/trunk/; revision=9052
2007-08-05 18:23:53 +00:00
Eelco Dolstra
327ceccecb
* Thunderbird 2.0.0.5.
...
svn path=/nixpkgs/trunk/; revision=9026
2007-07-28 20:21:57 +00:00
Eelco Dolstra
ebc3234b5e
* Make Thunderbird 2.x the default.
...
svn path=/nixpkgs/trunk/; revision=8949
2007-07-05 20:33:32 +00:00
Eelco Dolstra
4c7104113a
* Thunderbird 2.0.0.4.
...
svn path=/nixpkgs/trunk/; revision=8888
2007-06-18 10:25:17 +00:00
Eelco Dolstra
803f369435
* Thunderbird 2.0.0.0.
...
svn path=/nixpkgs/trunk/; revision=8820
2007-06-02 20:32:24 +00:00
Armijn Hemel
2ea67fd385
sylpheed 2.4.1
...
svn path=/nixpkgs/trunk/; revision=8681
2007-05-14 00:29:30 +00:00
Eelco Dolstra
b1c3574e7b
* Whitespace.
...
svn path=/nixpkgs/trunk/; revision=8417
2007-03-26 13:41:58 +00:00
Eelco Dolstra
943e0e2f68
* Thunderbird 1.5.0.10.
...
svn path=/nixpkgs/trunk/; revision=8416
2007-03-26 13:41:15 +00:00
Eelco Dolstra
eb98a4c328
* Thunderbird 1.5.0.9.
...
svn path=/nixpkgs/trunk/; revision=7487
2006-12-27 17:00:44 +00:00
Eelco Dolstra
3ae5939e87
* Thunderbird 1.5.0.8.
...
svn path=/nixpkgs/trunk/; revision=7355
2006-12-16 01:17:56 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
6006d61835
* Added a bunch of descriptions.
...
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Eelco Dolstra
8bccec9c3d
* --enable-canvas, and pass through gtk.
...
svn path=/nixpkgs/trunk/; revision=6541
2006-09-17 14:00:54 +00:00
Eelco Dolstra
12dc491db5
* --with-system-cairo -> --enable-system-cairo.
...
svn path=/nixpkgs/trunk/; revision=6538
2006-09-17 09:53:12 +00:00
Eelco Dolstra
7927e7cd1f
* Firefox 1.5.0.7, Thunderbird 1.5.0.7.
...
svn path=/nixpkgs/trunk/; revision=6537
2006-09-17 09:44:36 +00:00
Eelco Dolstra
0dbb937565
* Thunderbird 1.5.0.5. W00t!
...
svn path=/nixpkgs/trunk/; revision=6000
2006-07-31 12:13:53 +00:00
Eelco Dolstra
3fd28e7851
* Doh!
...
svn path=/nixpkgs/trunk/; revision=5889
2006-07-24 15:04:37 +00:00
Eelco Dolstra
0176b927c4
* Thunderbird 1.5.0.4.
...
svn path=/nixpkgs/trunk/; revision=5530
2006-06-27 13:28:43 +00:00
Eelco Dolstra
b06335a835
* Thunderbird updated to 1.5 (it was at 0.8!).
...
svn path=/nixpkgs/trunk/; revision=4970
2006-03-02 19:08:26 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra
fd5e5e34a4
* Updated Sylpheed to 2.1.9 and added GPG support (through gpgme).
...
svn path=/nixpkgs/trunk/; revision=4400
2005-12-19 10:34:01 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
01fd1c1d00
* sylpheed-gtk2 -> sylpheed.
...
svn path=/nixpkgs/trunk/; revision=4092
2005-10-14 12:30:53 +00:00
Eelco Dolstra
86ca57f4bb
* Toss out the old (GTK-1) Sylpheed.
...
svn path=/nixpkgs/trunk/; revision=4091
2005-10-14 12:27:07 +00:00
Eelco Dolstra
71739165a8
* Sylpheed updated to version 2.1.3, plus a quick hack to get it to build.
...
svn path=/nixpkgs/trunk/; revision=4090
2005-10-14 12:26:40 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra
0f77007f1a
* Disable freetype2 because Thunderbird (like Firefox) doesn't like
...
Freetype >= 2.1.8.
https://bugzilla.mozilla.org/show_bug.cgi?id=234035
svn path=/nixpkgs/trunk/; revision=3203
2005-06-18 07:20:10 +00:00
Eelco Dolstra
7e5de2061b
* Added Sylpheed 1.9.11 (beta for GTK 2).
...
svn path=/nixpkgs/trunk/; revision=3149
2005-05-26 20:09:29 +00:00
Eelco Dolstra
7737d06698
* Sylpheed updated to 1.0.4.
...
svn path=/nixpkgs/trunk/; revision=3148
2005-05-26 19:45:29 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
50d826abea
* Sylpheed updated to 1.0.0. Also fixed OpenSSL support.
...
svn path=/nixpkgs/trunk/; revision=1986
2005-01-03 20:22:48 +00:00
Eelco Dolstra
17f7a05a97
* Sylpheed 1.0.0 beta 3.
...
svn path=/nixpkgs/trunk/; revision=1825
2004-12-01 15:36:38 +00:00
Eelco Dolstra
5808ac7148
* Renamed Martin's linker derivation to `make-symlinks'.
...
* Propagate name automatically.
svn path=/nixpkgs/trunk/; revision=1409
2004-09-16 12:38:10 +00:00
Martin Bravenboer
4e4cfda97f
Added Mozilla Thunderbird
...
svn path=/nixpkgs/trunk/; revision=1396
2004-09-15 11:06:15 +00:00
Eelco Dolstra
5503e2fc33
* Upgraded Glib, GTK, Sylpheed.
...
* Tried to upgrade Firefox to 0.9, but it's too broken. It's
basically impossible to build it automatically. Firefox must be
started once as a user with write permission to the Firefox
directory to generate some files, and this can only be done
interactively (apparently). Hopefully 0.10 fixes this. Firefox
also barfs with link errors if the flag `--enable-single-profile' is
not used.
svn path=/nixpkgs/trunk/; revision=1067
2004-06-21 15:49:03 +00:00
Eelco Dolstra
12ae5363ea
* Remove trivial builders.
...
* Make builders unexecutable by removing the hash-bang line and
execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
`mkDerivation'. These transformations were all done automatically,
so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.
svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
Eelco Dolstra
4f155b0f7a
* Upgrades.
...
svn path=/nixpkgs/trunk/; revision=853
2004-03-27 15:48:19 +00:00
Eelco Dolstra
e0f8b5d722
* Updated to 0.9.8a.
...
svn path=/nixpkgs/trunk/; revision=674
2004-01-20 20:29:57 +00:00
Eelco Dolstra
026ff9466a
* Rename .fix -> .nix.
...
svn path=/nixpkgs/trunk/; revision=511
2003-11-18 12:12:56 +00:00
Eelco Dolstra
48c3faca51
* Renamed pkgs-ng to pkgs.
...
svn path=/nixpkgs/trunk/; revision=502
2003-11-14 09:59:13 +00:00