about summary refs log tree commit diff
path: root/pkgs/development/mobile/webos/novacom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile/webos/novacom.nix')
-rw-r--r--pkgs/development/mobile/webos/novacom.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/mobile/webos/novacom.nix b/pkgs/development/mobile/webos/novacom.nix
index e7afdb32137b..08f25a53bf68 100644
--- a/pkgs/development/mobile/webos/novacom.nix
+++ b/pkgs/development/mobile/webos/novacom.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, webos, cmake, pkgconfig }:
+{ lib, stdenv, fetchFromGitHub, webos, cmake, pkgconfig }:
 
 stdenv.mkDerivation rec {
   pname = "novacom";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     substituteInPlace $out/bin/novaterm --replace "exec novacom" "exec $out/bin/novacom"
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Utility for communicating with WebOS devices";
     license = licenses.asl20;
     maintainers = with maintainers; [ dtzWill ];