Ld : Enable again.
This commit is contained in:
parent
ca4feb305b
commit
f12cc590ab
|
@ -107,6 +107,7 @@
|
|||
./module/common/Git.nix
|
||||
./module/common/Gtk.nix
|
||||
./module/common/Kernel.nix
|
||||
./module/common/Ld.nix
|
||||
./module/common/Locale.nix
|
||||
./module/common/Network.nix
|
||||
./module/common/Nix.nix
|
||||
|
@ -120,7 +121,6 @@
|
|||
./module/common/Top.nix
|
||||
./module/common/Users.nix
|
||||
./module/common/Wallpaper.nix
|
||||
# ./module/common/Ld.nix
|
||||
];
|
||||
|
||||
# Function to create a host.
|
||||
|
|
|
@ -9,19 +9,24 @@
|
|||
atk
|
||||
cairo
|
||||
cups
|
||||
curl
|
||||
dbus
|
||||
expat
|
||||
glib
|
||||
glibc
|
||||
fuse3
|
||||
# glib
|
||||
# glibc
|
||||
gtk3
|
||||
icu
|
||||
libGL
|
||||
libdrm
|
||||
libxkbcommon
|
||||
mesa
|
||||
nspr
|
||||
nss
|
||||
openssl
|
||||
pango
|
||||
sqlite
|
||||
stdenv.cc.cc
|
||||
xorg.libX11
|
||||
xorg.libXcomposite
|
||||
xorg.libXdamage
|
||||
|
@ -29,6 +34,7 @@
|
|||
xorg.libXfixes
|
||||
xorg.libXrandr
|
||||
xorg.libxcb
|
||||
zlib
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue