libstrangle: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:33:21 +01:00
parent a26f47dd15
commit c6332f2acd
3 changed files with 2 additions and 6 deletions
@@ -1,13 +1,13 @@
{
lib,
stdenv,
stdenv_32bit,
fetchFromGitLab,
fetchpatch,
libGL,
libX11,
}:
stdenv.mkDerivation rec {
stdenv_32bit.mkDerivation rec {
pname = "libstrangle";
version = "unstable-202202022";
-4
View File
@@ -11201,10 +11201,6 @@ with pkgs;
myfitnesspal = with python3Packages; toPythonApplication myfitnesspal;
libstrangle = callPackage ../tools/X11/libstrangle {
stdenv = stdenv_32bit;
};
lightdm_qt = lightdm.override { withQt5 = true; };
curaengine_stable = callPackage ../applications/misc/curaengine/stable.nix { };