parent
36d6bbaa70
commit
e3357a1b5a
@ -1,7 +1,6 @@
|
|||||||
{ abiCompat ? null,
|
{ abiCompat ? null,
|
||||||
stdenv, makeWrapper, lib, fetchurl, fetchpatch, buildPackages,
|
stdenv, makeWrapper, lib, fetchurl, fetchpatch, buildPackages,
|
||||||
|
automake, autoconf, gettext, libiconv, libtool, intltool, mtdev, libevdev, libinput,
|
||||||
automake, autoconf, libiconv, libtool, intltool, mtdev, libevdev, libinput,
|
|
||||||
freetype, tradcpp, fontconfig, meson, ninja,
|
freetype, tradcpp, fontconfig, meson, ninja,
|
||||||
libGL, spice-protocol, zlib, libGLU, dbus, libunwind, libdrm,
|
libGL, spice-protocol, zlib, libGLU, dbus, libunwind, libdrm,
|
||||||
mesa_noglu, udev, bootstrap_cmds, bison, flex, clangStdenv, autoreconfHook,
|
mesa_noglu, udev, bootstrap_cmds, bison, flex, clangStdenv, autoreconfHook,
|
||||||
@ -442,6 +441,10 @@ self: super:
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
xload = super.xload.overrideAttrs (attrs: {
|
||||||
|
nativeBuildInputs = attrs.nativeBuildInputs ++ [ gettext ];
|
||||||
|
});
|
||||||
|
|
||||||
xlsfonts = super.xlsfonts.overrideAttrs (attrs: {
|
xlsfonts = super.xlsfonts.overrideAttrs (attrs: {
|
||||||
meta = attrs.meta // { license = lib.licenses.mit; };
|
meta = attrs.meta // { license = lib.licenses.mit; };
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user