Eelco Dolstra
cd60dc0ede
* Various updates.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
2008-06-12 09:49:40 +00:00
Michael Raskin
7be33e7fd1
Ported fixSheBang from stdenv-updates to builder-defs.nix, tested on Metasploit.
...
No other rebuilds caused.
svn path=/nixpkgs/trunk/; revision=12047
2008-06-12 07:17:37 +00:00
Eelco Dolstra
9029c3b61f
* NVIDIA driver: set a RUNPATH on libGL.so and friends. This ensures
...
that applications that link against it don't need to have its
dependencies (like libXext) in *their* RUNPATHs.
* glxinfo: don't add /var/run/opengl-driver/lib to the RUNPATH.
Instead LD_LIBRARY_PATH should be set to
/var/run/opengl-driver/lib at runtime. This is much more pure, and
it obviates the need for patchelfing all OpenGL applications.
(TODO: remove patchelf hacks for other OpenGL programs as well.)
svn path=/nixpkgs/branches/stdenv-updates/; revision=11972
2008-06-04 09:59:33 +00:00
Andres Löh
b89a5bfa33
lhs2tex version bump to 1.13, removed the external builder.sh
...
svn path=/nixpkgs/trunk/; revision=11971
2008-06-04 09:59:13 +00:00
Marc Weber
898f448073
added mysql2pgsql (mysql dump to postrges sql converter) script
...
svn path=/nixpkgs/trunk/; revision=11943
2008-05-31 22:49:00 +00:00
Eelco Dolstra
18ddaba5a9
* Latest dpkg. The previous version has disappeared.
...
svn path=/nixpkgs/trunk/; revision=11910
2008-05-27 16:46:40 +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
Michael Raskin
2d15d345ec
Relaxed nixCustomFun parameter constraints a bit (string -> string or list of strings)
...
svn path=/nixpkgs/trunk/; revision=11901
2008-05-26 19:04:19 +00:00
Eelco Dolstra
94672236c6
svn path=/nixpkgs/trunk/; revision=11899
2008-05-26 14:01:11 +00:00
Eelco Dolstra
c741baeb4e
* Proper name attribute.
...
svn path=/nixpkgs/trunk/; revision=11879
2008-05-22 11:39:30 +00:00
Eelco Dolstra
1d6f0ab989
* On Linux, build coreutils with ACL support.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11848
2008-05-19 15:12:03 +00:00
Nicolas Pierron
b96a83dc06
Add iodine-0.4.1
...
svn path=/nixpkgs/trunk/; revision=11824
2008-05-14 08:01:03 +00:00
Nicolas Pierron
a0e09761e5
Add diffstat. (by Vincent Ordy)
...
svn path=/nixpkgs/trunk/; revision=11823
2008-05-14 07:58:32 +00:00
Marc Weber
e38b426fda
fixing bad location of hddtemp (spotted by gour) (tools -> tools/misc)
...
svn path=/nixpkgs/trunk/; revision=11812
2008-05-11 11:18:16 +00:00
Michael Raskin
acf7290ae7
Added MDBtools
...
svn path=/nixpkgs/trunk/; revision=11811
2008-05-11 09:45:26 +00:00
Michael Raskin
66f306ac4e
Removing tetex reference in E Prover
...
svn path=/nixpkgs/trunk/; revision=11810
2008-05-10 09:19:50 +00:00
Eelco Dolstra
75fa800307
* GNU tar 1.20.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11800
2008-05-09 14:56:29 +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
Eelco Dolstra
8245a813fe
* Latest Gentoo patches for Grub. Includes a fix for booting from
...
ext3 filesystems with 256-byte inodes (created by mke2fs >= 1.40.5
by default).
svn path=/nixpkgs/trunk/; revision=11775
2008-05-08 10:40:17 +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
Michael Raskin
9b2cc890eb
Updated customisable Nix expression
...
svn path=/nixpkgs/trunk/; revision=11757
2008-05-06 07:03:09 +00:00
Ludovic Courtès
578b598fbb
Remove former GNU ed expression.
...
svn path=/nixpkgs/trunk/; revision=11716
2008-04-25 16:14:08 +00:00
Michael Raskin
6af82b0239
Typo fix
...
svn path=/nixpkgs/trunk/; revision=11709
2008-04-24 18:31:47 +00:00
Marc Weber
d3a5cca1a1
Added pinentry (now needed to generate gnupg2 keys)
...
There are different versions (qt/gtk and console)
Shall we strive for a solution working out of the box (see comments in gnupg2)
I think a gui pinentry is more suitable because it also works invoked from guil email clients
svn path=/nixpkgs/trunk/; revision=11695
2008-04-23 19:42:10 +00:00
Marc Weber
454b9875d4
added keychain, a gentoo tool to start gnupg and ssh daemon writing pids to a file so that you can share them easily on different shells
...
svn path=/nixpkgs/trunk/; revision=11693
2008-04-23 10:51:23 +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
Eelco Dolstra
09ab596e0f
* Remove calls to fail().
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
2008-04-23 07:34:20 +00:00
Eelco Dolstra
a218b9b2e7
* Updated coreutils and findutils.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11685
2008-04-22 13:12:45 +00:00
Ludovic Courtès
4ca098cdbc
Add Mpage, a tool to print multiple pages per sheet on a PostScript printer.
...
svn path=/nixpkgs/trunk/; revision=11572
2008-04-11 13:22:35 +00:00
Michael Raskin
a082b5df68
Now msfweb works with user-installed Ruby on rails.
...
svn path=/nixpkgs/trunk/; revision=11567
2008-04-11 10:40:30 +00:00
Michael Raskin
4ca642f1ad
Added metasploit framework for security testing using exploit database
...
svn path=/nixpkgs/trunk/; revision=11562
2008-04-11 09:28:01 +00:00
Michael Raskin
de117209bc
Added uucp; this package also contains cu utility
...
svn path=/nixpkgs/trunk/; revision=11561
2008-04-11 09:27:18 +00:00
Michael Raskin
87ce868112
Added minicom
...
svn path=/nixpkgs/trunk/; revision=11560
2008-04-11 09:26:56 +00:00
Eelco Dolstra
6fa8de41fa
* Referring to stdenv.coreutils breaks on FreeBSD.
...
svn path=/nixpkgs/trunk/; revision=11463
2008-04-04 18:24:41 +00:00
Ludovic Courtès
aa720c8431
Add At, the classical Unix command scheduler.
...
svn path=/nixpkgs/trunk/; revision=11434
2008-04-01 09:08:17 +00:00
Sander van der Burg
9dccbcfc55
Resolved issue with hard-corded path to /sbin/stty
...
svn path=/nixpkgs/trunk/; revision=11389
2008-03-31 12:57:12 +00:00
Michael Raskin
fa40aa96f5
Added ddrescue
...
svn path=/nixpkgs/trunk/; revision=11320
2008-03-28 11:59:50 +00:00
Eelco Dolstra
aa2a573225
* Latest unstable version.
...
svn path=/nixpkgs/trunk/; revision=11310
2008-03-27 17:54:17 +00:00
Ludovic Courtès
9ff94543d0
Add `doCheck = true' for GNU libcdio and GNU Idutils.
...
svn path=/nixpkgs/trunk/; revision=11308
2008-03-27 15:27:30 +00:00
Ludovic Courtès
9383efc9ba
Add GNU Idutils, a text searching utility.
...
svn path=/nixpkgs/trunk/; revision=11300
2008-03-27 11:09:40 +00:00
Ludovic Courtès
25ea32dc11
Ploticus: Install prefabs and wrapper script.
...
svn path=/nixpkgs/trunk/; revision=11295
2008-03-26 23:42:29 +00:00
Ludovic Courtès
c7090b1f60
Ploticus 2.40.
...
svn path=/nixpkgs/trunk/; revision=11293
2008-03-26 22:54:16 +00:00
Eelco Dolstra
31bc21974d
* Purity fix in fontforge: don't look for /usr/include/libxml.
...
svn path=/nixpkgs/trunk/; revision=11288
2008-03-26 12:57:30 +00:00
Michael Raskin
32bc662263
Zenmap - nmap graphical interface - now works
...
svn path=/nixpkgs/trunk/; revision=11269
2008-03-22 20:56:23 +00:00
Michael Raskin
712ba6a25c
Updated nmap
...
svn path=/nixpkgs/trunk/; revision=11267
2008-03-22 19:52:11 +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
Marc Weber
2514c86033
reverted diff r11163-11164 (rgb not needed for tightvnc)
...
svn path=/nixpkgs/trunk/; revision=11188
2008-03-18 19:45:31 +00:00
Marc Weber
2a20ef9694
Added xlibs (rgb) to tightvnc as dependency (I still get error "Couldnt add screen")
...
svn path=/nixpkgs/trunk/; revision=11164
2008-03-17 14:32:08 +00:00
Ludovic Courtès
6085bc8147
nss-mdns: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=11163
2008-03-17 13:59:34 +00:00
Eelco Dolstra
26a152653d
* Adde xpra. Doesn't quite work yet.
...
* Removed python_alts.
svn path=/nixpkgs/trunk/; revision=11161
2008-03-17 13:45:50 +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
Michael Raskin
7698f380a0
Added x2vnc, a tool to control physically close but formally remote VNC display as an extension of local one.
...
svn path=/nixpkgs/trunk/; revision=11148
2008-03-17 06:29:32 +00:00
Michael Raskin
5204d562cc
Keynav fix
...
svn path=/nixpkgs/trunk/; revision=11147
2008-03-17 06:28:22 +00:00
Michael Raskin
14d5fa0ca8
Fixed relfs_grant
...
svn path=/nixpkgs/trunk/; revision=11143
2008-03-16 10:31:17 +00:00
Eelco Dolstra
5f683794c2
* Set admindir to /var/lib/dpkg.
...
svn path=/nixpkgs/trunk/; revision=11124
2008-03-14 13:44:58 +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
Eelco Dolstra
842eda63f8
* Nasty hacks to get dpkg to set the architecture correctly.
...
svn path=/nixpkgs/trunk/; revision=11100
2008-03-13 14:58:17 +00:00
Eelco Dolstra
6ea7522ba2
* Added dpkg.
...
svn path=/nixpkgs/trunk/; revision=11088
2008-03-12 20:46:47 +00:00
Ludovic Courtès
2d75587897
Docbook2X: Fix --to-stdout' option of
docbook2texi', fix Perl dependencies
...
of all the perl scripts, add dependency on Texinfo since `makeinfo' can be
invoked directly by `docbook2texi --info'.
svn path=/nixpkgs/trunk/; revision=11083
2008-03-12 15:19:54 +00:00
Ludovic Courtès
498f57b9a8
AsciiDoc: Fix `CONF_DIR' in the executables.
...
svn path=/nixpkgs/trunk/; revision=11056
2008-03-11 14:06:52 +00:00
Eelco Dolstra
a35566af2b
* stdenv doesn't have an attribute named bash on FreeBSD (maybe it
...
should).
svn path=/nixpkgs/trunk/; revision=11053
2008-03-11 10:26:50 +00:00
Ludovic Courtès
92246defa5
Add docbook2x.
...
svn path=/nixpkgs/trunk/; revision=11051
2008-03-11 09:34:17 +00:00
Ludovic Courtès
f528309936
Remove dependencies on stdenv' components from
xmlto'.
...
svn path=/nixpkgs/trunk/; revision=11049
2008-03-11 09:16:12 +00:00
Ludovic Courtès
d195542ac3
Add `xmlto', a front-end to an XSL toolchain.
...
svn path=/nixpkgs/trunk/; revision=11048
2008-03-11 08:44:22 +00:00
Ludovic Courtès
bd361daf06
Add AsciiDoc.
...
svn path=/nixpkgs/trunk/; revision=11039
2008-03-10 15:57:14 +00:00
Marc Weber
bad0d45562
jdk updated to 1.5.0.15
...
updated bleeding edge stuff (should now work for the bulidfarm as well because
dist files are stored on my server)
moved experimental my_env into its own file
svn path=/nixpkgs/trunk/; revision=11026
2008-03-09 00:08:45 +00:00
Ludovic Courtès
d8bcaa4398
Add rsnapshot, an rsync-based remote backup tool.
...
svn path=/nixpkgs/trunk/; revision=11009
2008-03-07 09:33:51 +00:00
Michael Raskin
b20aba1d92
Updated: RelFS. Added DictDB aggregation.
...
svn path=/nixpkgs/trunk/; revision=11006
2008-03-07 06:11:08 +00:00
Marc Weber
1b51b70317
- fetchdarcs supports now partial
...
- fetchdarcs_2pre added
- flapjax added
- no longer used : annotatedDerivations
- added bleeding edge repos with a tiny nix repository manager which dowloads and
updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source
(darcs tested only by now)
- added experimental my_environment with example
svn path=/nixpkgs/trunk/; revision=10974
2008-03-06 02:46:29 +00:00
Marc Weber
328da81b30
- fetchdarcs supports now partial
...
- fetchdarcs_2pre added
- flapjax added
- no longer used : annotatedDerivations
- added bleeding edge repos with a tiny nix repository manager which dowloads and
updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source
(darcs tested only by now)
- added experimental my_environment with example
svn path=/nixpkgs/branches/stdenv-updates/; revision=10973
2008-03-06 01:58:13 +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
Wouter den Breejen
7dcca76e91
SNix update
...
svn path=/nixpkgs/trunk/; revision=10949
2008-03-04 14:23:29 +00:00
Michael Raskin
7001d91ba7
Added seccureUser, uild variant that does not lock memory.
...
svn path=/nixpkgs/trunk/; revision=10938
2008-03-03 23:32:50 +00:00
Michael Raskin
9f393398e2
Added Shamir Secret Sharing Scheme and bmrsa. Fixed libgcrypt
...
svn path=/nixpkgs/trunk/; revision=10928
2008-03-03 12:30:39 +00:00
Michael Raskin
25f81f6438
Added SECCURE - Elliptic Curve Cryptography zero-configuration command-line tool. Note: needs to be setuid, because loves to lock memory.
...
svn path=/nixpkgs/trunk/; revision=10926
2008-03-03 10:48:29 +00:00
Michael Raskin
74aba16126
Added FontForge with X11 interface
...
svn path=/nixpkgs/trunk/; revision=10918
2008-03-02 22:02:28 +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
Michael Raskin
10daad7e97
Added ttmkfdir - program to create fonts.scale for TTF fonts
...
svn path=/nixpkgs/trunk/; revision=10910
2008-03-02 18:40:42 +00:00
Ludovic Courtès
26d4ecd5ad
Add Bogofilter, a fast bayesian spam filter.
...
svn path=/nixpkgs/trunk/; revision=10908
2008-03-02 18:35:04 +00:00
Eelco Dolstra
374509f104
* url -> cvsRoot.
...
svn path=/nixpkgs/trunk/; revision=10894
2008-02-29 09:15:28 +00:00
Armijn Hemel
f03708fd97
0.8 -> 0.9
...
svn path=/nixpkgs/trunk/; revision=10893
2008-02-29 08:49:08 +00:00
Eelco Dolstra
1c65ea4e20
* Added expect.
...
svn path=/nixpkgs/trunk/; revision=10877
2008-02-27 15:48:53 +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
Eelco Dolstra
2e92cabb37
* substitute: support patterns starting with a dash.
...
* Updated the kernel headers.
* ghc: setup hooks are now generated using substituteAll.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10838
2008-02-22 18:19:04 +00:00
Michael Raskin
8ea6496a10
-
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
2008-02-22 03:06:12 +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
67c961fd63
* Merged -r10790:HEAD from the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10815
2008-02-21 17:34:03 +00:00
Eelco Dolstra
bda5d7d471
* Hack around a weird build problem on Darwin.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10804
2008-02-21 14:47:59 +00:00
Eelco Dolstra
c9f2559e30
* Don't include <malloc.h>, it doesn't exist on all platforms.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10803
2008-02-21 14:01:19 +00:00
Eelco Dolstra
051cd950fe
* Use the latest Nix. What a relief. :-)
...
svn path=/nixpkgs/trunk/; revision=10801
2008-02-21 13:44:06 +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
Wouter den Breejen
03473a3fc3
Added SNIX which is Nix extended with options to handle state (not stable yet and needs ext3cow so i do not recommend updating unless you are interested)
...
svn path=/nixpkgs/trunk/; revision=10771
2008-02-20 12:29:41 +00:00
Yury G. Kudryashov
0aa0847307
added gnupg-1.x compatibility symlinks to gnupg-2.x, removed gnupg2 attr
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10746
2008-02-18 20:52:59 +00:00
Yury G. Kudryashov
8ea549b319
sharutils added (4.6.3)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10744
2008-02-18 20:52:25 +00:00
Michael Raskin
66914f5438
Added src overriding option for relfs
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10721
2008-02-18 10:42:04 +00:00
Michael Raskin
96ddccf6b2
Some fixes to build elfutils and ltrace, added x11vnc, forward-ported kernel 2.6.23.16 as default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10718
2008-02-18 07:23:05 +00:00
Ludovic Courtès
4fd7a30a36
Improve Lout package: improved directory layout, and documentation is now installed.
...
svn path=/nixpkgs/trunk/; revision=10708
2008-02-15 13:42:24 +00:00
Michael Raskin
2a087141cb
Ported replace renaming to replace-literal to avoid conflict with MySQL package supplying own tool with name replace.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10704
2008-02-15 11:14:40 +00:00
Eelco Dolstra
5f45fb3ae9
* substitute() in stdenv: use the replace program instead of awful
...
sed hackery.
* Some indentation fixes in setup.sh.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10658
2008-02-13 14:23:09 +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
c3096df3d0
Add Lout, a document layout system based on a purely functional language.
...
svn path=/nixpkgs/trunk/; revision=10634
2008-02-12 09:58:57 +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
Yury G. Kudryashov
eddff7a74a
* A more pure man implementation.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10602
2008-02-10 17:40:54 +00:00
Yury G. Kudryashov
38fc3e6259
* man -> man-db.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10601
2008-02-10 17:40:46 +00:00
Yury G. Kudryashov
71dd78fe64
* man-db 2.5.1.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10600
2008-02-10 17:40:39 +00:00
Yury G. Kudryashov
7830284677
* Latest unstable version.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10599
2008-02-10 17:40:31 +00:00
Yury G. Kudryashov
8bcddb0413
svn path=/nixpkgs/branches/stdenv-updates/; revision=10592
2008-02-10 17:39:34 +00:00
Yury G. Kudryashov
7753a1c5e9
* Remove a time-dependent impurity from mc which was caused by touching all the source files. Depending on whether files were touched in the same second things would either be rebuilt (which would fail) or not.
...
Maybe this breaks unzip support, not tested.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10587
2008-02-10 17:38:46 +00:00
Yury G. Kudryashov
17a801ad4c
* Remove the Reiser4 patch from Gentoo, it broke Grub, with a message like
...
Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,5)/boot/grub/stage /boot/grub/menu.lst"... failed
Error 15: File not found
svn path=/nixpkgs/branches/stdenv-updates/; revision=10585
2008-02-10 17:38:24 +00:00
Yury G. Kudryashov
7b3c313ec6
Fixed shebangfix
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10581
2008-02-10 17:37:38 +00:00
Yury G. Kudryashov
703135a4de
Don't know wether you want to build perl and zip because of mc.. But one of mc's features is beeing able to unpack on the fly. You can do that now (.zip)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10579
2008-02-10 17:37:10 +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
Eelco Dolstra
4c59a67b32
* A more pure man implementation.
...
svn path=/nixpkgs/trunk/; revision=10547
2008-02-07 14:39:07 +00:00
Eelco Dolstra
f21f531e4e
* man -> man-db.
...
svn path=/nixpkgs/trunk/; revision=10543
2008-02-07 13:38:44 +00:00
Eelco Dolstra
3918ffc86d
* man-db 2.5.1.
...
svn path=/nixpkgs/trunk/; revision=10541
2008-02-07 13:32:48 +00:00
Eelco Dolstra
7842f1cbf2
* Latest unstable version.
...
svn path=/nixpkgs/trunk/; revision=10536
2008-02-07 10:21:52 +00:00
Eelco Dolstra
bf95691d1c
svn path=/nixpkgs/trunk/; revision=10514
2008-02-06 14:19:58 +00:00
Eelco Dolstra
5a9affd896
* Added lzma, a compression program that compresses better than
...
bzip2.
svn path=/nixpkgs/trunk/; revision=10513
2008-02-06 13:52:41 +00:00
Eelco Dolstra
8cd1b893cf
* coreutils-6.10, findutils-4.2.32.
...
* Added some meta attributes.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
2008-02-06 13:18:50 +00:00
Eelco Dolstra
c583b8389b
* Remove a time-dependent impurity from mc which was caused by
...
touching all the source files. Depending on whether files were
touched in the same second things would either be rebuilt (which
would fail) or not.
Maybe this breaks unzip support, not tested.
svn path=/nixpkgs/trunk/; revision=10500
2008-02-05 09:34:39 +00:00
Eelco Dolstra
7cc6713bdd
* Remove the Reiser4 patch from Gentoo, it broke Grub, with
...
a message like
Running "install --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) (hd0)1+15 p (hd0,5)/boot/grub/stage /boot/grub/menu.lst"... failed
Error 15: File not found
svn path=/nixpkgs/trunk/; revision=10497
2008-02-04 14:35:15 +00:00
Michael Raskin
cc1a66d42d
Fixed shebangfix
...
svn path=/nixpkgs/trunk/; revision=10492
2008-02-04 12:07:27 +00:00
Michael Raskin
652984a43b
Added dosfstools
...
svn path=/nixpkgs/trunk/; revision=10487
2008-02-04 04:41:55 +00:00
Marc Weber
9a9a078ccf
Don't know wether you want to build perl and zip because of mc.. But one of
...
mc's features is beeing able to unpack on the fly. You can do that now (.zip)
svn path=/nixpkgs/trunk/; revision=10486
2008-02-03 23:33:54 +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
891295a46a
More homepages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10432
2008-01-31 10:42:02 +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
b1b8c4f258
* Added ms-sys, a program for writing Microsoft compatible boot records.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10428
2008-01-31 10:40:21 +00:00
Yury G. Kudryashov
4ef94bc906
* Latest unstable Nix.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10424
2008-01-31 10:39:31 +00:00
Yury G. Kudryashov
4d5a4ea903
More homepages
...
svn path=/nixpkgs/trunk/; revision=10419
2008-01-31 10:11:09 +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
Eelco Dolstra
f831e0420a
* Added ms-sys, a program for writing Microsoft compatible boot records.
...
svn path=/nixpkgs/trunk/; revision=10414
2008-01-30 17:08:38 +00:00
Eelco Dolstra
5e629257d8
* Latest unstable Nix.
...
svn path=/nixpkgs/trunk/; revision=10397
2008-01-30 00:56:10 +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
0b15fe76ab
mc nix-expr review
...
svn path=/nixpkgs/trunk/; revision=10361
2008-01-28 19:49:59 +00:00
Yury G. Kudryashov
b85bd7a25e
gnupg2 added
...
svn path=/nixpkgs/trunk/; revision=10346
2008-01-28 19:45:57 +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
Michael Raskin
dac5ce6e48
Added rlwrap - readline wrapper
...
svn path=/nixpkgs/trunk/; revision=10271
2008-01-23 23:39:06 +00:00
Yury G. Kudryashov
f7da6595d6
mc nix-expr review
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10269
2008-01-23 21:27:44 +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
Sander van der Burg
8c9f87cd0c
Added midnight commander package
...
svn path=/nixpkgs/trunk/; revision=10257
2008-01-23 09:58:07 +00:00
Michael Raskin
e2c0809777
fixed "which" src
...
svn path=/nixpkgs/trunk/; revision=10235
2008-01-20 22:55:43 +00:00
Armijn Hemel
aa275908c0
which:
...
* update to 2.19
* add readline dependency
* use mirror:// for download location
svn path=/nixpkgs/trunk/; revision=10231
2008-01-20 18:23:55 +00:00
Michael Raskin
a5e3c976f4
Updated nixUnstable
...
svn path=/nixpkgs/trunk/; revision=10230
2008-01-20 11:19:20 +00:00
Eelco Dolstra
8215b6c953
* pciutils 2.2.8, with the latest pci.ids.
...
svn path=/nixpkgs/trunk/; revision=10218
2008-01-18 14:39:24 +00:00
Eelco Dolstra
e55c2246ff
* ntp 4.2.4p4.
...
svn path=/nixpkgs/trunk/; revision=10217
2008-01-18 13:20:04 +00:00
Michael Raskin
bc46eaf404
Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
...
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Eelco Dolstra
a5e0e39cdb
* makeWrapper: option --run <CMD> to run a command from the wrapper.
...
This is so that the Unison wrapper can be generated with
makeWrapper.
* Use makeWrapper as a buildInput everywhere.
* Updated BitTorrent, cvs2svn.
svn path=/nixpkgs/trunk/; revision=10213
2008-01-18 11:28:41 +00:00
Yury G. Kudryashov
16d153bea5
gnupg2 added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10195
2008-01-17 13:01:19 +00:00
Eelco Dolstra
42e974a9fe
* Apply all patches from Gentoo.
...
svn path=/nixpkgs/trunk/; revision=10175
2008-01-16 13:26:57 +00:00
Andres Löh
5dd65bbfad
* updated lhs2TeX to 1.13pre3
...
svn path=/nixpkgs/trunk/; revision=10170
2008-01-16 10:33:06 +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
f7c4d82dd7
gnupg: using sha256
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10152
2008-01-15 01:42:31 +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
Armijn Hemel
8e71dd811c
add chkrootkit. It might need some tweaks to work properly.
...
svn path=/nixpkgs/trunk/; revision=10141
2008-01-14 14:43:24 +00:00
Armijn Hemel
ff0c267fb6
416 -> 418
...
* update + license change
svn path=/nixpkgs/trunk/; revision=10114
2008-01-10 21:34:09 +00:00
Eelco Dolstra
43bb722ed9
* Reviving the bleeding edge.
...
svn path=/nixpkgs/trunk/; revision=10079
2008-01-05 23:23:36 +00:00
Michael Raskin
498d47b583
Added module_aggregator. Pass some directories with modules to it, and it will give you a directory to use instead of pkgs.kernel . addSbinPath in builderDefs to use sbin/ in addToEnv . Some catching up in xlaunch.
...
svn path=/nixpkgs/trunk/; revision=10075
2008-01-04 17:02:12 +00:00
Eelco Dolstra
7a3501953c
* Grub: patch for splashimage support.
...
svn path=/nixpkgs/trunk/; revision=10062
2008-01-03 16:56:03 +00:00
Eelco Dolstra
1cc3c2b778
* Added Memtest86+.
...
svn path=/nixpkgs/trunk/; revision=10059
2008-01-03 15:14:37 +00:00
Michael Raskin
2d08dca911
Now xlaunch can launch more than one X session. Use first argument starting with : for that.
...
svn path=/nixpkgs/trunk/; revision=10053
2008-01-02 16:43:36 +00:00
Michael Raskin
a677869546
Looks like final fix for xlaunch
...
svn path=/nixpkgs/trunk/; revision=10044
2008-01-01 21:01:58 +00:00
Michael Raskin
e0317df04f
Yet another attempt to fix xlaunch
...
svn path=/nixpkgs/trunk/; revision=10039
2008-01-01 12:15:40 +00:00
Michael Raskin
9784b59b8b
Another attempt to fix xlaunch
...
svn path=/nixpkgs/trunk/; revision=10038
2008-01-01 11:49:18 +00:00
Michael Raskin
af2c151d9d
Fix for xlaunch
...
svn path=/nixpkgs/trunk/; revision=10037
2008-01-01 11:33:25 +00:00
Eelco Dolstra
5a870b6ea9
* Nix 0.11.
...
svn path=/nixpkgs/trunk/; revision=10036
2008-01-01 11:30:41 +00:00
Armijn Hemel
e0a14721b1
update to 416
...
svn path=/nixpkgs/trunk/; revision=10033
2007-12-31 23:10:32 +00:00
Eelco Dolstra
8ae848454a
* Fix GnuPG download location.
...
svn path=/nixpkgs/trunk/; revision=10028
2007-12-31 21:56:38 +00:00
Armijn Hemel
06e63bccf4
0.6.9 -> 0.6.15
...
svn path=/nixpkgs/trunk/; revision=10024
2007-12-31 21:19:49 +00:00
Armijn Hemel
10af2c18ff
download location moved
...
svn path=/nixpkgs/trunk/; revision=10023
2007-12-31 21:08:38 +00:00
Armijn Hemel
ff9750bbf1
update to 3.9.8
...
svn path=/nixpkgs/trunk/; revision=10006
2007-12-31 18:43:00 +00:00
Eelco Dolstra
7f91ba32ec
* file 4.23.
...
svn path=/nixpkgs/trunk/; revision=10002
2007-12-31 17:56:13 +00:00
Eelco Dolstra
9c2eea2924
* Graphviz 2.16.1.
...
svn path=/nixpkgs/trunk/; revision=9999
2007-12-31 17:53:33 +00:00
Eelco Dolstra
2048819a9b
* GNUPG 1.4.8.
...
svn path=/nixpkgs/trunk/; revision=9998
2007-12-31 17:53:11 +00:00
Michael Raskin
fa272cab14
Fixed bridge-utils, added qemu, tuned builder-defs unpack, added xlaunch - a tool to launch X using everything possible from the job except slim.
...
svn path=/nixpkgs/trunk/; revision=9985
2007-12-31 08:49:41 +00:00
Michael Raskin
a7fada5648
Added Firefox-3b2 (still no idea why it crashes, though), fixed updated FUSE, made relfs_grant add user if none exists
...
svn path=/nixpkgs/trunk/; revision=9967
2007-12-25 12:29:02 +00:00
Eelco Dolstra
5c6cb19b3d
* Latest FUSE, sshfs.
...
svn path=/nixpkgs/trunk/; revision=9964
2007-12-24 13:27:07 +00:00
Eelco Dolstra
895f7c9ab4
* Curl 7.17.1.
...
* Added a patch to fix --retry in case of connection timeouts when
--connect-timeout is used. (--retry is still broken when
--connect-timeout isn't used.)
svn path=/nixpkgs/trunk/; revision=9956
2007-12-19 18:39:59 +00:00
Michael Raskin
4290be9a99
Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps for unavailabel tarballs; ATI driver builds now
...
svn path=/nixpkgs/trunk/; revision=9952
2007-12-18 22:56:12 +00:00
Eelco Dolstra
08bf29ef70
* Added psmisc.
...
svn path=/nixpkgs/trunk/; revision=9905
2007-12-11 11:47:23 +00:00
Marc Weber
1463d5642f
hddtemp (tool to get harddisk temperatures) added and
...
unfinished qgis expression (in case someone else want's to continue working on it)
svn path=/nixpkgs/trunk/; revision=9903
2007-12-10 22:36:52 +00:00
Michael Raskin
4830f9589b
Dirty fix for BitTornado; draft support for .nar.bz2 in builder-defs; binary Firefox 3b1 (not that it works well, but a starting point anyway.)
...
svn path=/nixpkgs/trunk/; revision=9899
2007-12-10 16:56:55 +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
8515c17966
Added gdmap, changed builder-defs to use derivation attribute on propagatedBuildInputs, manually fixed Xorg expression problem for Compiz, various fixes.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9893
2007-12-08 01:10:32 +00:00
Yury G. Kudryashov
6281ec3eb8
fix name (was 2.16, should have been 2.17)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9890
2007-12-08 01:09:57 +00:00
Michael Raskin
8dd296f5db
Added Relational FS
...
svn path=/nixpkgs/trunk/; revision=9865
2007-12-06 00:32:21 +00:00
Eelco Dolstra
87d67364d8
* Use /etc/ssh/ssh_config to allow system-wide ssh configuration.
...
svn path=/nixpkgs/trunk/; revision=9853
2007-12-04 12:28:22 +00:00
Yury G. Kudryashov
a1f7a312c0
cpio: unneeded patches removed
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9817
2007-12-01 20:04:21 +00:00
Michael Raskin
1bbc6fe55a
Added gdmap, changed builder-defs to use derivation attribute on propagatedBuildInputs, manually fixed Xorg expression problem for Compiz, various fixes.
...
svn path=/nixpkgs/trunk/; revision=9812
2007-12-01 16:20:23 +00:00
Armijn Hemel
1589f14709
fix name (was 2.16, should have been 2.17)
...
svn path=/nixpkgs/trunk/; revision=9806
2007-11-28 18:31:37 +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
Eelco Dolstra
b37f504680
* Updated various stdenv packages (grep, gawk, tar, cpio, findutils,
...
pcre).
svn path=/nixpkgs/branches/stdenv-updates/; revision=9758
2007-11-19 17:39:19 +00:00
Eelco Dolstra
b98c67b1c3
* Use the latest Nix.
...
svn path=/nixpkgs/trunk/; revision=9751
2007-11-19 11:07:51 +00:00
Yury G. Kudryashov
8792fb81c7
Merged with trunk.
...
The following is autogenerated by git:
commit 9aaede75e73be646f35069d0717c8c70004ba3f0
Author: raskin <raskin@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 18:37:23 2007 +0000
This was needed for me to get a working gnome-doc-utils package
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9726 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 751a9e6d19fc9e6c96b04eca450ea1b836d00865
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 17:30:34 2007 +0000
gdb upgraded
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9725 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit bb908853924046681d1cd6a85b05273aed14fd9f
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 17:29:11 2007 +0000
gphoto2 upgraded to 2.4.0: all-packages.nix
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9724 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 619c7004d7140d6016927cd1114fd778aca3ecce
Author: MarcWeber <MarcWeber@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 17:28:53 2007 +0000
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9723 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit f09310ed8403428021d2d751e273fc0add438032
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 17:28:17 2007 +0000
gphoto2 upgraded to 2.4.0
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9722 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 26d5cc1628e51853fdb9a7d162361b3a13581461
Author: MarcWeber <MarcWeber@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 17:27:27 2007 +0000
missing catalog added. Now you can open files
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9721 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 4eb1f68d61077e66b9ca3a0de3c86b1024f06db1
Author: MarcWeber <MarcWeber@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 17:09:32 2007 +0000
nix expression creating startup wrapper for jedit
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9720 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 69701148e45d29b1712c9f14628459def54be076
Author: MarcWeber <MarcWeber@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 17:06:53 2007 +0000
The nice programmers editor jedit is now built on nix as well.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9719 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 15ecdd411e78b952d8004323ec871ce6c4969c2e
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 14:41:15 2007 +0000
Missing gecko now.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9715 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 6975eb6f2a972cca2adb2943190a41880e3bedf7
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 14:36:15 2007 +0000
Fix path of libnotify
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9714 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit ef985f4e88db03a0861fe8ccc8b35ec329ef616a
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 14:34:02 2007 +0000
added libnotify
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9713 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 7fb35510feb89fecc9d92810a723baead232dff4
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 14:33:36 2007 +0000
added libnotify
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9712 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 7a9eb1e172ef5b111556d78a30003a87aee7f775
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 14:24:24 2007 +0000
libnotify is missing
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9711 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 433cc0578ce00860ddfac7d7934818ec0584f6e1
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 14:08:04 2007 +0000
Added libsexy
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9710 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 194a84b18965e9a3c8f9fa1305fac57690e683cb
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 14:07:30 2007 +0000
Added libsexy
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9709 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 1d832560cf94bfa6793d90ff43f2235415bc3958
Author: wbreejen <wbreejen@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 13:49:02 2007 +0000
Added openftd. Doesnt work (yet)
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9708 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 58e8a73f63a85a22ca45f046579d89bd0359f8ee
Author: eelco <eelco@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 13:08:20 2007 +0000
* GCC 3.4: pass --disable-multilib to make it build on x86_64.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9704 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 5ff88d858692e89120a4efa4acc2224eaf78d9a9
Author: raskin <raskin@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Fri Nov 16 03:45:42 2007 +0000
bzip2 dependency added in a couple of places
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9702 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 128ac8a7ee8668fc933f4933a66f491c44234379
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Thu Nov 15 23:47:03 2007 +0000
Added python to libgsf dependencies
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9699 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 1847defee6331b03ba8a54ae9e3e68033310f7a2
Author: eelco <eelco@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Thu Nov 15 17:05:45 2007 +0000
* Use latest Nix.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9695 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit cb1992780c20cb5885cf4d3932e7352f8b912533
Author: raskin <raskin@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Thu Nov 15 04:23:46 2007 +0000
Added a currently more functional URL for libgcrypt
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9688 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 9d099dbef1a5721065bff5f2edd73844c829f538
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Thu Nov 15 00:16:03 2007 +0000
facile: fixed a typo
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9686 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 031c5b7d0797f5eee7be0a06856530c29adee710
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Thu Nov 15 00:11:56 2007 +0000
Added kde-4
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9685 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 81b3a7d92f2e9552c46ab47c75a2d3a40e151d43
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Thu Nov 15 00:08:58 2007 +0000
Added new kde-4 staff
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9684 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 18edb608ee7822438d4b2dc2a76af7567efd646a
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:48:40 2007 +0000
kde-4: removed old staff from kde-4 dir
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9683 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 00d9b75d85f3a7de4db3feb313fe8d2d29f6bc2d
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:46:48 2007 +0000
lame: upgrade to 3.97
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9682 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 52f8f699f29b6def41eee392f489c7e8ecd9399d
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:44:21 2007 +0000
libgsf: meta written
0.14.7 in my previous commit was a typo: 1.14.7 of course
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9681 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 6e426380fc8c67b7dae57d4404ee7ca76d3e1d62
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:40:39 2007 +0000
libgsf: upgraded to 0.14.7
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9680 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 7787b342945cb13856168a353fdc9b0062e5f32b
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:37:51 2007 +0000
clucene: upgrade, kde4: remove
clucene-core upgraded to 0.9.20
clucene-contrib removed (can't find any version later than 0.9.16a and don't
know whether it's compatible with new clucene-core)
kde4: old staff removed, will add new tonight
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9679 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit b4900dece179788dfb8879518b8ec639ba089980
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:25:32 2007 +0000
Strigi removed
I'll add a version from kdesupport trunk today
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9678 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit ffad224993440be069d4f15cf5e73ed018979311
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:23:36 2007 +0000
dbus-glib upgraded to 0.74, meta written
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9677 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 6ae133a8d5d472d9f475cacb7f3ff3e6703fb34b
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:13:29 2007 +0000
xine-lib: upgraded to 1.1.8
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9676 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit d56f2643e631f8b3ce6e8228c35f2cc19755e2aa
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:11:37 2007 +0000
chmlib: upgraded to 0.39
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9675 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit c31c27f328fdd4ae99d48bcc512231639dfcf6e5
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:05:11 2007 +0000
Added facile library
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9674 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 28f915ee41410b6f278faf07b0135bd4e9aeaf2f
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 23:03:29 2007 +0000
libgcrypt-1.3.1
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9673 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit ca314a236b855b73024677f6dc5bc021070c4e72
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 22:49:24 2007 +0000
Fixed a typo in ocaml-3.10.0
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9672 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit b3fa79d09289ab61a30f63692e7c475d0aec142e
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 22:39:58 2007 +0000
ocaml: Added 3.10.0, using getVersion staff
I've added the latest (3.10.0) version of ocaml and let the user choose default
version.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9671 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 853d65d8a9fd65f7bf918c42342baf6690008f54
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 22:22:06 2007 +0000
Let user to choose python2.4 or python2.5
Currently, there is some code duplication. I'll try to rewrite it without
modifying resulting derivations.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9670 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 65567e8e2e96d1a2e62af148fe043c86df0c5b60
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 21:57:26 2007 +0000
useVersion function added
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9669 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 2e5e12d1fc1faded72235fa66eb8efaa92e597ba
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 21:41:01 2007 +0000
git: upgraded to 1.5.3.5; meta added; nix-expr slightly rewritten
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9668 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit dd564f36bd54d4900aefa759bc94cfac7496d1a2
Author: MarcWeber <MarcWeber@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 19:07:38 2007 +0000
added small script fixing the shebang (#!/bin/...) path.
It searches the PATH env variable for the same executable.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9667 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 2f9213e49fbaa40634ccb9699e44aec239212aea
Author: raskin <raskin@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Wed Nov 14 01:20:17 2007 +0000
Now SVN Nix builds as a purely alternative Nix choice
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9666 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 016b6bfcc67244964251d68d86e1fa6de2062e54
Author: raskin <raskin@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Tue Nov 13 15:52:16 2007 +0000
Added possibility to use non-default Nix.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9663 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 89f53d7b8dae8d4ec537322340be212602524102
Author: MarcWeber <MarcWeber@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Tue Nov 13 01:26:54 2007 +0000
implemented proposal by niksnut.
Now you have to use either date= or tag= when specifying cvs revision
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9661 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit ced4ab4c8b5750a0f0a6a685830c8cb5340b6d52
Author: eelco <eelco@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Mon Nov 12 16:45:47 2007 +0000
* Symlink $out/bin to $out/libexec.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9659 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit d454ab8861882e18ed3b79287727890ec6668455
Author: raskin <raskin@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Mon Nov 12 16:42:13 2007 +0000
Beta-version of builderDefs fixes.
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9657 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 959e395c49753d902201d457cee102b40608d3f9
Author: urkud <urkud@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Mon Nov 12 16:12:50 2007 +0000
djview location corrected
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9655 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 52530f607a15017e94225ee50e2698963325ed80
Author: eelco <eelco@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Mon Nov 12 13:51:46 2007 +0000
* Revert the setup hook changes on the trunk (but they remain on the
stdenv-updates branch).
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9652 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
commit 977bdfec49557f48bc1e121e3375c21d4991434f
Author: skolthof <skolthof@70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb>
Date: Mon Nov 12 13:48:33 2007 +0000
* added Haskell package gtk2hs
git-svn-id: https://svn.cs.uu.nl:12443/repos/trace/nixpkgs/trunk@9651 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
svn path=/nixpkgs/branches/stdenv-updates/; revision=9727
2007-11-16 21:05:15 +00:00
Michael Raskin
dded839300
bzip2 dependency added in a couple of places
...
svn path=/nixpkgs/trunk/; revision=9702
2007-11-16 03:45:42 +00:00
Eelco Dolstra
15d26bb5c9
* Use latest Nix.
...
svn path=/nixpkgs/trunk/; revision=9695
2007-11-15 17:05:45 +00:00
Marc Weber
a89817cba8
added small script fixing the shebang (#!/bin/...) path.
...
It searches the PATH env variable for the same executable.
svn path=/nixpkgs/trunk/; revision=9667
2007-11-14 19:07:38 +00:00
Michael Raskin
076cc3a7d8
Now SVN Nix builds as a purely alternative Nix choice
...
svn path=/nixpkgs/trunk/; revision=9666
2007-11-14 01:20:17 +00:00
Michael Raskin
29e0bc3103
Added possibility to use non-default Nix.
...
svn path=/nixpkgs/trunk/; revision=9663
2007-11-13 15:52:16 +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
Eelco Dolstra
8b3190234c
* Build ssmtp with TLS support.
...
* Added gnutls (but it turns out that ssmtp also builds with openssl,
so I don't actually use it).
svn path=/nixpkgs/trunk/; revision=9604
2007-11-08 17:48:52 +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
623437eaa2
* Latest version.
...
svn path=/nixpkgs/trunk/; revision=9584
2007-11-05 11:22:37 +00:00
Marc Weber
82ed95c0cc
Hardwiring in xauth path so that user does not have to install xauth to run the tightvnc server
...
svn path=/nixpkgs/trunk/; revision=9580
2007-11-05 09:17:05 +00:00
Wouter den Breejen
e4455ea7c1
Removing ftpfuse again (which does no build since it has no --prefix option) because we have curlftpfs which does the same.
...
svn path=/nixpkgs/trunk/; revision=9522
2007-10-25 14:50:05 +00:00
Wouter den Breejen
f90b297ea1
Added curlftpfs really this time
...
svn path=/nixpkgs/trunk/; revision=9521
2007-10-25 14:45:00 +00:00
Wouter den Breejen
48df959548
Added curlftpfs which is for mounting ftp's with fuse.
...
svn path=/nixpkgs/trunk/; revision=9520
2007-10-25 14:07:50 +00:00
Eelco Dolstra
deb889e5f2
* OpenSSH 4.7p1. Also pass --with-mantype=man to prevent an impurity
...
where "make install" installs the manpages under either "man" or
"cat" depending on whether it can run /usr/bin/groff (or something
like that).
svn path=/nixpkgs/trunk/; revision=9503
2007-10-22 11:41:30 +00:00
Armijn Hemel
614a3b47c6
update to 2.17
...
svn path=/nixpkgs/trunk/; revision=9499
2007-10-20 17:39:28 +00:00
Eelco Dolstra
dc49f13eef
* Latest version.
...
svn path=/nixpkgs/trunk/; revision=9479
2007-10-19 11:38:58 +00:00
Eelco Dolstra
8d4986e2e8
* Added smartmontools.
...
svn path=/nixpkgs/trunk/; revision=9466
2007-10-18 13:05:43 +00:00
Michael Raskin
77a46300fa
Added patch from Gentoo for glibc 2.6 compatibility. It just randomly renames an inner function, so glibc 2.5-safe.
...
svn path=/nixpkgs/trunk/; revision=9441
2007-10-11 03:41:29 +00:00
Eelco Dolstra
08f647a5e6
* Added a telnet client.
...
svn path=/nixpkgs/trunk/; revision=9431
2007-10-09 09:56:39 +00:00
Michael Raskin
c86efaec81
Added E authomated theorem prover and script eproof-tptp for TPTP syntax.
...
svn path=/nixpkgs/trunk/; revision=9418
2007-10-07 13:37:08 +00:00
Michael Raskin
7aec010f6a
Added aMule
...
svn path=/nixpkgs/trunk/; revision=9413
2007-10-06 15:59:35 +00:00
Michael Raskin
0de5cbedef
Corrected vncserver
...
svn path=/nixpkgs/trunk/; revision=9406
2007-10-05 05:55:44 +00:00
Michael Raskin
3ea21c3fdc
Added Xvnc build to tightvnc
...
svn path=/nixpkgs/trunk/; revision=9404
2007-10-04 18:49:04 +00:00
Michael Raskin
d2c1953e8d
Updated keynav; new features; do not forget to copy keynavrc from share/keynav/doc to ~/.keynavrc
...
svn path=/nixpkgs/trunk/; revision=9391
2007-10-01 19:47:53 +00:00
Michael Raskin
3dc3021d01
Renamed replace executable to replace-literal (Yurii Kudryashov noticed conflict with MySQL)
...
svn path=/nixpkgs/trunk/; revision=9376
2007-09-27 14:48:09 +00:00
Michael Raskin
2c25696b76
Returned timidity and its expression with a last-minute-fix..
...
svn path=/nixpkgs/trunk/; revision=9362
2007-09-23 16:28:56 +00:00
Marc Weber
aec8aa6ed1
sorry for the typo
...
svn path=/nixpkgs/trunk/; revision=9360
2007-09-23 15:17:30 +00:00
Marc Weber
fff189ae08
xclip added
...
svn path=/nixpkgs/trunk/; revision=9355
2007-09-21 21:40:23 +00:00
Eelco Dolstra
ebacd32b71
* Added libgd.
...
* gnuplot 4.2.2.
svn path=/nixpkgs/trunk/; revision=9354
2007-09-21 20:43:43 +00:00
Eelco Dolstra
639faa0233
* Use latest Nix-unstable.
...
svn path=/nixpkgs/trunk/; revision=9333
2007-09-18 14:57:47 +00:00
Eelco Dolstra
b1dbdd9903
* Added TestDisk, a program for fixing unbootable disks.
...
svn path=/nixpkgs/trunk/; revision=9318
2007-09-12 15:49:28 +00:00
Eelco Dolstra
8f4d8573c0
* Fix a bunch of URLs.
...
svn path=/nixpkgs/trunk/; revision=9292
2007-09-11 10:15:07 +00:00
Marc Weber
bc92b20f9a
rdiff-backup added
...
svn path=/nixpkgs/trunk/; revision=9280
2007-09-08 20:45:23 +00:00
Eelco Dolstra
a1022416c5
* Latest unstable Nix.
...
svn path=/nixpkgs/trunk/; revision=9274
2007-09-06 20:45:36 +00:00
Eelco Dolstra
af7da7f19d
* Added p7zip for decompressing 7-zip archives.
...
svn path=/nixpkgs/trunk/; revision=9248
2007-09-04 11:55:19 +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
Eelco Dolstra
d8046322a9
* Added netselect.
...
svn path=/nixpkgs/trunk/; revision=9225
2007-08-31 11:14:05 +00:00
Marc Weber
606dba5d0a
update nix version to latest nix-0.11pre9217
...
svn path=/nixpkgs/trunk/; revision=9218
2007-08-30 14:44:02 +00:00
Eelco Dolstra
3ef0b80bdd
* Added jwhois, the GNU whois client.
...
svn path=/nixpkgs/trunk/; revision=9211
2007-08-28 14:45:00 +00:00
Eelco Dolstra
d39fd2a578
* Rewrite all the kernel.org URLs to mirror://kernel/.
...
svn path=/nixpkgs/trunk/; revision=9202
2007-08-27 13:59:40 +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
Armijn Hemel
5021eefe40
0.6 -> 0.8
...
svn path=/nixpkgs/trunk/; revision=9182
2007-08-21 20:51:34 +00:00