~ruther/guix-local

ref: dfd929b3b180ca319a7fb8d8ac64ab58bcfd17e9 guix-local/gnu/packages/patches/zig-do-not-link-against-librt.patch -rw-r--r-- 293 bytes
dfd929b3 — Andre A. Gomes gnu: nyxt: Update to 3.11.5. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
--- a/src/target.zig	2023-04-22 11:44:47.917416658 +0200
+++ b/src/target.zig	2023-04-22 11:45:04.577465352 +0200
@@ -478,7 +478,6 @@
                 "-lpthread",
                 "-lc",
                 "-ldl",
-                "-lrt",
                 "-lutil",
             },
         },