Commit Graph

9 Commits

Author SHA1 Message Date
Thiago Kenji Okada
8b713aa689 gcal: fix build in darwin 2023-11-28 11:58:50 +00:00
Sebastián Mancilla
7cbefdda67 gcal: depend on gettext on Darwin
Without gettext the gcal binary crashes on macOS:

   $ ./src/gcal
   Illegal instruction: 4
2021-07-12 19:35:55 -04:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch
feb29ae15e
gcal: fix build w/glibc-2.30
See https://lists.gnu.org/archive/html/bug-gcal/2018-10/msg00000.html
for further reference.
2020-01-23 00:21:22 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
262fdca5e9 gcal: supports darwin 2018-04-30 23:16:14 -05:00
José Romildo Malaquias
0226077169
gcal: init at 4.1 2017-12-06 12:01:50 +01:00