From 5fe5457b4e4f3f7e64397a84f1d88faa9abd9c10 Mon Sep 17 00:00:00 2001 From: Rowan Goemans Date: Wed, 29 Oct 2025 09:28:31 +0100 Subject: [PATCH] Revert "solvespace: use system mimalloc (#450858)" This reverts commit 6e123b592e1beeba99dce1230158ef121c192f9b, reversing changes made to dab90ffd8384d821ce638a6b46352b59bb600b8a. --- pkgs/by-name/so/solvespace/package.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/by-name/so/solvespace/package.nix b/pkgs/by-name/so/solvespace/package.nix index 5ccf8a275d3e..92b397f8d071 100644 --- a/pkgs/by-name/so/solvespace/package.nix +++ b/pkgs/by-name/so/solvespace/package.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, - fetchpatch, cmake, pkg-config, wrapGAppsHook3, @@ -24,7 +23,6 @@ libspnav, libthai, libxkbcommon, - mimalloc, pangomm, pcre, util-linuxMinimal, # provides libmount @@ -44,13 +42,6 @@ stdenv.mkDerivation rec { fetchSubmodules = true; }; - patches = [ - (fetchpatch { - url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-gfx/solvespace/files/solvespace-3.1-use-system-mimalloc.patch"; - hash = "sha256-XEeh6vb4fYsTmAro1ZR/8NyFl+Y+S+m/Lx+tA7o2omM="; - }) - ]; - nativeBuildInputs = [ cmake pkg-config @@ -76,7 +67,6 @@ stdenv.mkDerivation rec { libspnav libthai libxkbcommon - mimalloc pangomm pcre util-linuxMinimal