~ruther/guix-local

ref: 7f7a67ae06e0d1ea19bdcceb9b16466bd7d7134d guix-local/gnu/packages/patches/zig-do-not-link-against-librt.patch -rw-r--r-- 293 bytes
7f7a67ae — AndrĂ© Batista gnu: make-torbrowser: Use current ffmpeg version. 1 year, 10 months 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",
             },
         },