gleam: move to by-name

This commit is contained in:
awwpotato
2025-04-17 19:30:06 -07:00
parent d07349bcfd
commit dbf960bc5c
2 changed files with 2 additions and 6 deletions
@@ -5,7 +5,7 @@
git,
pkg-config,
openssl,
erlang,
erlang_27,
nodejs,
bun,
deno,
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeBuildInputs = [
git
pkg-config
erlang
erlang_27
nodejs
bun
deno
-4
View File
@@ -6372,10 +6372,6 @@ with pkgs;
}
);
gleam = callPackage ../development/compilers/gleam {
erlang = erlang_27;
};
# Haskell and GHC
haskell = callPackage ./haskell-packages.nix { };