libstrangle: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
stdenv_32bit,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
libGL,
|
||||
libX11,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv_32bit.mkDerivation rec {
|
||||
pname = "libstrangle";
|
||||
version = "unstable-202202022";
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user