Eelco Dolstra
4a049bd86a
* Put MySQL / MythTV / XmlTV in the channel.
...
svn path=/nixpkgs/trunk/; revision=2084
2005-01-22 13:41:20 +00:00
Eelco Dolstra
ba6f269bf5
* Qt: add optional support for MySQL.
...
* MythTV: the setup program works :-).
* Added XmlTV. This requires a huge number of Perl modules, so...
* Added a generic builder for Perl modules. I'm lazy so the modules
are defined directly in all-packages-generic.nix. The generic
builder also patches Perl scripts to include a hard-coded Perl
module search path (i.e., similar to an RPATH in ELF executables).
svn path=/nixpkgs/trunk/; revision=2083
2005-01-22 00:19:27 +00:00
Eelco Dolstra
f1ae49c01b
* Added MySQL 4.1.9.
...
svn path=/nixpkgs/trunk/; revision=2082
2005-01-21 19:25:57 +00:00
Eelco Dolstra
e03984abda
* Ugh, the procps at surriel was ancient. Updated to 3.2.4.
...
svn path=/nixpkgs/trunk/; revision=2081
2005-01-21 18:35:06 +00:00
Eelco Dolstra
bd4b67cf1f
* Added procps 2.0.11 (for `ps', mostly).
...
svn path=/nixpkgs/trunk/; revision=2080
2005-01-21 18:24:25 +00:00
Armijn Hemel
8125cd8915
everything to build glibc statically succesfully
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2079
2005-01-20 22:54:51 +00:00
Eelco Dolstra
34326de3c2
* MythTV now installs properly, but it doesn't work yet since Qt has
...
to be built with MySql client support.
svn path=/nixpkgs/trunk/; revision=2078
2005-01-20 22:07:08 +00:00
Eelco Dolstra
777c4ea1d7
* Added libXxf86vm and xf86vmext from xlibs CVS.
...
* Added MythTV. But it doesn't build properly yet (it compiles fine,
but it ignores the prefix).
svn path=/nixpkgs/trunk/; revision=2077
2005-01-20 21:11:49 +00:00
Eelco Dolstra
6737187428
* Doh!
...
svn path=/nixpkgs/trunk/; revision=2074
2005-01-20 15:55:05 +00:00
Eelco Dolstra
8882b48fb0
* Optionally enable thread support in Qt (libqt-mt).
...
svn path=/nixpkgs/trunk/; revision=2072
2005-01-20 14:23:34 +00:00
Eelco Dolstra
043ac4d1b0
* Fix dangling symlink bin/qmake.
...
svn path=/nixpkgs/trunk/; revision=2070
2005-01-20 11:39:12 +00:00
Eelco Dolstra
cc896336ef
* Qt needs `which'. Also fix execute permission for
...
config.tests/unix.
svn path=/nixpkgs/trunk/; revision=2069
2005-01-20 09:00:08 +00:00
Eelco Dolstra
0159c5f8de
* Also fix Unix tests, not just X11 tests. (Fixes a build error that
...
occurs if cups exists in /usr/lib.)
svn path=/nixpkgs/trunk/; revision=2068
2005-01-20 00:32:12 +00:00
Eelco Dolstra
44fa4a2980
* libXft: pass through the freetype and fontconfig inputs (Qt needs
...
them).
* Add Qt to the cache. Contrary to what the previous commit message
said, there is nothing wrong with the Qt build. It was just a
problem on my local machine (you shouldn't run `./configure -help'
in a temporary build directory; it overwrites some files of the
build in progress).
svn path=/nixpkgs/trunk/; revision=2067
2005-01-19 23:27:35 +00:00
Eelco Dolstra
35443bddea
* Added Qt 3.3.3. Basic installation, except that Xrender and Xft
...
support are enabled (for anti-aliased fonts).
BUG: Qt currently searches for plugins and documentation in the
temporary build directory, instead of in its prefix. So, e.g., help
in Qt Designer doesn't work.
svn path=/nixpkgs/trunk/; revision=2066
2005-01-19 22:51:27 +00:00
Rob Vermaas
bdf57c697c
lame 3.96.1
...
svn path=/nixpkgs/trunk/; revision=2065
2005-01-19 22:12:34 +00:00
Rob Vermaas
cec2c24d85
added libvorbis libogg and flac
...
svn path=/nixpkgs/trunk/; revision=2063
2005-01-19 21:48:45 +00:00
Rob Vermaas
23b30cf548
libcdaudio 0.99.12
...
svn path=/nixpkgs/trunk/; revision=2062
2005-01-19 21:12:46 +00:00
Rob Vermaas
bbf1716370
cdparanoia
...
svn path=/nixpkgs/trunk/; revision=2061
2005-01-19 21:04:43 +00:00
Rob Vermaas
c80ce6e83b
cdparanoia-III
...
svn path=/nixpkgs/trunk/; revision=2060
2005-01-19 21:02:19 +00:00
Armijn Hemel
4b16211201
use new kernel headers
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2053
2005-01-18 13:16:42 +00:00
Armijn Hemel
81e13c1572
remove the dependency on /bin/pwd, use the pwd we have in $PATH instead
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2052
2005-01-18 13:04:28 +00:00
Eelco Dolstra
c90e049b98
* Xine updated to 1.0.
...
* Xine UI updated to 0.99.3.
svn path=/nixpkgs/trunk/; revision=2046
2005-01-15 21:49:33 +00:00
Martin Bravenboer
a1f2fad0fe
Added StrategoXT 0.13. StrategoXT 0.12 is still available
...
svn path=/nixpkgs/trunk/; revision=2039
2005-01-14 21:26:18 +00:00
Armijn Hemel
0e6b2045ea
we actually *do* have patchelf available and we want to use it to patch
...
our freshly built glibc, otherwise we get weird blah errors
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2021
2005-01-14 11:45:16 +00:00
Armijn Hemel
bb7c8d72ed
move patchelf in a directory, so it can play nice along with things
...
like initialPath
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2020
2005-01-14 11:41:26 +00:00
Martin Bravenboer
c8c0c50eb2
Update of sdf2-bundle 2.3
...
svn path=/nixpkgs/trunk/; revision=2003
2005-01-10 17:24:39 +00:00
Armijn Hemel
a8d8a8f82c
don't install keys. The Nix scripts empty the whole environment, including
...
some variables that are used by ssh-keygen.
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2001
2005-01-10 15:33:43 +00:00
Armijn Hemel
5be8b1821a
upgrade to a newer version of shadowutils
...
2000th commit!!!
svn path=/nixpkgs/branches/nixos-pkgs/; revision=2000
2005-01-10 14:05:14 +00:00
Armijn Hemel
6537afc279
we no longer need this patch
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1999
2005-01-10 11:37:56 +00:00
Rob Vermaas
de1f2bcb4b
removed xdoc from populate cache and all-packages-generic
...
svn path=/nixpkgs/trunk/; revision=1992
2005-01-05 11:21:49 +00:00
Rob Vermaas
583ef5d157
* octave 2.1.64
...
svn path=/nixpkgs/trunk/; revision=1987
2005-01-04 13:35:13 +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
9e5869f731
* GCC updated to 3.4.3.
...
svn path=/nixpkgs/trunk/; revision=1980
2004-12-31 11:21:42 +00:00
Eelco Dolstra
7f3dc52aba
* Add locales such as en_US.UTF-8 and nl_NL.UTF-8 to the list of
...
supported locales. This is very useful as those are the default
locales on Red Hat and SuSE (>= 9.2). (When LANG is set to an
unsupported locale, some applications fall back on the C locale;
others (like Subversion) just barf.)
svn path=/nixpkgs/trunk/; revision=1977
2004-12-30 20:56:08 +00:00
Eelco Dolstra
f39229bac9
* Gqview updated to 1.4.5.
...
svn path=/nixpkgs/trunk/; revision=1975
2004-12-30 17:38:54 +00:00
Armijn Hemel
baf430cd23
don't let openssh generate a new hostkey when installing, let this be done afterwards by the sysadmin
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1947
2004-12-24 14:10:19 +00:00
Martin Bravenboer
76991ac2df
Removed ancient SDF versions
...
svn path=/nixpkgs/trunk/; revision=1941
2004-12-23 21:25:07 +00:00
Martin Bravenboer
e75a0bb1b8
Use sdf_23
...
svn path=/nixpkgs/trunk/; revision=1940
2004-12-23 21:23:22 +00:00
Martin Bravenboer
b672ffc5b7
Upgrade of SDF2 Bundle to version 2.3
...
svn path=/nixpkgs/trunk/; revision=1937
2004-12-23 21:18:00 +00:00
Eelco Dolstra
8d8210959e
* Subversion updated to 1.1.2.
...
svn path=/nixpkgs/trunk/; revision=1931
2004-12-23 13:36:26 +00:00
Martin Bravenboer
ba47211900
ATerm update
...
svn path=/nixpkgs/trunk/; revision=1928
2004-12-23 08:51:15 +00:00
Eelco Dolstra
8a8b28a87b
* Nix updated to 0.6.
...
svn path=/nixpkgs/trunk/; revision=1899
2004-12-17 13:49:08 +00:00
Armijn Hemel
66ea9ba4e7
patch net-tools to make it work nicely with gcc-3.4
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1898
2004-12-17 13:49:04 +00:00
Eelco Dolstra
60e7948db1
* Allow a known hash to be specified.
...
svn path=/nixpkgs/trunk/; revision=1892
2004-12-17 11:04:18 +00:00
Eelco Dolstra
2a3f5188b5
* Option to print out the path, analogous to nix-prefetch-url.
...
svn path=/nixpkgs/trunk/; revision=1890
2004-12-17 10:40:00 +00:00
Armijn Hemel
1eb961902f
fix download location
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1887
2004-12-16 17:45:31 +00:00
Armijn Hemel
318e864dc5
don't build modules
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1886
2004-12-16 16:41:34 +00:00
Armijn Hemel
bb632c07ef
add modutils for kernel 2.4.25
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1885
2004-12-16 16:34:03 +00:00
Armijn Hemel
aa150ce949
don't forget stuff
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1871
2004-12-15 16:07:21 +00:00
Armijn Hemel
f9743cec5a
refactor stdenvs.nix to use all the right tools at the right time
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1870
2004-12-15 15:42:48 +00:00
Eelco Dolstra
43b626337f
* Added Xine.
...
svn path=/nixpkgs/trunk/; revision=1850
2004-12-10 23:16:23 +00:00
Eelco Dolstra
9da3f23a89
* UML updated to 2.4.27-1.
...
svn path=/nixpkgs/trunk/; revision=1845
2004-12-09 19:48:40 +00:00
Armijn Hemel
d6702d185a
patch for curl
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1844
2004-12-09 13:02:44 +00:00
Armijn Hemel
e656dad03f
remove all other occurences of old glibc path
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1839
2004-12-06 19:20:15 +00:00
Armijn Hemel
505a857e55
don't match a trailing slash
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1838
2004-12-06 19:00:06 +00:00
Armijn Hemel
30fd5fd0d1
don't forget passing sed to our script
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1837
2004-12-06 18:50:27 +00:00
Armijn Hemel
fd3077a984
replace old glibc reference with $out
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1836
2004-12-06 18:30:52 +00:00
Armijn Hemel
1182b31a47
use ftp.nluug.nl for downloading kernel instead of ftp.de.kernel.org, it's, for some reason, not always possible to download from the latter
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1835
2004-12-06 17:15:53 +00:00
Armijn Hemel
068fd44898
right path to chmod
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1834
2004-12-06 17:00:22 +00:00
Armijn Hemel
fddd91238a
first make all patchable files writable before patching, then change them back (yes, I've checked it, none of the files are writeable, so that all should go well :) )
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1833
2004-12-06 16:49:55 +00:00
Martin Bravenboer
6863445f23
Haskell mode for emacs
...
svn path=/nixpkgs/trunk/; revision=1832
2004-12-06 07:36:56 +00:00
Armijn Hemel
771534ece7
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1831
2004-12-01 18:56:46 +00:00
Armijn Hemel
98ce16d2ba
addd sutff
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1830
2004-12-01 18:56:22 +00:00
Armijn Hemel
ff61b869e4
we also require patchelf (this is sooooo ugly)
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1829
2004-12-01 16:10:18 +00:00
Armijn Hemel
63b86ec696
more fixes
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1828
2004-12-01 16:09:21 +00:00
Armijn Hemel
3782c94ebb
typo fix
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1827
2004-12-01 16:07:32 +00:00
Armijn Hemel
222cedd14b
let's patch all our glibc thingies!!
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1826
2004-12-01 15:39:39 +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
Armijn Hemel
fbce69c4ac
we need patchelf
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1824
2004-12-01 14:42:38 +00:00
Eelco Dolstra
76c0fe8cfe
* Fix for http://sources.redhat.com/bugzilla/show_bug.cgi?id=356 .
...
svn path=/nixpkgs/trunk/; revision=1820
2004-11-30 13:45:56 +00:00
Eelco Dolstra
1d9072670b
* Added bsdiff 4.2. Wow, this is even better than zdelta (which in
...
turn appears to be better than vdelta).
svn path=/nixpkgs/trunk/; revision=1819
2004-11-29 21:17:29 +00:00
Eelco Dolstra
9ebbbd25cc
* Added zdelta 2.1.
...
svn path=/nixpkgs/trunk/; revision=1817
2004-11-29 19:35:42 +00:00
Armijn Hemel
d1d2e2d5c2
replace all occurances of curl 7.12.0 with 7.12.2
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1812
2004-11-29 14:40:28 +00:00
Armijn Hemel
1e3c657031
our 7.12.0 was not resolving (thank you glibc!), replaced with statically linked (with uclibc) 7.12.2
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1811
2004-11-29 14:36:29 +00:00
Martin Bravenboer
d6841ce1fb
Added rcs
...
svn path=/nixpkgs/trunk/; revision=1810
2004-11-28 17:28:55 +00:00
Martin Bravenboer
eeb83adeba
Added strategoxt-0.12
...
svn path=/nixpkgs/trunk/; revision=1807
2004-11-26 17:36:22 +00:00
Armijn Hemel
aad382248f
add modified gcc-wrapper
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1793
2004-11-22 16:36:27 +00:00
Martin Bravenboer
c35db17230
Added gwydion-dylan to nixpkgs
...
svn path=/nixpkgs/trunk/; revision=1786
2004-11-19 17:47:17 +00:00
Martin Bravenboer
981cf60a3a
Added the Boehm Garbage Collector
...
svn path=/nixpkgs/trunk/; revision=1785
2004-11-19 14:57:43 +00:00
Eelco Dolstra
f6ecc5a089
* Bump version number to 0.7.
...
svn path=/nixpkgs/trunk/; revision=1777
2004-11-14 15:43:32 +00:00
Eelco Dolstra
39d167caac
* Fix url.
...
svn path=/nixpkgs/trunk/; revision=1772
2004-11-14 14:56:56 +00:00
Eelco Dolstra
70e4f66a5a
* Remove fixed bugs.
...
svn path=/nixpkgs/trunk/; revision=1765
2004-11-14 12:24:23 +00:00
Eelco Dolstra
6e7849e362
* Firefox 1.0.
...
svn path=/nixpkgs/trunk/; revision=1741
2004-11-10 08:31:08 +00:00
Eelco Dolstra
bb54094567
* Use old wxPython for Bittorrent.
...
svn path=/nixpkgs/trunk/; revision=1739
2004-11-09 21:09:49 +00:00
Eelco Dolstra
55bf9b6472
* Add bittorrent to populate-cache.
...
svn path=/nixpkgs/trunk/; revision=1738
2004-11-09 18:56:03 +00:00
Armijn Hemel
a30b6755ad
inherit the extra2 parameter
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1731
2004-11-09 13:39:04 +00:00
Armijn Hemel
45a8365946
upgrade to 4.0.6, so it plays nice with other packages, changed header files, whatever...
...
svn path=/nixpkgs/trunk/; revision=1729
2004-11-09 09:55:59 +00:00
Armijn Hemel
35cf2df53e
download URL for shadowutils changed
...
svn path=/nixpkgs/trunk/; revision=1727
2004-11-09 09:27:50 +00:00
Rob Vermaas
01af973aa8
foutje, debankt
...
svn path=/nixpkgs/trunk/; revision=1726
2004-11-09 09:27:26 +00:00
Rob Vermaas
70c585d74f
octave-2.1.61
...
svn path=/nixpkgs/trunk/; revision=1724
2004-11-09 09:06:08 +00:00
Armijn Hemel
dbecea0365
gcc-3.4 doesn't like empty labels in a switch statement...
...
svn path=/nixpkgs/trunk/; revision=1722
2004-11-08 14:30:56 +00:00
Armijn Hemel
6cd30c57d0
the statically linked gcc in stdenv/nix-linux-somewhere is b0rken
...
svn path=/nixpkgs/trunk/; revision=1721
2004-11-08 14:03:10 +00:00
Eelco Dolstra
a44af44555
* Example 2.
...
svn path=/nixpkgs/trunk/; revision=1703
2004-11-05 20:54:19 +00:00
Eelco Dolstra
431d07a330
* Firefox 1.0rc2.
...
svn path=/nixpkgs/trunk/; revision=1702
2004-11-05 15:51:16 +00:00
Martin Bravenboer
60c13a4e71
Upgraded the sdf2-bundle to 2.2 and added it package to populate-cache.
...
svn path=/nixpkgs/trunk/; revision=1700
2004-11-05 14:38:57 +00:00
Eelco Dolstra
90fc1d314c
* Sync example with manual.
...
svn path=/nixpkgs/trunk/; revision=1687
2004-11-04 20:19:42 +00:00
Armijn Hemel
53577663f5
add (refactored) static stuff
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1679
2004-11-04 12:20:54 +00:00
Armijn Hemel
a8fa64c3da
commit some stuff
...
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1678
2004-11-04 12:19:32 +00:00
Eelco Dolstra
d72d515068
* Add `--disable-freetype2'.
...
svn path=/nixpkgs/trunk/; revision=1672
2004-11-03 21:28:50 +00:00