summaryrefslogtreecommitdiffstats
path: root/pkgs/development/misc/msp430/mspdebug.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/misc/msp430/mspdebug.nix')
-rw-r--r--pkgs/development/misc/msp430/mspdebug.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/misc/msp430/mspdebug.nix b/pkgs/development/misc/msp430/mspdebug.nix
index 471dd5b31229..f8616ff0bc4f 100644
--- a/pkgs/development/misc/msp430/mspdebug.nix
+++ b/pkgs/development/misc/msp430/mspdebug.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
, fetchFromGitHub
, autoPatchelfHook
, libusb-compat-0_1
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
stdenv.lib.optional (!enableReadline) "WITHOUT_READLINE=1";
unameS = stdenv.lib.optionalString stdenv.isDarwin "Darwin";
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "A free programmer, debugger, and gdb proxy for MSP430 MCUs";
homepage = "https://dlbeer.co.nz/mspdebug/";
license = licenses.gpl2;