redmine: Use stdenvNoCC instead of stdenv to build package
A C compiler is not needed in order to build Redmine. So use stdenvNoCC instead. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
stdenvNoCC,
|
||||
fetchurl,
|
||||
bundlerEnv,
|
||||
ruby_3_3,
|
||||
@@ -25,7 +25,7 @@ let
|
||||
];
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "redmine";
|
||||
inherit version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user