Copied from Debian. Description: Disable SSE2 code on i386 This patch is not complete. A high-graded solution may use automatic switching between SSE2 and C++ implementations based on the results of runtime checks. The webrtc code already provides for one of them inside its GetCPUInfo function. Bug-Debian: https://bugs.debian.org/892823 Author: Nicholas Guriev Last-Update: Tue, 29 Jan 2019 23:26:38 +0300 --- a/libtgvoip.gyp +++ b/libtgvoip.gyp @@ -871,11 +871,7 @@ 'WEBRTC_POSIX', ], 'conditions': [ - [ '"
path: root/gnu/installer/final.scm
AgeCommit message (Expand)Author
2022-12-18installer: final: Delete SQLite WAL and shm files upon completion....Ludovic Courtès
2022-12-18installer: final: Stop guix-daemon before accessing store database....Ludovic Courtès
2022-10-20installer: Run the "guix system init" command in a PTY....Mathieu Othacehe