lol

Merge pull request #237241 from alyssais/dtc-cross

authored by

Artturi and committed by
GitHub
2fd2dc90 10ee9d04

+1 -1
+1 -1
pkgs/development/compilers/dtc/default.nix
··· 83 83 mesonAutoFeatures = "auto"; 84 84 mesonFlags = [ 85 85 (lib.mesonBool "static-build" stdenv.hostPlatform.isStatic) 86 - (lib.mesonBool "tests" finalAttrs.doCheck) 86 + (lib.mesonBool "tests" finalAttrs.finalPackage.doCheck) 87 87 ]; 88 88 89 89 doCheck =