slim: Remove glibc from build inputs hack
Not needed anymore after #14668
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ cmake pkgconfig libjpeg libpng fontconfig freetype
|
[ cmake pkgconfig libjpeg libpng fontconfig freetype
|
||||||
pam dbus_libs (stdenv.cc.libc.out or null)
|
pam dbus_libs
|
||||||
xorg.libX11 xorg.libXext xorg.libXrandr xorg.libXrender xorg.libXmu xorg.libXft makeWrapper
|
xorg.libX11 xorg.libXext xorg.libXrandr xorg.libXrender xorg.libXmu xorg.libXft makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user