Skip to content

Commit

Permalink
Merge pull request NixOS#237241 from alyssais/dtc-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Jun 20, 2023
2 parents 10ee9d0 + b949778 commit 2fd2dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/dtc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
mesonAutoFeatures = "auto";
mesonFlags = [
(lib.mesonBool "static-build" stdenv.hostPlatform.isStatic)
(lib.mesonBool "tests" finalAttrs.doCheck)
(lib.mesonBool "tests" finalAttrs.finalPackage.doCheck)
];

doCheck =
Expand Down

0 comments on commit 2fd2dc9

Please sign in to comment.