(define-module(linuxfr)#:use-module(guixdownload)#:use-module(guixgit-download)#:use-module(guixpackages)#:use-module(guixbuild-systemcmake)#:use-module(gnupackagestls)#:use-module(gnupackagescompression))(define-publiccpprestsdk(package(name"cpprestsdk")(version"v2.10.14")(source(origin(methodgit-fetch)(uri(git-reference(url"https://github.com/microsoft/cpprestsdk")(commitversion)))(file-name(git-file-namenameversion))(sha256(base32"0z1yblqszs7ig79l6lky02jmrs8zmpi7pnzns237p0w59pipzrvs"))))(build-systemcmake-build-system)(native-inputs`(("websocketpp",my-websocketpp)("boost",boost-old)("openssl",openssl)("zlib",zlib)))(arguments'(#:tests?#f;; Warnings not always addressed by upstream, see:;; https://github.com/microsoft/cpprestsdk/issues/724#:configure-flags'("-DWERROR=OFF")))(synopsis"C++ REST SDK by Microsoft")(description"The C++ REST SDK is a Microsoft project for cloud-basedclient-server communication in native code using a modern asynchronous C++ APIdesign. This project aims to help C++ developers connect to and interact withservices.")(home-page"https://github.com/microsoft/cpprestsdk")(license#f)))
# Empaqueter une dépendance manquante (avec Guix
Posté par zimoun . En réponse à la dépêche Gestion de paquets et DevOps avec Nix, tour d’horizon sur un cas concret. Évalué à 3. Dernière modification le 28 janvier 2020 à 19:14.
Nix
Guix