Eelco Dolstra
0548c19dbe
* NTP 4.2.4p5 (and the old url was broken).
...
svn path=/nixpkgs/trunk/; revision=12883
2008-09-18 21:15:14 +00:00
Ludovic Courtès
687d66d2b9
Downgrade Tcpdump and libpcap as recent versions have vanished.
...
svn path=/nixpkgs/trunk/; revision=12781
2008-09-01 13:10:26 +00:00
Ludovic Courtès
d22149a3b7
Use tcpdump mirror scheme.
...
svn path=/nixpkgs/trunk/; revision=12780
2008-09-01 13:00:24 +00:00
Eelco Dolstra
67cf9984f2
* ktorrent 2.2.7.
...
svn path=/nixpkgs/trunk/; revision=12774
2008-08-30 12:16:16 +00:00
Michael Raskin
87ff8d6347
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
...
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Eelco Dolstra
9858c56592
* sshfs updated to 2.1.
...
svn path=/nixpkgs/trunk/; revision=12579
2008-08-11 09:39:14 +00:00
Marc Weber
9e55727832
Added:
...
* dmenu
* gftp
* micropolis
* byacc as a build-time dependency for micropolis
contributed by baldo <baldo@quimby.lan>
svn path=/nixpkgs/trunk/; revision=12526
2008-08-06 20:39:01 +00:00
Ludovic Courtès
3b1eea4c83
aMule 2.2.1.
...
svn path=/nixpkgs/trunk/; revision=12446
2008-07-29 16:52:26 +00:00
Peter Simons
a16eebd0a6
Cosmetic, no functional change intended.
...
This patch moves curly braces to the end of the line, i.e.
foo = {
...
};
instead of the previously used style:
foo =
{
...
};
I commit this change hoping that my contributions to this project now conform
to the rules described in maintainers/docs/coding-conventions.txt so that the
self-appointed indention sheriff of the NixOS community can finally get off my
back and rest assured knowing that all i's are dotted and all t's are crossed.
svn path=/nixpkgs/trunk/; revision=12386
2008-07-18 20:11:25 +00:00
Peter Simons
b01f89ad38
new: wdfs-1.4.2 is a user-space file system that allows mounting a webdav share
...
svn path=/nixpkgs/trunk/; revision=12316
2008-07-07 23:24:48 +00:00
Peter Simons
4797dddeb0
new: pdsh is a fast and efficient parallel remote shell
...
svn path=/nixpkgs/trunk/; revision=12313
2008-07-07 23:11:36 +00:00
Marc Weber
5f044d6f3f
fix: dnsmasq can now be started after installing..
...
What has gone wrong by my first commit attempt?
svn path=/nixpkgs/trunk/; revision=12294
2008-07-07 11:40:16 +00:00
Eelco Dolstra
677be83122
* Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux.
...
* Fixes to make par2cmdline and exult build on gcc 4.x, since gcc
3.4.x doesn't seem to work on x86_64-linux (NIXPKGS-91).
* Disabled pidgin on x86_64-linux because it needs a dynamic libperl
which we don't have right now.
* Disabled wine on x86_64-linux because we still lack -m32 support.
svn path=/nixpkgs/trunk/; revision=12187
2008-06-25 15:01:04 +00:00
Michael Raskin
203f2f8809
Added aria - metalink/http/ftp/bittorrent supporting downloader
...
svn path=/nixpkgs/trunk/; revision=12175
2008-06-21 20:53:52 +00:00
Armijn Hemel
1f42cdde48
add gupnp-tools. I can't actually run them, since there seems to be some issue with fontconfig that has not been configured correctly and i don't know why
...
svn path=/nixpkgs/trunk/; revision=12154
2008-06-18 22:34:49 +00:00
Eelco Dolstra
d97069da1a
* Quick start section.
...
* Updated some packages that are referenced in that section.
svn path=/nixpkgs/trunk/; revision=12139
2008-06-17 14:19:59 +00:00
Eelco Dolstra
fc5eebdf8b
* Merged the stdenv branch
...
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates
-r10966:12061).
svn path=/nixpkgs/trunk/; revision=12073
2008-06-13 11:46:39 +00:00
Eelco Dolstra
e21b6b6ee5
* curl: build with OpenSSL (https) support by default.
...
* Some fetchurl-related refactoring. The `realCurl' attribute is
gone, `curl' is the real thing. To prevent an infinite recursion in
`fetchurl' (because it depends on curl and building curl needs
fetchurl), curl and its dependencies (openssl, zlib, perl) use
`fetchurlBoot', which is the fetchurl used by the previous bootstrap
phase (e.g. the statically linked version of curl for
stdenv-linux). So as a result you can use https:// urls almost
everywhere.
There's also some hackery to prevent a different curl from being
built in every stdenv-linux bootstrap phase (namely the
stdenv.fetchurl attribute which allows fetchurl to be overriden
everywhere).
svn path=/nixpkgs/trunk/; revision=11905
2008-05-27 07:49:55 +00:00
Nicolas Pierron
b96a83dc06
Add iodine-0.4.1
...
svn path=/nixpkgs/trunk/; revision=11824
2008-05-14 08:01:03 +00:00
Ludovic Courtès
5052fe194d
vpnc: Fix `pcf2vpnc'.
...
svn path=/nixpkgs/trunk/; revision=11791
2008-05-09 08:02:56 +00:00
Ludovic Courtès
8b838d3cb2
dhcp: Fix path of dhclient-script' used in
dhclient', fix dependencies of `dhclient-script'.
...
svn path=/nixpkgs/trunk/; revision=11788
2008-05-08 22:08:58 +00:00
Michael Raskin
d7b1fdabd3
all-packages.nix changes; now builderDefsPackage includes .meta.function attribute
...
svn path=/nixpkgs/trunk/; revision=11767
2008-05-07 07:23:20 +00:00
Michael Raskin
cfff8a9c1a
Converted Socat package to uilderDefsPackage format
...
svn path=/nixpkgs/trunk/; revision=11765
2008-05-07 07:22:04 +00:00
Eelco Dolstra
6aae26a1d8
* Curl 7.18.1.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11691
2008-04-23 09:30:09 +00:00
Ludovic Courtès
95f0e6a1a7
Differentiate between longDescription' and
description'.
...
svn path=/nixpkgs/trunk/; revision=11230
2008-03-20 14:35:03 +00:00
Ludovic Courtès
6085bc8147
nss-mdns: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=11163
2008-03-17 13:59:34 +00:00
Ludovic Courtès
a47057c615
Add nss-mdns', an NSS plug-in for the
.local' domain, using mDNS.
...
svn path=/nixpkgs/trunk/; revision=11160
2008-03-17 13:41:54 +00:00
Ludovic Courtès
c02aea1925
ISC DHCP: Add a proper wrapper for dhclient-script' so that it finds
hostname'
...
and friends; add a patch so that "make install" doesn't try to
"mkdir /var/run"; add `meta' attribute.
svn path=/nixpkgs/trunk/; revision=11123
2008-03-14 13:40:32 +00:00
Ludovic Courtès
f6fc5661b8
Add PAM support to lsh.
...
svn path=/nixpkgs/trunk/; revision=10970
2008-03-05 16:49:51 +00:00
Michael Raskin
71f8e0911a
Added src to meta for builderDefs-based packages.
...
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Eelco Dolstra
5ea761b23f
* Merged the last of the trunk, preparing for switch...
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10847
2008-02-25 11:09:37 +00:00
Tobias Hammerschmidt
e7f99973e1
Added libtorrent a bittorent library written in C++ for *nix and rtorrent a ncurses client for libtorrent.
...
svn path=/nixpkgs/trunk/; revision=10842
2008-02-23 12:11:27 +00:00
Ludovic Courtès
96177fce34
VPNC: Clarify run-time dependencies.
...
svn path=/nixpkgs/trunk/; revision=10818
2008-02-21 19:33:21 +00:00
Ludovic Courtès
a21609b1ab
Add GNU Inetutils.
...
svn path=/nixpkgs/trunk/; revision=10817
2008-02-21 18:58:11 +00:00
Eelco Dolstra
e12b421add
* Merged most of the stdenv-updates branch. Some stuff didn't
...
merge cleanly right away (kde-4, kernel stuff) so it should be
merged later. But the stdenv stuff is all there.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Ludovic Courtès
c81efcdedb
Add GNU lsh, a GPL'd implementation of SSH, and `liboop', and event loop library.
...
svn path=/nixpkgs/trunk/; revision=10637
2008-02-12 10:51:44 +00:00
Ludovic Courtès
4ad48cffed
VPNC fix: binary would refer to `/etc/vpnc/vpnc-script'.
...
svn path=/nixpkgs/trunk/; revision=10619
2008-02-10 22:52:39 +00:00
Ludovic Courtès
df326e6a44
Add VPNC, a Cisco-compatible VPN client.
...
svn path=/nixpkgs/trunk/; revision=10618
2008-02-10 21:54:01 +00:00
Michael Raskin
4df190c703
Various fixes and updates to build that all.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10568
2008-02-10 16:44:43 +00:00
Eelco Dolstra
3e158a1c19
* ktorrent 2.2.5.
...
svn path=/nixpkgs/trunk/; revision=10555
2008-02-08 15:40:03 +00:00
Michael Raskin
540214e9fd
Fixed stable socat (applied patch by Nicolas Pierron); updated Tk installation step for XMaxima compatibility
...
svn path=/nixpkgs/trunk/; revision=10482
2008-02-03 14:17:22 +00:00
Michael Raskin
f763d29010
Added socat, updated zsh
...
svn path=/nixpkgs/trunk/; revision=10470
2008-02-03 11:03:54 +00:00
Michael Raskin
f6ee57b67f
Added nc6, updated xkeyboard-config
...
svn path=/nixpkgs/trunk/; revision=10469
2008-02-03 08:53:47 +00:00
Yury G. Kudryashov
f5bf68f9a8
wget: version 1.11 added, made default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10456
2008-02-02 20:39:44 +00:00
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
5bca69ac34
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/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Yury G. Kudryashov
6e74bb5974
finger client and daemon added
...
svn path=/nixpkgs/trunk/; revision=10364
2008-01-28 19:51:14 +00:00
Yury G. Kudryashov
2f9d6fc9ba
finger client and daemon added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10303
2008-01-26 12:02:57 +00:00
Yury G. Kudryashov
9b2659eec7
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10295
2008-01-25 14:16:25 +00:00
Michael Raskin
5cc556e313
Added smbfsFuse (executable name fusesmb)
...
svn path=/nixpkgs/trunk/; revision=10285
2008-01-25 10:15:19 +00:00