diff --git a/std/socket.d b/std/socket.d index 111cd17..6d23da9 100644 --- a/std/socket.d +++ b/std/socket.d @@ -448,7 +448,7 @@ class Protocol // Skip this test on Android because getprotobyname/number are // unimplemented in bionic. version(CRuntime_Bionic) {} else -@safe unittest +@safe version(hasNetwork) unittest { // import std.stdio : writefln; softUnittest({ @@ -770,7 +770,7 @@ class InternetHost } /// -@safe unittest +@safe version(hasNetwork) unittest { InternetHost ih = new InternetHost; ='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mp3.scm
AgeCommit message (Expand)Author
2023-04-23gnu: eyed3: Update to 0.9.7....Leo Famulari
2023-02-19gnu: mpg123: Update to 1.31.2....Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2022-12-12gnu: ffmpeg: Promote version 5 to the default....Marius Bakke