Merge pull request #110913 from siraben/other-stdenv-lib
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user