Commit Graph

6 Commits

Author SHA1 Message Date
R. Ryantm
0f64edbf87 dtools: 2.109.0 -> 2.109.1 2024-07-02 13:15:59 +00:00
R. Ryantm
1141a5cde5 dtools: 2.108.0 -> 2.109.0 2024-06-15 08:28:13 +00:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
Jeremy Baxter
e85f7c6c9d dtools: 2.106.1 -> 2.108.0
Current arm64 patch broke so I adapted it to apply on 2.108.1.

The generic Makefile is now used instead of posix.mak which has been
deprecated for quite a while now.
2024-04-02 17:45:48 +13:00
Jeremy Baxter
b01c88e620 dtools: refactor
o  switch to using finalAttrs pattern over rec expression in
    mkDerivation call
 o  use hash over sha256 in calls to fetchers
 o  remove the build-time dependency on gnumake42; dtools now builds
    fine with the latest version of GNU make
 o  use stdenv's implicit phases that build+install with make
 o  specify make flags through makeFlags rather than through an
    arbitrary attribute
 o  remove unnecessary make flags
 o  build with parallelism
 o  use checkTarget instead of providing a full checkPhase
 o  clean up meta
2024-04-02 17:20:43 +13:00
Jeremy Baxter
d1fec21f64 dtools: migrate to pkgs/by-name 2024-04-02 17:20:43 +13:00