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