aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/terraform.scm
diff options
context:
space:
mode:
authorJan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>2019-11-05 15:15:31 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2019-12-01 13:37:16 +0100
commit27bcdfcd65c0333abd2cd7cb412053b78eaaa70c (patch)
tree6371901ca36c1d75193b9264ac5efc070e6f8094 /gnu/packages/terraform.scm
parentd83bb7973b8909add67238c1764b7ffb85afd048 (diff)
downloadguix-27bcdfcd65c0333abd2cd7cb412053b78eaaa70c.tar.gz
guix-27bcdfcd65c0333abd2cd7cb412053b78eaaa70c.zip
gnu: Add sobjectizer.
* gnu/packages/cpp.scm (sobjectizer): New variable.
Diffstat (limited to 'gnu/packages/terraform.scm')
0 files changed, 0 insertions, 0 deletions
00'>2021-05-22import: hackage: Prefix licenses with 'license:'....* guix/import/hackage.scm (string->license): Prefix the value of the license field with ‘license:’. * tests/hackage.scm (match-ghc-foo, match-ghc-foo-6, match-ghc-foo-revision): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2019-06-20import: hackage: Add two expected failing test cases....This adds failing test cases for two hackage import bugs: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25138 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35743 * tests/hackage.scm: Make comment style consistent. Add two cabal parsing tests, marked as expected failures. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robert Vollmert