Merge pull request #47296 from matthewbauer/closure-size-reductions

ISO/OVA closure size reductions
This commit is contained in:
xeji 2018-09-24 23:21:02 +02:00 committed by GitHub
commit bc22265e65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -7,7 +7,10 @@
services.xserver = {
enable = true;
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
desktopManager.plasma5 = {
enable = true;
enableQt4Support = false;
};
libinput.enable = true; # for touchpad support on many laptops
};

View file

@ -83,6 +83,8 @@ in stdenv.mkDerivation rec {
"statdpath=$(TMPDIR)"
];
stripDebugList = [ "lib" "libexec" "bin" "etc/systemd/system-generators" ];
postInstall =
''
# Not used on NixOS