mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Remove some obsolete stuff.
svn path=/nixos/trunk/; revision=20631
This commit is contained in:
parent
18542f6424
commit
5b5aefa030
1 changed files with 2 additions and 9 deletions
|
@ -265,6 +265,7 @@ let
|
|||
|
||||
|
||||
upstartJob = {name, config, ...}: {
|
||||
|
||||
options = {
|
||||
jobDrv = mkOption {
|
||||
default = makeJob config;
|
||||
|
@ -282,6 +283,7 @@ let
|
|||
replaceChars ["<" ">" "*"] ["_" "_" "_name_"] name
|
||||
);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
in
|
||||
|
@ -331,15 +333,6 @@ in
|
|||
# do status queries.
|
||||
services.dbus.packages = [ upstart ];
|
||||
|
||||
# !!! fix this
|
||||
/*
|
||||
tests.upstartJobs = { recurseForDerivations = true; } //
|
||||
builtins.listToAttrs (map (job: {
|
||||
name = removePrefix "upstart-" job.name;
|
||||
value = job;
|
||||
}) jobs);
|
||||
*/
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue