From 2f43325a5af933a78600902ec87e69bb23566638 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 24 Dec 2024 10:44:49 -0600 Subject: [PATCH] remove old passC --- pkgs/oizys/src/oizys/github.nim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/oizys/src/oizys/github.nim b/pkgs/oizys/src/oizys/github.nim index 55854da..2cdf5ea 100644 --- a/pkgs/oizys/src/oizys/github.nim +++ b/pkgs/oizys/src/oizys/github.nim @@ -2,12 +2,6 @@ import std/[httpclient,logging, os, strformat, strutils, json, tables, tempfiles import jsony, hwylterm, hwylterm/logging, zippy/ziparchives import ./[exec, context] -# localPassC is used by zippy but the additional -# module mangling on nixos somehow breaks localPassC -# https://github.com/NixOS/nixpkgs/issues/356524 -when defined(amd64) and (defined(gcc) or defined(clang)): - {.passC: "-msse4.1 -mpclmul".} - template withTmpDir(body: untyped): untyped = let tmpDir {.inject.} = createTempDir("oizys","") body