mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
lightdm: cleanup uneeded files
This commit is contained in:
parent
dbb8aadf84
commit
9d857244d9
@ -116,6 +116,10 @@ stdenv.mkDerivation rec {
|
|||||||
--replace /bin/rm ${busybox}/bin/rm
|
--replace /bin/rm ${busybox}/bin/rm
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
rm -rf $out/etc/apparmor.d $out/etc/init $out/etc/pam.d
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/CanonicalLtd/lightdm;
|
homepage = https://github.com/CanonicalLtd/lightdm;
|
||||||
description = "A cross-desktop display manager";
|
description = "A cross-desktop display manager";
|
||||||
|
Loading…
Reference in New Issue
Block a user