From 21753791b1e090909f17588b02caf9d4478a8115 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cillian=20de=20R=C3=B3iste?= <goibhniu@fsfe.org>
Date: Thu, 20 Nov 2014 14:23:19 +0100
Subject: [PATCH] hplip: fix typo in license

---
 pkgs/misc/drivers/hplip/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index 9ac7aec2a873..4fa35c8b8128 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
     homepage = http://hplipopensource.com/;
     license = if withPlugin
       then licenses.unfree
-      else with stdenv.licenses; [ mit bsd2 gpl2Plus ];
+      else with licenses; [ mit bsd2 gpl2Plus ];
     platforms = platforms.linux;
     maintainers = with maintainers; [ ttuegel jgeerds ];
   };