Compare commits
5 Commits
a0e88fb445
...
d91b0b04ab
Author | SHA1 | Date | |
---|---|---|---|
d91b0b04ab | |||
4bb96d49ef | |||
3bbb7d522a | |||
58c2c19d9f | |||
40cab414cf |
@ -17,12 +17,13 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
xorg.libXdmcp
|
xorg.libXdmcp
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
dbus.dev
|
dbus.dev
|
||||||
] ++ lib.optionals full [
|
python3
|
||||||
|
] ++ lib.optionals (full && stdenv.isLinux) [
|
||||||
gnome.gdm.dev
|
gnome.gdm.dev
|
||||||
glib
|
glib
|
||||||
pcre2
|
pcre2
|
||||||
systemd.dev
|
systemd.dev
|
||||||
] ++ lib.optionals (full && stdenv.isLinux) [
|
|
||||||
# To address pkg-config warnings for glib.
|
# To address pkg-config warnings for glib.
|
||||||
util-linux
|
util-linux
|
||||||
libselinux
|
libselinux
|
||||||
|
@ -13,6 +13,7 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
ncurses
|
ncurses
|
||||||
|
libiconv
|
||||||
libev
|
libev
|
||||||
|
|
||||||
# Termo demo-glib.c
|
# Termo demo-glib.c
|
||||||
|
@ -14,7 +14,6 @@ let
|
|||||||
ncurses
|
ncurses
|
||||||
inkscape
|
inkscape
|
||||||
#(groff.override { enableGhostscript = true; })
|
#(groff.override { enableGhostscript = true; })
|
||||||
libreoffice
|
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
||||||
openssl
|
openssl
|
||||||
@ -22,6 +21,9 @@ let
|
|||||||
nss.tools
|
nss.tools
|
||||||
# pdfsig
|
# pdfsig
|
||||||
(poppler.override { utils = true; })
|
(poppler.override { utils = true; })
|
||||||
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
|
# Missing on macOS as of writing.
|
||||||
|
libreoffice
|
||||||
];
|
];
|
||||||
|
|
||||||
src = if local then
|
src = if local then
|
||||||
|
@ -28,8 +28,9 @@ pkgs.stdenv.mkDerivation rec {
|
|||||||
tcl
|
tcl
|
||||||
perl
|
perl
|
||||||
ruby
|
ruby
|
||||||
tinycc
|
|
||||||
python3
|
python3
|
||||||
|
] ++ lib.optionals (full && !tinycc.meta.broken) [
|
||||||
|
tinycc
|
||||||
] ++ lib.optionals (!full) [
|
] ++ lib.optionals (!full) [
|
||||||
libedit
|
libedit
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user