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
be02b8a87a
Use iwlwifi4965ucode' from
kernelPackages'.
...
svn path=/nixos/trunk/; revision=13430
2008-11-26 13:16:59 +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
Michael Raskin
23551d0a4d
some modules..
...
svn path=/nixos/trunk/; revision=13419
2008-11-25 18:00:25 +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
Eelco Dolstra
e39be7a088
* Commented out the fcron job - for some reason it starts to build fcron
...
even though it should be disabled by default, and the build fails.
Strange...
svn path=/nixos/trunk/; revision=13394
2008-11-25 00:05:08 +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
Marc Weber
9fefbf1379
add ifEnable to fcron job
...
svn path=/nixos/trunk/; revision=13383
2008-11-24 09:07:28 +00:00
Nicolas Pierron
1236cf61f4
replace ifEnable by mkIf and mkThenElse.
...
svn path=/nixos/branches/fix-style/; revision=13382
2008-11-23 01:29:25 +00:00
Nicolas Pierron
205a7431ac
Remove extra arguments comming from config.*.
...
svn path=/nixos/branches/fix-style/; revision=13381
2008-11-23 01:29:20 +00:00
Nicolas Pierron
3b2016569a
Replace some ${nixpkgsPath}/pkgs by ${pkgs.path}.
...
svn path=/nixos/branches/fix-style/; revision=13380
2008-11-23 01:29:13 +00:00
Nicolas Pierron
157bb2b71a
Convert "alsa" upstart-job to the fix-style.
...
svn path=/nixos/branches/fix-style/; revision=13379
2008-11-23 01:29:05 +00:00
Nicolas Pierron
9c0eef3bae
Convert "dbus" & "avahi-deamon" upstart-job to the fix-style.
...
svn path=/nixos/branches/fix-style/; revision=13378
2008-11-23 01:28:58 +00:00
Nicolas Pierron
dc634f5297
Convert "hal" upstart-job to the fix-style.
...
svn path=/nixos/branches/fix-style/; revision=13377
2008-11-23 01:28:52 +00:00
Nicolas Pierron
585fd9d911
Convert "gpm" upstart-job to the fix-style.
...
svn path=/nixos/branches/fix-style/; revision=13376
2008-11-23 01:28:45 +00:00
Nicolas Pierron
afe160c6b2
Convert "nagios" upstart-job to the fix-style.
...
svn path=/nixos/branches/fix-style/; revision=13375
2008-11-23 01:28:34 +00:00
Nicolas Pierron
a63ea50ee9
Fix zabbix-server.nix.
...
svn path=/nixos/branches/fix-style/; revision=13374
2008-11-23 01:28:25 +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
eea7e6c213
adding fcron daemon.
...
I have only tested it with upstart 0.5, maybe you have to fix small things in the job description
svn path=/nixos/trunk/; revision=13369
2008-11-22 17:05:20 +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
80377e512e
added sshd GatwayPorts option
...
svn path=/nixos/trunk/; revision=13363
2008-11-20 23:47:05 +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