Skip to content

Commit

Permalink
dmd: patch test needspkgmod.d
Browse files Browse the repository at this point in the history
Closes #350898

(cherry picked from commit 2f2926f)
  • Loading branch information
jtbx authored and github-actions[bot] committed Dec 4, 2024
1 parent f3510bb commit 6802b27
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 6802b27

Please sign in to comment.