Shea Levy
21d7f598c8
efibootmgr: Create patch to allow arbitrary loader filenames
...
This is required for the NixOS efiBootStub module, since the default 40
characters is not enough for efi\nixos\{hash}-linux-3.3-rc7-bzImage.efi
svn path=/nixpkgs/trunk/; revision=33049
2012-03-13 21:32:09 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Peter Simons
c5ecd1752c
hardlink: initial version
...
Hardlink consolidates duplicate files in a directory hierarchy with hardlinks,
similar to "nix-store --optimise".
IHMO, this program should be run by the default builder after $out has been set
up, to remove redundancy in the generated closures.
svn path=/nixpkgs/trunk/; revision=31934
2012-01-30 11:40:20 +00:00
Yury G. Kudryashov
84c0185038
svn merge ^/nixpkgs/trunk, one simple conflict in jruby
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
2012-01-19 21:31:51 +00:00
Ludovic Courtès
d9433c2167
GNU ddrescue 1.15.
...
svn path=/nixpkgs/trunk/; revision=31673
2012-01-18 20:52:40 +00:00
Ludovic Courtès
649168b846
GNU FreeIPMI 1.1.1.
...
svn path=/nixpkgs/trunk/; revision=31668
2012-01-18 20:52:17 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra
661ea8936f
* ‘which’ doesn't actually depend on readline.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30861
2011-12-12 23:41:02 +00:00
Lluís Batlle i Rossell
b4c5f72d9e
Updating ts
...
svn path=/nixpkgs/trunk/; revision=30797
2011-12-07 15:26:34 +00:00
Ludovic Courtès
6b920275b8
GNU FreeIPMI 1.0.9.
...
svn path=/nixpkgs/trunk/; revision=30668
2011-12-01 22:44:10 +00:00
Michael Raskin
15f77a015e
Update fakeroot
...
svn path=/nixpkgs/trunk/; revision=30610
2011-11-29 05:13:20 +00:00
Ludovic Courtès
1476689828
GNU Fdisk 1.3.0a.
...
svn path=/nixpkgs/trunk/; revision=30115
2011-10-30 00:00:48 +00:00
Ludovic Courtès
9b12043e62
GNU FreeIPMI 1.0.8.
...
svn path=/nixpkgs/trunk/; revision=30114
2011-10-30 00:00:43 +00:00
Peter Simons
68198ed18d
smartmontools: updated to version 5.42
...
svn path=/nixpkgs/trunk/; revision=29966
2011-10-21 17:00:03 +00:00
Lluís Batlle i Rossell
19503ac12a
Updating task spooler
...
svn path=/nixpkgs/trunk/; revision=29809
2011-10-13 08:59:56 +00:00
Peter Simons
01022a1502
lxc: moved package into the "applications/virtualization" category
...
svn path=/nixpkgs/trunk/; revision=29491
2011-09-26 08:12:14 +00:00
Peter Simons
a004ca1a7d
lxc: fixed build to include the SGML documentation
...
svn path=/nixpkgs/trunk/; revision=29490
2011-09-26 08:12:10 +00:00
Peter Simons
730afe1f8b
lxc: added perl buildInput to fix the lxc-ps script
...
Also added myself as a maintainer, improved the meta section a little,
and stripped trailing whitespace.
svn path=/nixpkgs/trunk/; revision=29450
2011-09-23 11:16:10 +00:00
Alexander Tsamutali
95f7c02feb
tools/system/gptfdisk: Updated to 0.8.0.
...
svn path=/nixpkgs/trunk/; revision=29319
2011-09-17 12:54:46 +00:00
Ludovic Courtès
71325e1eba
GNU FreeIPMI 1.0.6.
...
svn path=/nixpkgs/trunk/; revision=29011
2011-09-04 23:05:53 +00:00
Lluís Batlle i Rossell
295089faae
Updating task spooler.
...
svn path=/nixpkgs/trunk/; revision=28970
2011-09-02 08:57:12 +00:00
Michael Raskin
eb92b14435
Update Linux Containers userspace tools
...
svn path=/nixpkgs/trunk/; revision=28665
2011-08-18 15:01:53 +00:00
Peter Simons
7d651a8ec3
syslog-ng: the build doesn't find "glib" on platforms other than Linux
...
Glib is a buildInput, and it does work fine on Linux, but on other
platforms Hydra reports a build failure:
| checking for GLIB - version >= 2.10.1... no
| *** Could not run GLIB test program, checking why...
| *** The test program failed to compile or link. See the file config.log for the
| *** exact error that occured. This usually means GLIB is incorrectly installed.
| configure: error: Cannot find GLIB version >= 2.10.1: is pkg-config in path?
I can't debug that problem, so opted to just disable those builds that
fail anyway.
svn path=/nixpkgs/trunk/; revision=28156
2011-08-04 15:59:21 +00:00
Peter Simons
9f834cb8bd
syslog-ng: moved package from tools/misc to tools/system
...
svn path=/nixpkgs/trunk/; revision=28155
2011-08-04 15:59:14 +00:00
Eelco Dolstra
fcce78c0f4
* Sync with the trunk.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28144
2011-08-03 22:00:49 +00:00
Michael Raskin
451f7818a5
Adding The Sleuth Kit
...
svn path=/nixpkgs/trunk/; revision=28130
2011-08-02 20:06:09 +00:00
Eelco Dolstra
1b427fe052
* Sync with the trunc.
...
* Fixed the hash in PulseAudio: I updated the name/version, but forgot
to update the hash. So secretly it was still building the old
version. Also, now that we've realised that the PulseAudio server
and library don't need to be the same build, disable some
dependencies by default (avahi and bluez).
svn path=/nixpkgs/branches/kde-4.7/; revision=28023
2011-07-31 19:44:58 +00:00
Peter Simons
de4c559ce9
tree: configure build for BSD Unix
...
svn path=/nixpkgs/trunk/; revision=27948
2011-07-25 17:24:49 +00:00
Peter Simons
486ff3ff40
tree: configure build for Cygwin
...
svn path=/nixpkgs/trunk/; revision=27947
2011-07-25 17:19:37 +00:00
Peter Simons
31d1abd4a1
tree: OBJS+=... doesn't work on the make command line, use EXTRA_OBJS variable instead
...
svn path=/nixpkgs/trunk/; revision=27919
2011-07-24 19:36:03 +00:00
Peter Simons
3415f0f088
tree: the tool ought to compile everywhere, so let's give it a try
...
svn path=/nixpkgs/trunk/; revision=27918
2011-07-24 19:15:09 +00:00
Peter Simons
e0e42141d9
tree: blind attempt to fix the build on Darwin
...
svn path=/nixpkgs/trunk/; revision=27917
2011-07-24 19:15:03 +00:00
Peter Simons
7743596401
all-packages.nix: added the 'tree' utility
...
svn path=/nixpkgs/trunk/; revision=27916
2011-07-24 09:57:06 +00:00
Eelco Dolstra
982a83aa2e
* Added udisks, the replacement of the disk management bits of HAL
...
(which is obsolete).
* lvm2: updated to 2.02.86. Also install the pkgconfig files and
build liblvm2app.
* Added libatasmart (udisks dependency for querying ATA SMART status).
* Updated sg3_utils to 1.31.
svn path=/nixpkgs/branches/kde-4.7/; revision=27908
2011-07-23 01:29:51 +00:00
Peter Simons
8e79697a84
smartmontools: updated to version 5.41
...
svn path=/nixpkgs/trunk/; revision=27671
2011-07-08 10:51:18 +00:00
Ludovic Courtès
f710ffff12
GNU FreeIPMI 1.0.5.
...
svn path=/nixpkgs/trunk/; revision=27588
2011-07-04 11:52:34 +00:00
Ludovic Courtès
79a7f578ec
GNU fdisk 1.2.5.
...
svn path=/nixpkgs/trunk/; revision=27438
2011-06-13 20:52:19 +00:00
Michael Raskin
812a94c8b0
Adding IOping
...
svn path=/nixpkgs/trunk/; revision=27367
2011-06-07 15:56:50 +00:00
Michael Raskin
683cc5634c
Create needed symlink
...
svn path=/nixpkgs/trunk/; revision=27185
2011-05-08 18:46:55 +00:00
Michael Raskin
23bb7fa94e
Update LXC
...
svn path=/nixpkgs/trunk/; revision=27184
2011-05-08 18:40:10 +00:00
Ludovic Courtès
f5041e03d9
GNU FreeIPMI 1.0.4.
...
svn path=/nixpkgs/trunk/; revision=27042
2011-04-28 20:58:10 +00:00
Ludovic Courtès
2473f8ee79
GNU FreeIPMI 1.0.3.
...
svn path=/nixpkgs/trunk/; revision=26792
2011-04-12 08:05:27 +00:00
Shea Levy
d2cc005e67
Move system binaries to /sbin instead of /bin
...
svn path=/nixpkgs/trunk/; revision=26656
2011-04-01 14:12:53 +00:00
Lluís Batlle i Rossell
08341727ae
Updating gpt (patch by Shea Levy)
...
svn path=/nixpkgs/trunk/; revision=26545
2011-03-27 14:02:51 +00:00
Lluís Batlle i Rossell
34deb53fd7
Adding the efibootmgr, patch sent by Shea Levy.
...
svn path=/nixpkgs/trunk/; revision=26456
2011-03-22 13:21:24 +00:00
Eelco Dolstra
f208edd1a5
* Merge the x-updates branch.
...
svn path=/nixpkgs/trunk/; revision=26330
2011-03-15 18:29:27 +00:00
Lluís Batlle i Rossell
1573081b61
Adding gptfdisk (patch by Shea Levy).
...
I add him in the maintainers list.
I changed slightly the indentation of the expressions.
svn path=/nixpkgs/trunk/; revision=26304
2011-03-14 21:13:35 +00:00
Eelco Dolstra
eb4b1e8b04
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26141
2011-03-03 12:02:50 +00:00
Ludovic Courtès
ca1aa628b9
GNU FreeIPMI 1.0.2.
...
svn path=/nixpkgs/trunk/; revision=26084
2011-02-23 21:24:37 +00:00
Yury G. Kudryashov
dae53e0ea6
Make gdmap compile with newer gtk
...
svn path=/nixpkgs/branches/x-updates/; revision=25922
2011-02-12 20:16:08 +00:00