Armijn Hemel
8b10549f2e
move binutils-arm to binutils-cross. Also, add binutils for mips-linux in a
...
more generic way. Still, there is a lot of room for improvement.
svn path=/nixpkgs/trunk/; revision=4458
2005-12-31 03:46:20 +00:00
Armijn Hemel
fec867b5f2
add what should be done after completing the toolchain and a note of warning
...
that many packages cannot be succesfully cross compiled.
svn path=/nixpkgs/trunk/; revision=4457
2005-12-30 14:45:27 +00:00
Armijn Hemel
2f6385ba23
tell a bit more about the names of the binutils that the buildprocess expects
...
to find during cross compilation. We need to fix the gcc-wrapper to support
cross-compiling. Really, it's not that hard to do, but it needs to be done
correctly :)
svn path=/nixpkgs/trunk/; revision=4456
2005-12-30 14:20:44 +00:00
Armijn Hemel
b768475a3a
don't strip the binaries in $out/bin and $out/sbin. strip doesn't recognize
...
the format of one of the files (a shellscript) and thus returns an error
code, which can safely be ignored, but from which Nix will conclude the build
has failed.
svn path=/nixpkgs/trunk/; revision=4454
2005-12-28 13:00:09 +00:00
Armijn Hemel
de220c973a
add expressions for some static packages. Had forgotten this. That's the
...
punishment you get for working at 4am ;)
svn path=/nixpkgs/trunk/; revision=4453
2005-12-28 12:11:19 +00:00
Armijn Hemel
0ee2f324cc
update to 1.38. Weird: this version doesn't want to build with dietlibc,
...
should find out why...
svn path=/nixpkgs/trunk/; revision=4452
2005-12-28 02:53:56 +00:00
Armijn Hemel
7bd6a3599b
use newer curl. This fixes a few security bugs and this static version of curl
...
has been built using Nix itself. I've tested this, it works.
svn path=/nixpkgs/trunk/; revision=4451
2005-12-28 02:02:56 +00:00
Armijn Hemel
0c5b904257
we don't have nix-static. Bwah.
...
svn path=/nixpkgs/trunk/; revision=4448
2005-12-27 15:14:58 +00:00
Armijn Hemel
3ab0457893
add some documentation about where to find the Nix expressions for the static
...
tools in nixpkgs, why we chose dietlibc for some packages and glibc for others.
svn path=/nixpkgs/trunk/; revision=4447
2005-12-27 15:05:35 +00:00
Armijn Hemel
62dc2035fd
we don't have bashDiet, we have bashStatic!
...
svn path=/nixpkgs/trunk/; revision=4446
2005-12-27 14:52:29 +00:00
Armijn Hemel
796636040a
static diffutils for initial stdenv
...
svn path=/nixpkgs/trunk/; revision=4445
2005-12-27 10:39:20 +00:00
Armijn Hemel
abcfd1bce5
add static version for initial stdenv
...
svn path=/nixpkgs/trunk/; revision=4444
2005-12-27 02:50:48 +00:00
Armijn Hemel
cecd284522
add static version for initial stdenv...and maybe NixOS...
...
svn path=/nixpkgs/trunk/; revision=4443
2005-12-27 02:47:59 +00:00
Armijn Hemel
6aa7ab644a
static version of gnused for initial stdenv...
...
svn path=/nixpkgs/trunk/; revision=4442
2005-12-27 02:44:56 +00:00
Armijn Hemel
40c9f1a764
add a statically compiled version of findutils for the inital stdenv and NixOS
...
svn path=/nixpkgs/trunk/; revision=4441
2005-12-26 17:13:37 +00:00
Armijn Hemel
e8488e3b71
add the links browser. This package built immediately, so I believe something is not pure...
...
svn path=/nixpkgs/trunk/; revision=4440
2005-12-26 16:13:04 +00:00
Armijn Hemel
4213f2ac08
enable slang here...
...
svn path=/nixpkgs/trunk/; revision=4439
2005-12-26 15:56:00 +00:00
Eelco Dolstra
b43c421658
* JDK: put the machine-dependent header files in the right place.
...
* Added SWT for GTK (built from source).
* Added Azureus (a Bittorrent client written in Java).
svn path=/nixpkgs/trunk/; revision=4438
2005-12-26 00:51:24 +00:00
Armijn Hemel
322d2f95e8
add the S-lang language...
...
svn path=/nixpkgs/trunk/; revision=4437
2005-12-25 14:02:09 +00:00
Armijn Hemel
62c3e9e7a1
add the statically linked curl-7.15.1 here.
...
Now, switching the curl to this version did not trigger a massive rebuild on
my system, which puzzles me. Maybe it is because no checksum is recorded?
Am I doing something wrong?
svn path=/nixpkgs/trunk/; revision=4434
2005-12-25 01:36:49 +00:00
Armijn Hemel
c067f85ab1
upgrade the statically linked curl to 7.15.1 from 7.14.1.
...
It would be good to use the output from this Nix expression for the initial
static stdenv. Right now it is present, but we have not on record how it
exactly was compiled. If we use this package, we do know that in the future.
However, if we update this package it will cause a *MASSIVE* rebuild, namely
everything.
I won't be doing that...for now...even though some downtime for some people
would be a very good idea ;)
svn path=/nixpkgs/trunk/; revision=4433
2005-12-25 00:49:21 +00:00
Armijn Hemel
d2b1dc4a52
update curl to 7.15.1, fixes a security flaw. Merry X-mas :)
...
svn path=/nixpkgs/trunk/; revision=4432
2005-12-25 00:25:17 +00:00
Armijn Hemel
53c0ae3af3
add a static version of module-init-tools for NixOS
...
svn path=/nixpkgs/trunk/; revision=4427
2005-12-24 00:25:18 +00:00
Armijn Hemel
4f0314a553
update to 3.2.2
...
svn path=/nixpkgs/trunk/; revision=4426
2005-12-23 23:25:11 +00:00
Armijn Hemel
ef883ffda8
add a static version of util-linux for NixOS
...
svn path=/nixpkgs/trunk/; revision=4425
2005-12-23 23:20:49 +00:00
Armijn Hemel
6e80370dfe
update util-linux to 2.12r
...
svn path=/nixpkgs/trunk/; revision=4424
2005-12-23 22:59:33 +00:00
Armijn Hemel
136c43448d
add a static version of bash. This comes in handy for NixOS (installer disk) and the static tools we use to bootstrap Nix on for example NixOS. Can I say NixOS one more time? NixOS.
...
svn path=/nixpkgs/trunk/; revision=4423
2005-12-23 21:43:04 +00:00
Armijn Hemel
ae11cdc41e
add the builder. Due to brain failure a "make install" does not install the
...
kudzu tools, we need make install-program for that. We do this in preInstall. Maybe not the right place, but what the heck...
svn path=/nixpkgs/trunk/; revision=4420
2005-12-23 19:25:58 +00:00
Armijn Hemel
7e6f127abb
fix python includes
...
svn path=/nixpkgs/trunk/; revision=4419
2005-12-23 18:56:33 +00:00
Armijn Hemel
0ea291d760
add kudzu, needed for hardware detection in NixOS...
...
svn path=/nixpkgs/trunk/; revision=4418
2005-12-23 15:58:41 +00:00
Armijn Hemel
9a3162f1ff
rip a patch from the Fedora RPM. This is needed to let kudzu compile...
...
svn path=/nixpkgs/trunk/; revision=4417
2005-12-23 15:26:05 +00:00
Armijn Hemel
b8e0c0bd99
put headerfiles in $out/include/pci, not in $out/include
...
svn path=/nixpkgs/trunk/; revision=4416
2005-12-23 15:14:56 +00:00
Armijn Hemel
4cbc035e47
add the pciutils
...
svn path=/nixpkgs/trunk/; revision=4415
2005-12-23 15:03:01 +00:00
Armijn Hemel
b9939fc37a
add all keys for all different protocols...
...
svn path=/nixpkgs/trunk/; revision=4413
2005-12-22 19:28:12 +00:00
Armijn Hemel
e10f2c1f30
we need to be able to use touch and rm and all
...
svn path=/nixpkgs/trunk/; revision=4412
2005-12-22 18:50:28 +00:00
Armijn Hemel
8a01ee072a
we need to the path to initscripts and also make it executable
...
svn path=/nixpkgs/trunk/; revision=4411
2005-12-22 18:16:10 +00:00
Armijn Hemel
57067bba9e
we depend on coreutils (chmod, etc.)
...
svn path=/nixpkgs/trunk/; revision=4410
2005-12-22 18:10:47 +00:00
Armijn Hemel
ae1c5fa88f
and also, don't forget to actually make $out first...
...
svn path=/nixpkgs/trunk/; revision=4409
2005-12-22 16:05:03 +00:00
Armijn Hemel
c8c6431758
pass around the right parameters...d'oh
...
svn path=/nixpkgs/trunk/; revision=4408
2005-12-22 16:03:29 +00:00
Martin Bravenboer
8f2c62c0e9
Patches
...
svn path=/nixpkgs/trunk/; revision=4407
2005-12-22 12:28:11 +00:00
Eelco Dolstra
4d905aa2ed
* Added the Emacs 22.0 branch with anti-aliasing (Xft) support.
...
* Added an option to Adobe Reader to make it start faster (by deleting
all the plugins).
svn path=/nixpkgs/trunk/; revision=4406
2005-12-22 10:49:43 +00:00
Martin Bravenboer
83afd0c173
Added Transformers 0.4
...
svn path=/nixpkgs/trunk/; revision=4405
2005-12-22 07:39:06 +00:00
Armijn Hemel
c564d6dbb2
lua needs to be built, no matter what...then why do they provide an option
...
to disable it, which doesn't even work properly???
TODO: fix -lncurses error in lua...
svn path=/nixpkgs/trunk/; revision=4404
2005-12-20 01:29:04 +00:00
Armijn Hemel
8bfb6a3737
add RPM. But:
...
- untested
- no Python bindings
- experimental version (this is not the "stable" production branch)
svn path=/nixpkgs/trunk/; revision=4403
2005-12-20 00:48:38 +00:00
Armijn Hemel
c55f6db2be
enable beecrypt here
...
svn path=/nixpkgs/trunk/; revision=4402
2005-12-19 18:56:31 +00:00
Armijn Hemel
41108750ba
add beecrypt
...
svn path=/nixpkgs/trunk/; revision=4401
2005-12-19 17:17:06 +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
272e44da1c
* GnuPG updated to 1.4.2. Added support to optionally build it with
...
IDEA support (requires a license).
svn path=/nixpkgs/trunk/; revision=4399
2005-12-18 22:14:31 +00:00
Eelco Dolstra
784605f8de
* Bittorrent 4.2.1.
...
svn path=/nixpkgs/trunk/; revision=4378
2005-12-15 17:45:40 +00:00
Eelco Dolstra
07687a8514
* Pipe the "p" character into Subversion to force it to accept the
...
server's certificate. This is perfectly safe: we don't care whether
the server is being spoofed --- only the cryptographic hash of the
output matters.
svn path=/nixpkgs/trunk/; revision=4377
2005-12-15 17:21:20 +00:00