Merge pull request #110913 from siraben/other-stdenv-lib

This commit is contained in:
Sandro
2021-01-27 10:13:05 +01:00
committed by GitHub
26 changed files with 69 additions and 68 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenvNoCC, fetchzip }:
{ lib, stdenvNoCC, fetchzip }:
let
mspgccVersion = "6_1_1_0";
@@ -19,7 +19,7 @@ in stdenvNoCC.mkDerivation rec {
touch $out/lib/lib
'';
meta = with stdenvNoCC.lib; {
meta = with lib; {
description = ''
Development headers and linker scripts for TI MSP430 microcontrollers
'';