aboutsummaryrefslogtreecommitdiff
path: root/tests/gem.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-22 15:47:49 +0200
committerMarius Bakke <marius@gnu.org>2021-05-22 16:04:59 +0200
commit404feffa303e38a6a48443faa229864157c3bc1c (patch)
treef64898ac7f032d8e723a57f3909b1403852134a8 /tests/gem.scm
parent19ea43c907a86a408e1c7248f2fff272cbd198e7 (diff)
downloadguix-404feffa303e38a6a48443faa229864157c3bc1c.tar.gz
guix-404feffa303e38a6a48443faa229864157c3bc1c.zip
gnu: ucx: Restore (and adapt) ioctl fallback patch.
This is a followup to 4ebd4a58ce307874b18c30ffcd4852440e475ad5 which removed the patch, but it was still necessary for some dependents. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx)[source](patches): New field.
Diffstat (limited to 'tests/gem.scm')
0 files changed, 0 insertions, 0 deletions
>tests: Fix hackage tests....This is a followup to 1cc12357a65e4479c2f4735e915941382ef82d94. * tests/hackage.scm: ghc-mtl is no longer added as an input. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robert Vollmert 2019-06-01tests: Indent hackage tests...* tests/hackage.scm: Reindent using etc/indent-code.el. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robert Vollmert 2019-06-01tests: hackage: Don't mock hackage-fetch....* tests/hackage.scm: Pass a string input port to tests instead of mocking hackage download. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robert Vollmert 2019-06-01tests: hackage: Factor out package pattern....* tests/hackage.scm: Import result pattern matching via helper. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robert Vollmert 2019-05-26import: hackage: Fix Cabal test....* guix/import/hackage.scm (hackage->guix-package): Remove call to 'memoize'. (hackage->guix-package/m): New procedure. (hackage-recursive-import): Use it. * tests/hackage.scm ("hackage->guix-package test 6"): Adjust. Co-authored-by: Robert Vollmert <rob@vllmrt.net> Ludovic Courtès 2018-07-12import: hackage: Evaluate "-any" and "-none" version comparison operators....* guix/import/cabal.scm (eval-cabal): Modify. * tests/hackage.scm (test-cabal-4): New variable and test. (test-cabal-5): New variable and test. (test-cabal-6): New variable and test. Danny Milosavljevic 2016-09-01tests: hackage: Fix mock urls....Followup to 18f747350437136b203ef6400176d1fb07b131ea. * tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls. Efraim Flashner