0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

enlightenment: 0.21.10 -> 0.22.0

- Update to version 0.22.0
- Switch build tools from autotools to meson
- Change handling of setuid programs
This commit is contained in:
José Romildo Malaquias 2017-11-11 15:44:32 -02:00
parent 6587bcb023
commit c42a0fbf09
3 changed files with 60 additions and 30 deletions

View file

@ -61,7 +61,7 @@ in
'';
}];
security.wrappers.e_freqset.source = "${e.enlightenment.out}/bin/e_freqset";
security.wrappers = (import (builtins.toPath "${e.enlightenment}/e-wrappers.nix")).security.wrappers;
environment.etc = singleton
{ source = xcfg.xkbDir;