cctag: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-13 13:46:59 +01:00
parent 87e1503fc9
commit 3e12148760
4 changed files with 5 additions and 7 deletions
@@ -1,6 +1,6 @@
{
lib,
stdenv,
clangStdenv,
fetchFromGitHub,
cmake,
@@ -9,9 +9,11 @@
opencv,
onetbb,
avx2Support ? stdenv.hostPlatform.avx2Support,
avx2Support ? clangStdenv.hostPlatform.avx2Support,
}:
let
stdenv = clangStdenv;
in
stdenv.mkDerivation rec {
pname = "cctag";
version = "1.0.4";
-4
View File
@@ -6645,10 +6645,6 @@ with pkgs;
ormolu = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.ormolu);
cctag = callPackage ../development/libraries/cctag {
stdenv = clangStdenv;
};
ceedling = callPackage ../development/tools/ceedling { };
celt = callPackage ../development/libraries/celt { };