Eelco Dolstra
31d4efb9d7
* Oops.
...
svn path=/nixpkgs/trunk/; revision=13486
2008-11-28 13:09:07 +00:00
Eelco Dolstra
60431bb1e8
* Install the man page.
...
svn path=/nixpkgs/trunk/; revision=13485
2008-11-28 13:06:54 +00:00
Eelco Dolstra
7027006e4d
* A release expression for building Nixpkgs on Hydra (the new build
...
farm).
svn path=/nixpkgs/trunk/; revision=13478
2008-11-28 10:56:36 +00:00
Eelco Dolstra
82ab4c6105
* buildRPM: Set the %_topdir variable to a known location, otherwise
...
we run into trouble on Fedora 10 (RPM 4.6), where the default is no
longer /usr/src/something but $HOME/something.
svn path=/nixpkgs/trunk/; revision=13466
2008-11-27 18:58:37 +00:00
Ludovic Courtès
349f9c13e6
Build `host'.
...
svn path=/nixpkgs/trunk/; revision=13461
2008-11-27 15:28:30 +00:00
Ludovic Courtès
31c156de83
Add `host', a DNS query utility.
...
svn path=/nixpkgs/trunk/; revision=13459
2008-11-27 13:54:49 +00:00
Ludovic Courtès
e5e3c7ec73
Build vpnc.
...
svn path=/nixpkgs/trunk/; revision=13458
2008-11-27 10:34:25 +00:00
Ludovic Courtès
f38077a30e
vpnc 0.5.3.
...
svn path=/nixpkgs/trunk/; revision=13457
2008-11-27 10:32:47 +00:00
Ludovic Courtès
2a16a3d0ab
Revert change erroneously introduced in r13429.
...
svn path=/nixpkgs/trunk/; revision=13439
2008-11-26 14:57:59 +00:00
Marc Weber
79536f8240
fix fcron: don't check for /var/setuid-wrappers/sendmail
...
svn path=/nixpkgs/trunk/; revision=13435
2008-11-26 14:38:16 +00:00
Marc Weber
1a4a270855
bumped intltool to version 0.40.5
...
svn path=/nixpkgs/trunk/; revision=13434
2008-11-26 14:38:05 +00:00
Eelco Dolstra
79072e871f
* Preserve meta attributes from the caller.
...
svn path=/nixpkgs/trunk/; revision=13433
2008-11-26 14:34:29 +00:00
Ludovic Courtès
564b82630b
Add Intel Wi-Fi firmware for kernels 2.6.27 and later;
...
make `iwlwifi4965ucode' part of `kernelPackagesFor'.
svn path=/nixpkgs/trunk/; revision=13429
2008-11-26 13:15:38 +00:00
Eelco Dolstra
5dad580963
* Added Fedora 10.
...
svn path=/nixpkgs/trunk/; revision=13428
2008-11-26 11:14:39 +00:00
Eelco Dolstra
dd61c77d4e
* Use libtool.
...
svn path=/nixpkgs/trunk/; revision=13425
2008-11-26 01:00:23 +00:00
Eelco Dolstra
31d12fc641
* Don't suppress error messages.
...
svn path=/nixpkgs/trunk/; revision=13424
2008-11-25 18:34:46 +00:00
Eelco Dolstra
a37251e2a5
* -pre' should be
pre'.
...
svn path=/nixpkgs/trunk/; revision=13420
2008-11-25 18:08:49 +00:00
Eelco Dolstra
fd6e8a0f26
* Figure out the release name.
...
svn path=/nixpkgs/trunk/; revision=13415
2008-11-25 16:12:36 +00:00
Eelco Dolstra
8cc8ee244a
svn path=/nixpkgs/trunk/; revision=13414
2008-11-25 15:54:05 +00:00
Eelco Dolstra
2efa4abeae
* Set VERSION_SUFFIX to -pre<revision> unless building an "official"
...
release.
* Use @-patterns and `...' instead of using a "with".
svn path=/nixpkgs/trunk/; revision=13413
2008-11-25 15:53:45 +00:00
Eelco Dolstra
75ed8f2e20
* Added IPC::Run.
...
svn path=/nixpkgs/trunk/; revision=13409
2008-11-25 13:06:58 +00:00
Eelco Dolstra
fc06d93252
svn path=/nixpkgs/trunk/; revision=13401
2008-11-25 02:26:54 +00:00
Eelco Dolstra
c90bd0756c
* Automatically build Debian packages using checkinstall, as suggested
...
by Pjotr Prins a while back. This could also be used to generate
RPMs for packages that don't have a spec-file.
* Added checkinstall to Nixpkgs. However we don't use our own build
yet because with it "make install" segfaults in a Debian VM, while
the pre-built binary does work.
svn path=/nixpkgs/trunk/; revision=13400
2008-11-25 02:20:41 +00:00
Eelco Dolstra
da8bcbd9a5
* Moved more stuff from the release tree.
...
svn path=/nixpkgs/trunk/; revision=13395
2008-11-25 00:20:51 +00:00
Michael Raskin
044c4dfe9f
Fix shebang in more scripts...
...
svn path=/nixpkgs/trunk/; revision=13393
2008-11-24 22:36:39 +00:00
Marc Weber
eb558f7596
Doh! Revert "topgit fcron topic branch"
...
svn path=/nixpkgs/trunk/; revision=13392
2008-11-24 22:31:07 +00:00
Marc Weber
6fb6ecff1e
fix fcron: don't try to create /etc/fcron.{allow,deny,conf}
...
svn path=/nixpkgs/trunk/; revision=13391
2008-11-24 22:30:58 +00:00
Marc Weber
9b75b5356f
topgit fcron topic branch
...
svn path=/nixpkgs/trunk/; revision=13390
2008-11-24 22:27:19 +00:00
Eelco Dolstra
01acea6bbc
* Start moving the Nix expressions that support the build farm
...
(e.g. making source tarballs, doing coverage analysis) to the
Nixpkgs tree. This makes it easier to run build farm jobs locally
since you don't need to check out the "release" tree separately.
Also it means one less input to declare for build farm jobs.
* Removed succeedOnFailure and separate logging of phases. Hydra
doesn't need that.
svn path=/nixpkgs/trunk/; revision=13388
2008-11-24 15:10:06 +00:00
Eelco Dolstra
9cb29889d2
* A function "buildPerlPackage" to replace all those "import
...
../development/perl-modules/generic perl" incantations.
svn path=/nixpkgs/trunk/; revision=13387
2008-11-24 10:24:51 +00:00
Eelco Dolstra
1357c14500
* DBD::SQLite needs a patch to prevent segfaults in case of timeouts.
...
svn path=/nixpkgs/trunk/; revision=13386
2008-11-24 10:11:09 +00:00
Eelco Dolstra
e02462f034
* MPlayerPlugin is a function...
...
svn path=/nixpkgs/trunk/; revision=13385
2008-11-24 10:00:40 +00:00
Eelco Dolstra
21c1ee574c
* Use exec.
...
svn path=/nixpkgs/trunk/; revision=13384
2008-11-24 09:59:38 +00:00
Nicolas Pierron
53e6c77aca
Fix previous commit.
...
svn path=/nixpkgs/trunk/; revision=13373
2008-11-23 01:23:32 +00:00
Nicolas Pierron
249a3a314f
Add: Handle a way to factor conditions.
...
mkIf config.foo.enable {
require = [ .. ];
environment = {
// infer the else part.
extraPackages = [pkgs.foo];
etc = mkThenElse {
thenPart = { .. };
elsePart = { .. };
};
};
}
Fix: UniqFlattenAttr compare configuration without the "require" attribute.
svn path=/nixpkgs/trunk/; revision=13372
2008-11-23 00:19:18 +00:00
Nicolas Pierron
0f2bd6c305
mergeDefaultOption: handle boolean values.
...
svn path=/nixpkgs/trunk/; revision=13371
2008-11-23 00:19:12 +00:00
Nicolas Pierron
b62298f7c7
Add a common pattern used in jobs definition.
...
svn path=/nixpkgs/trunk/; revision=13370
2008-11-23 00:19:06 +00:00
Marc Weber
26212b62c7
(last) fcron fix for now because the service works as expected
...
svn path=/nixpkgs/trunk/; revision=13368
2008-11-22 16:57:31 +00:00
Marc Weber
57c012cd8c
zsh update to 4.3.9
...
svn path=/nixpkgs/trunk/; revision=13367
2008-11-22 16:57:16 +00:00
Marc Weber
eb0f06a162
default locations for fcron config settings (don't use store path)
...
svn path=/nixpkgs/trunk/; revision=13366
2008-11-21 23:53:31 +00:00
Eelco Dolstra
a4a95f2962
* Latest stable, unstable releases.
...
svn path=/nixpkgs/trunk/; revision=13365
2008-11-21 17:06:49 +00:00
Marc Weber
ce242a0bd8
ghc-6.10 binary
...
svn path=/nixpkgs/trunk/; revision=13345
2008-11-19 21:46:19 +00:00
Marc Weber
7aa7f85bb5
gstreamer update (needed by gstPython)
...
dropping dep gnomevfs (see code commment)
svn path=/nixpkgs/trunk/; revision=13344
2008-11-19 21:46:01 +00:00
Marc Weber
96aade5a27
hackish fix to build cdrtools again
...
svn path=/nixpkgs/trunk/; revision=13343
2008-11-19 21:45:43 +00:00
Ludovic Courtès
42f234343b
GnuTLS 2.6.2.
...
svn path=/nixpkgs/trunk/; revision=13341
2008-11-19 18:49:53 +00:00
Eelco Dolstra
3d52d1593a
* Revert to version 76, 77 gives strange hangs.
...
svn path=/nixpkgs/trunk/; revision=13338
2008-11-19 17:21:49 +00:00
Nicolas Pierron
14b2be147f
Use composedArgsAndFun on utilliinux to remove some references to nixPkgs from Nixos.
...
svn path=/nixpkgs/trunk/; revision=13311
2008-11-16 19:23:06 +00:00
Nicolas Pierron
34f916700d
Add mergeStringOption and factor mergeSomethingOption by introducing mergeTypedOption.
...
svn path=/nixpkgs/trunk/; revision=13310
2008-11-16 19:23:00 +00:00
Nicolas Pierron
b196bab378
Remove obsolete functions.
...
svn path=/nixpkgs/trunk/; revision=13309
2008-11-16 19:22:55 +00:00
Nicolas Pierron
08b583682a
Handle apply attribute for each option declared with MkOption.
...
This is similar to the new-proposal in upstart-jobs except that the default value is also processed with this function. (the existing merge function acts only on extra values).
svn path=/nixpkgs/trunk/; revision=13308
2008-11-16 19:22:47 +00:00