diff options
Diffstat (limited to 'org')
| -rw-r--r-- | org/dlang-nix-flakes.org | 17 | ||||
| -rw-r--r-- | org/nix-develop-dlang-shared.org | 20 |
2 files changed, 29 insertions, 8 deletions
diff --git a/org/dlang-nix-flakes.org b/org/dlang-nix-flakes.org index c6c68a9..ccf1202 100644 --- a/org/dlang-nix-flakes.org +++ b/org/dlang-nix-flakes.org @@ -971,7 +971,6 @@ import ./generic.nix { curl, tzdata, gdb, - # Foundation, callPackage, targetPackages, fetchpatch, @@ -1081,8 +1080,6 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ curl tzdata - # ] ++ lib.optionals stdenv.hostPlatform.isDarwin [] - # Foundation ]; nativeCheckInputs = [ @@ -1206,8 +1203,18 @@ callPackage ./binary.nix { #+HEADER: :tangle "../nix-overlays/dmd/binary.nix" #+BEGIN_SRC nix -{ lib, stdenv, fetchurl, curl, tzdata, autoPatchelfHook, fixDarwinDylibNames, glibc -, version, hashes }: +{ + lib, + stdenv, + fetchurl, + curl, + tzdata, + autoPatchelfHook, + fixDarwinDylibNames, + glibc, + version, + hashes, +}: let inherit (stdenv) hostPlatform; diff --git a/org/nix-develop-dlang-shared.org b/org/nix-develop-dlang-shared.org index 92e809e..c1eb130 100644 --- a/org/nix-develop-dlang-shared.org +++ b/org/nix-develop-dlang-shared.org @@ -177,16 +177,16 @@ sha256 = "<<ldc-hash>>"; - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/archive/refs/tags/v1.42.0.tar.gz - nix-prefetch-url --unpack https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz -****** beta2 +****** beta3 #+NAME: ldc_version_1_42_0 #+BEGIN_SRC nix -1.42.0-beta2 +1.42.0-beta3 #+END_SRC #+NAME: ldc_hash_1_42_0 #+BEGIN_SRC nix -sha256-O605SQftca34ZzQnKiu8VkQPUSv3bU9m884FqXyFoAs= +sha256-cApRQ54OkW3+r9EkKOxa6yzmbxGAUSVqNBTA+rqGmAo= #+END_SRC #+NAME: ldc_llvm_set_1_42_0 @@ -194,6 +194,20 @@ sha256-O605SQftca34ZzQnKiu8VkQPUSv3bU9m884FqXyFoAs= llvm_20 #+END_SRC +****** beta2 + +#+BEGIN_SRC nix +1.42.0-beta2 +#+END_SRC + +#+BEGIN_SRC nix +sha256-O605SQftca34ZzQnKiu8VkQPUSv3bU9m884FqXyFoAs= +#+END_SRC + +#+BEGIN_SRC nix +llvm_20 +#+END_SRC + ****** beta1 #+BEGIN_SRC nix |
