(use-modules (guix) (guix build-system gnu) (guix licenses)) (package (name "hello") (version "2.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hello/hello-" version ".tar.gz")) (sha256 (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i")))) (build-system gnu-build-system) (synopsis "Hello, GNU world: An example GNU package") (description "Guess what GNU Hello prints!") (home-page "http://www.gnu.org/software/hello/") (license gpl3+)) orm method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/vpn.scm
AgeCommit message (Expand)Author
2022-07-18gnu: xl2tpd: Update to 1.3.17....* gnu/packages/vpn.scm (xl2tpd)[version]: Update to 1.3.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2022-07-06gnu: xl2tpd: Fix cross-compiling....* gnu/packages/vpn.scm (xl2tpd)[arguments]: Rewrite using gexps. Don't hard-code CC as gcc. Efraim Flashner
2022-07-04gnu: vpnc: Add bsd-2 license....* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2022-07-04gnu: vpnc: Fix cross-compilation....* gnu/packages/vpn.scm (vpnc): Fix cross-compilation. [native-inputs]: Add conditional input of `this-package' (vpnc) to reuse the man page and add `pkg-config'. [arguments]: Use G-Expressions. [arguments]: Make use of `make-flags' instead of using substitutions. [arguments]: Remove unneeded deletion of `configure'. [arguments]: Use `pkg-config' to search for libgcrypt. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2022-07-03gnu: bitmask: Fix loading of GUI....* gnu/packages/vpn.scm (bitmask)[inputs]: Add qtgraphicaleffects. Raghav Gururajan
2022-07-02gnu: bitmask: Update to 0.21.11....* gnu/packages/vpn.scm (bitmask)[version]: Update to 0.21.11. [inputs]: Add qtsvg. Raghav Gururajan
2022-05-22gnu: openvpn: Update to 2.5.6....* gnu/packages/vpn.scm (openvpn): Update to 2.5.6. Tobias Geerinckx-Rice
2022-05-12gnu: sshoot: Update to 1.5.1....* gnu/packages/vpn.scm (sshoot): Update to 1.5.1. [phases]: Delete trailing #t. {check}: Override phase. [inputs]: Add python-pyxdg and python-toolrack. [native-inputs]: Delete python-fixtures, python-pbr and python-testtools. Add python-pytest and python-pytest-mock. Maxim Cournoyer