Whitespace cleanup
This commit is contained in:
parent
2961b83d08
commit
b909def3e1
@ -9,19 +9,19 @@ in {
|
|||||||
services.cdemu = {
|
services.cdemu = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
description = "Whether to enable cdemu for users of appropriate group (default cdrom)";
|
description = "Whether to enable cdemu for users of appropriate group (default cdrom)";
|
||||||
};
|
};
|
||||||
group = mkOption {
|
group = mkOption {
|
||||||
default = "cdrom";
|
default = "cdrom";
|
||||||
description = "Required group for users of cdemu";
|
description = "Required group for users of cdemu";
|
||||||
};
|
};
|
||||||
gui = mkOption {
|
gui = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
description = "Whether to install cdemu GUI (gCDEmu)";
|
description = "Whether to install cdemu GUI (gCDEmu)";
|
||||||
};
|
};
|
||||||
image-analyzer = mkOption {
|
image-analyzer = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
description = "Whether to install image analyzer";
|
description = "Whether to install image analyzer";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -10,8 +10,8 @@ in callPackage pkg {
|
|||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/gcdemu \
|
wrapProgram $out/bin/gcdemu \
|
||||||
--set PYTHONPATH "$PYTHONPATH" \
|
--set PYTHONPATH "$PYTHONPATH" \
|
||||||
--set GI_TYPELIB_PATH "$GI_TYPELIB_PATH" \
|
--set GI_TYPELIB_PATH "$GI_TYPELIB_PATH" \
|
||||||
--set XDG_DATA_DIRS "$out/share:$XDG_DATA_DIRS"
|
--set XDG_DATA_DIRS "$out/share:$XDG_DATA_DIRS"
|
||||||
'';
|
'';
|
||||||
# TODO AppIndicator
|
# TODO AppIndicator
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user