/* GNU Guix --- Functional package management for GNU Copyright (C) 2012 Ludovic Courtès This file is part of GNU Guix. GNU Guix is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. GNU Guix is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Guix. If not, see . */ /* Replacement for Nix's libmain/shared.hh. */ #pragma once #include #include extern volatile ::sig_atomic_t blockInt; extern char **argvSaved; Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-04gnu: freerdp: Update to 2.11.2....* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Timotej Lazar
2023-09-25gnu: freerdp: Update to 2.11.1....* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.1. [inputs]: Add pcsc-lite. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar
2023-09-04gnu: freerdp: Enable server build....* gnu/packages/rdesktop.scm (freerdp): Enable server build. [phases] (configure-flags): Enable server build flags. [inputs]: Add server build dependencies and additional protocols cairo, dbus, gsm, lame, libxdamage, opencl, openh264, openssl. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Andy Tai
2023-08-12gnu: Add xorgxrdp....* gnu/packages/rdesktop.scm (xorgxrdp): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2023-08-12gnu: Add xrdp....* gnu/packages/rdesktop.scm (xrdp): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai