sane: environment.variables -> environment.sessionVariables
See 13befa3979 for details
This commit is contained in:
@@ -42,7 +42,7 @@ in
|
|||||||
config = mkIf config.hardware.sane.enable {
|
config = mkIf config.hardware.sane.enable {
|
||||||
|
|
||||||
environment.systemPackages = backends;
|
environment.systemPackages = backends;
|
||||||
environment.variables = {
|
environment.sessionVariables = {
|
||||||
SANE_CONFIG_DIR = mkDefault "${saneConfig}/etc/sane.d";
|
SANE_CONFIG_DIR = mkDefault "${saneConfig}/etc/sane.d";
|
||||||
LD_LIBRARY_PATH = [ "${saneConfig}/lib/sane" ];
|
LD_LIBRARY_PATH = [ "${saneConfig}/lib/sane" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user