Yury G. Kudryashov
fbfab88e04
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
2008-01-31 10:41:04 +00:00
Yury G. Kudryashov
da57804fff
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Yury G. Kudryashov
6e8ff2b24b
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10155
2008-01-15 14:32:10 +00:00
Yury G. Kudryashov
a7703662a4
Merged with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
2008-01-15 00:55:21 +00:00
Yury G. Kudryashov
d23f0bf7e9
merging trunk...
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9895
2007-12-08 15:21:03 +00:00
Yury G. Kudryashov
637cb977e5
ntfs progs added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9876
2007-12-08 01:06:08 +00:00
Yury G. Kudryashov
b8fafa21e6
Merge commit 'trunk'
...
Conflicts:
pkgs/development/compilers/ocaml/default.nix
pkgs/development/interpreters/python/default.nix
pkgs/tools/package-management/nix/unstable.nix
pkgs/top-level/all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=9762
2007-11-19 22:43:29 +00:00
Yury G. Kudryashov
c1836bbafc
ntfs-3g upgraded to 1.1104
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9760
2007-11-19 22:29:01 +00:00
Michael Raskin
43b208bbb9
Fixed synaptics; Added GOCR (not that it is a good OCR); reverted MarcWeber's update to setup-new-2.sh (he has no time to use it in nearest future; later I hope it will be irrelevant)
...
svn path=/nixpkgs/trunk/; revision=9613
2007-11-09 13:54:02 +00:00
Michael Raskin
a8db1746a5
Fixed log nesting; added Qi.
...
svn path=/nixpkgs/trunk/; revision=9601
2007-11-08 14:34:54 +00:00
Eelco Dolstra
a31f7e3a49
* Added dblatex, a DocBook -> PS/PDF/DVI converter.
...
svn path=/nixpkgs/trunk/; revision=9569
2007-11-01 14:37:23 +00:00
Eelco Dolstra
08f647a5e6
* Added a telnet client.
...
svn path=/nixpkgs/trunk/; revision=9431
2007-10-09 09:56:39 +00:00
Marc Weber
a6f18fb565
jack added - compiles - haven't done any testing yet
...
svn path=/nixpkgs/trunk/; revision=9403
2007-10-03 22:38:09 +00:00
Michael Raskin
1bfaf17b14
Bumped Wine version
...
svn path=/nixpkgs/trunk/; revision=9393
2007-10-02 20:06:24 +00:00
Michael Raskin
13551216b3
Corrected synaptics.
...
svn path=/nixpkgs/trunk/; revision=9365
2007-09-24 08:59:29 +00:00
Wouter den Breejen
b67ce21440
Added auctex from mailing list
...
svn path=/nixpkgs/trunk/; revision=9345
2007-09-20 11:32:20 +00:00
Eelco Dolstra
511519f031
* Latest ntfs-3g.
...
svn path=/nixpkgs/trunk/; revision=9319
2007-09-12 21:32:16 +00:00
Marc Weber
088a6817db
added:
...
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul
changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added
svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
Yury G. Kudryashov
045764d028
ntfs-3g added
...
svn path=/nixpkgs/trunk/; revision=9234
2007-09-01 18:15:19 +00:00
Eelco Dolstra
44690411ef
* Add fontconfig to Wine's RPATH.
...
svn path=/nixpkgs/trunk/; revision=9228
2007-08-31 12:14:36 +00:00
Eelco Dolstra
544cb9cb83
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
...
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Andres Löh
1cb9fc74b7
* added propagated-user-env-packages for lhs2tex and polytable
...
svn path=/nixpkgs/trunk/; revision=9195
2007-08-24 20:15:00 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
c9bd5b7397
* Add Wine to the channel.
...
svn path=/nixpkgs/trunk/; revision=9191
2007-08-24 11:37:07 +00:00
Eelco Dolstra
2f21c59a3f
* Use FontForge to give Wine better fonts.
...
svn path=/nixpkgs/trunk/; revision=9181
2007-08-21 12:31:33 +00:00
Eelco Dolstra
0481f172f6
* Assert Linux.
...
svn path=/nixpkgs/trunk/; revision=9179
2007-08-21 10:16:34 +00:00
Eelco Dolstra
3a3a9183a1
* Patch to fix Baldur's Gate 2 and other programs. See
...
http://bugs.winehq.org/show_bug.cgi?id=6975 and
http://bugs.winehq.org/show_bug.cgi?id=2398 .
Based on http://bugs.winehq.org/attachment.cgi?id=5708 .
svn path=/nixpkgs/trunk/; revision=9178
2007-08-21 09:10:20 +00:00
Eelco Dolstra
38ace454e9
* Wine locates a lot of libraries dynamically through dlopen(). Add
...
them to the RPATH so that the user doesn't have to set them in
LD_LIBRARY_PATH.
svn path=/nixpkgs/trunk/; revision=9177
2007-08-21 00:00:23 +00:00
Eelco Dolstra
a8bd020fe0
* Get Wine to work (basically) by linking it against Glibc 2.6 with
...
NPTL. Apparently Wine doesn't work with Glibc 2.5 + LinuxThreads.
svn path=/nixpkgs/trunk/; revision=9165
2007-08-18 23:58:30 +00:00
Michael Raskin
a00cf21e28
Added broken wine expression. Builds, segfaults.
...
svn path=/nixpkgs/trunk/; revision=9080
2007-08-09 16:39:04 +00:00
Armijn Hemel
dafec33ae9
for some reason the GNU version had some changes, without a version bump. Grmbl.
...
svn path=/nixpkgs/trunk/; revision=9074
2007-08-08 23:51:33 +00:00
Michael Raskin
4d54140043
Various.. Added ircd-hybrid. Added USB support in SANE. Added Xsane. Added gt68xx firmware support.
...
svn path=/nixpkgs/trunk/; revision=9070
2007-08-08 20:33:36 +00:00
Michael Raskin
42f841bcab
Added some descriptions.
...
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Michael Raskin
e342415a12
Added synaptics
...
svn path=/nixpkgs/trunk/; revision=8901
2007-06-20 10:30:03 +00:00
Eelco Dolstra
0f98d91357
* Latest Generator.
...
svn path=/nixpkgs/trunk/; revision=8856
2007-06-09 20:45:01 +00:00
Armijn Hemel
2930ebada7
8.54 -> 8.56
...
svn path=/nixpkgs/trunk/; revision=8664
2007-05-13 19:21:11 +00:00
Eelco Dolstra
473997f01c
* Work around a bad Perl interpreter path.
...
svn path=/nixpkgs/trunk/; revision=8553
2007-04-09 23:29:00 +00:00
Eelco Dolstra
5298c1f4c2
* Some disgusting DESTDIR hacking to make sure that state ends up
...
under /var instead of $out/var.
svn path=/nixpkgs/trunk/; revision=8533
2007-04-02 17:30:11 +00:00
Eelco Dolstra
f5daf2b700
* Latest CUPS.
...
svn path=/nixpkgs/trunk/; revision=8532
2007-04-02 16:22:10 +00:00
Eelco Dolstra
a7d27b2201
* Move nix to tools/package-management, and use the latest unstable
...
release.
svn path=/nixpkgs/trunk/; revision=8477
2007-03-29 09:24:14 +00:00
Eelco Dolstra
19d0e47320
* Print a warning if files cannot be found.
...
svn path=/nixpkgs/trunk/; revision=8476
2007-03-29 09:23:47 +00:00
Eelco Dolstra
68d80ff094
* Get rid of the old UML, move uml-utilities to os-specific/linux.
...
svn path=/nixpkgs/trunk/; revision=8424
2007-03-27 11:15:10 +00:00
Eelco Dolstra
7603cb1eba
* Latest unstable Nix.
...
svn path=/nixpkgs/trunk/; revision=8366
2007-03-19 22:02:55 +00:00
Eelco Dolstra
1c65a5b328
* A function `simpleTeXToPNG' that typesets a piece of LaTeX code
...
(e.g., a file containing something like `$x^2 + y^2 = z^2$') and
converts it to a PNG image with no unnecessary surrounding
whitespace. Useful when you want to include TeX stuff in webpages /
other documents.
This currently calls /usr/bin/convert, so we should add ImageMagick.
svn path=/nixpkgs/trunk/; revision=8269
2007-03-12 18:06:31 +00:00
Eelco Dolstra
ead48be229
* runLaTeX: support generation of Postscript.
...
* findLaTeXIncludes: handle the case where the input is already in the
Nix store, and allow a different prefix to be used for searching
included files.
svn path=/nixpkgs/trunk/; revision=8268
2007-03-12 17:55:08 +00:00
Eelco Dolstra
c9c70b8d75
* Don't propagate the teTeX dependency.
...
svn path=/nixpkgs/trunk/; revision=8262
2007-03-12 12:56:06 +00:00
Eelco Dolstra
cf04579cc5
* Added pgf/tikz.
...
* runLaTeX: allow additional TeX packages to be specified.
* teTeX setup hook: TEXMFNIX doesn't seem to work, use TEXINPUTS.
svn path=/nixpkgs/trunk/; revision=8261
2007-03-10 23:51:59 +00:00
Eelco Dolstra
c467d6e5e6
* Doh doh doh.
...
svn path=/nixpkgs/trunk/; revision=8138
2007-03-01 15:50:14 +00:00
Eelco Dolstra
56e0e2fbea
* Latest unstable Nix. Add OpenSSL as a dependency.
...
svn path=/nixpkgs/trunk/; revision=8137
2007-03-01 15:44:23 +00:00