gleam: move to by-name
This commit is contained in:
@@ -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
|
||||
@@ -6372,10 +6372,6 @@ with pkgs;
|
||||
}
|
||||
);
|
||||
|
||||
gleam = callPackage ../development/compilers/gleam {
|
||||
erlang = erlang_27;
|
||||
};
|
||||
|
||||
# Haskell and GHC
|
||||
|
||||
haskell = callPackage ./haskell-packages.nix { };
|
||||
|
||||
Reference in New Issue
Block a user