xlockmore: dropped support for obsolete getConfig mechanism
If you want to build xlockmore without support for PAM, override { pam = null; } instead. svn path=/nixpkgs/trunk/; revision=27891
This commit is contained in:
parent
903c9189c4
commit
c29e9369b0
@ -8050,9 +8050,7 @@ let
|
||||
|
||||
rssglx = callPackage ../misc/screensavers/rss-glx { };
|
||||
|
||||
xlockmore = callPackage ../misc/screensavers/xlockmore {
|
||||
pam = if getConfig [ "xlockmore" "pam" ] true then pam else null;
|
||||
};
|
||||
xlockmore = callPackage ../misc/screensavers/xlockmore { };
|
||||
|
||||
saneBackends = callPackage ../misc/sane-backends {
|
||||
gt68xxFirmware = getConfig ["sane" "gt68xxFirmware"] null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user