Skip to content

Commit

Permalink
[Backport release-24.11] dmd: patch test needspkgmod.d (#361684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 4, 2024
2 parents f3510bb + 6802b27 commit d0bafbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/by-name/dm/dmd/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ stdenv.mkDerivation (finalAttrs: {
extraPrefix = "dmd/";
hash = "sha256-N21mAPfaTo+zGCip4njejasraV5IsWVqlGR5eOdFZZE=";
})
] ++ lib.optionals (lib.versionOlder version "2.110.0") [
(fetchpatch {
url = "https://github.com/dlang/dmd/commit/fdd25893e0ac04893d6eba8652903d499b7b0dfc.patch";
stripLen = 1;
extraPrefix = "dmd/";
hash = "sha256-Uccb8rBPBLAEPWbOYWgdR5xN3wJoIkKKhLGu58IK1sM=";
})
];

postPatch = ''
Expand Down

0 comments on commit d0bafbc

Please sign in to comment.