treewide: remove redundant rec
This commit is contained in:
@@ -22,7 +22,7 @@ let
|
||||
"${stdenv.targetPlatform.config}-";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
name = targetPrefix + basename;
|
||||
|
||||
# HACK to ensure that we preserve source from bootstrap binutils to not rebuild LLVM
|
||||
|
||||
Reference in New Issue
Block a user