draco: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-13 15:39:49 +01:00
parent 29b2325138
commit fff893fe63
3 changed files with 2 additions and 5 deletions
@@ -1,5 +1,6 @@
{
lib,
callPackage,
stdenv,
fetchFromGitHub,
nix-update-script,
@@ -10,11 +11,11 @@
withTranscoder ? true,
eigen,
ghc_filesystem,
tinygltf,
}:
let
cmakeBool = b: if b then "ON" else "OFF";
tinygltf = callPackage ./tinygltf.nix { };
in
stdenv.mkDerivation (finalAttrs: {
version = "1.5.7";
-4
View File
@@ -6682,10 +6682,6 @@ with pkgs;
db60 = callPackage ../development/libraries/db/db-6.0.nix { };
db62 = callPackage ../development/libraries/db/db-6.2.nix { };
draco = callPackage ../development/libraries/draco {
tinygltf = callPackage ../development/libraries/draco/tinygltf.nix { };
};
# Multi-arch "drivers" which we want to build for i686.
driversi686Linux = recurseIntoAttrs {
inherit (pkgsi686Linux)