treewide: stdenvNoCC.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-27 13:01:51 +07:00
parent db4cede416
commit 02ee14b9d5
13 changed files with 34 additions and 33 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
'';