Commit ca52c152 authored by Sébastien Maret's avatar Sébastien Maret Committed by Masum Reza
Browse files

gildas: fix build on aarch64-linux and x86_64-linux

Remove unused dependency on lesstif, which does not build on *-linux.

ZHF: #403336
parent 293c7725
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  pkg-config,
  python3,
  gfortran,
  lesstif,
  cfitsio,
  getopt,
  perl,
@@ -52,7 +51,6 @@ stdenv.mkDerivation rec {
  buildInputs =
    [
      gtk2-x11
      lesstif
      cfitsio
      python3Env
      ncurses