pkgs/redmine: Pin Ruby version to 3.2
Redmine is not compatible to Ruby 3.3 yet and so pin it to Ruby 3.2. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ lib, stdenv, fetchurl, bundlerEnv, ruby, makeWrapper, nixosTests }:
|
||||
{ lib, stdenv, fetchurl, bundlerEnv, ruby_3_2, makeWrapper, nixosTests }:
|
||||
|
||||
let
|
||||
version = "5.1.3";
|
||||
rubyEnv = bundlerEnv {
|
||||
name = "redmine-env-${version}";
|
||||
|
||||
inherit ruby;
|
||||
ruby = ruby_3_2;
|
||||
gemdir = ./.;
|
||||
groups = [ "development" "ldap" "markdown" "common_mark" "minimagick" "test" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user