From 7513783896aaa99500bd24d7ad9987892450f9c7 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Wed, 29 May 2019 13:31:27 -0500 Subject: nongnu: Reindent with .dir-locals.el settings. * nongnu/packages/gog.scm: Reindent with .dir-locals.el settings. * nongnu/packages/linux.scm: Reindent with .dir-locals.el settings. --- nongnu/packages/gog.scm | 56 ++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'nongnu/packages/gog.scm') diff --git a/nongnu/packages/gog.scm b/nongnu/packages/gog.scm index 6087f36..c1c981f 100644 --- a/nongnu/packages/gog.scm +++ b/nongnu/packages/gog.scm @@ -31,35 +31,35 @@ (define-public lgogdownloader (package - (name "lgogdownloader") - (version "3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Sude-/lgogdownloader.git") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a3rrkgqwdqxx3ghzw182jx88gzzw6ldp3jasmgnr4l7gpxkmwws")))) - (build-system cmake-build-system) - (arguments '(#:tests? #f)) ; no tests - (inputs - `(("boost" ,boost) - ("curl" ,curl) - ("htmlcxx" ,htmlcxx) - ("jsoncpp" ,jsoncpp) - ("liboauth" ,liboauth) - ("rhash" ,rhash) - ("tinyxml2" ,tinyxml2) - ("zlib" ,zlib))) - (native-inputs - `(("pkg-config" ,pkg-config))) - (home-page "https://sites.google.com/site/gogdownloader/") - (synopsis "Downloader for GOG.com files") - (description "LGOGDownloader is a client for the GOG.com download API, + (name "lgogdownloader") + (version "3.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Sude-/lgogdownloader.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0a3rrkgqwdqxx3ghzw182jx88gzzw6ldp3jasmgnr4l7gpxkmwws")))) + (build-system cmake-build-system) + (arguments '(#:tests? #f)) ; no tests + (inputs + `(("boost" ,boost) + ("curl" ,curl) + ("htmlcxx" ,htmlcxx) + ("jsoncpp" ,jsoncpp) + ("liboauth" ,liboauth) + ("rhash" ,rhash) + ("tinyxml2" ,tinyxml2) + ("zlib" ,zlib))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "https://sites.google.com/site/gogdownloader/") + (synopsis "Downloader for GOG.com files") + (description "LGOGDownloader is a client for the GOG.com download API, allowing simple downloads and updates of games and other files from GOG.com.") - (license license:wtfpl2))) + (license license:wtfpl2))) (define-public htmlcxx (package -- cgit v1.2.3