From 526b4d9f797efd3a3283276cd952dbb7a139e72f Mon Sep 17 00:00:00 2001 From: Ian-Woo Kim Date: Tue, 7 Oct 2014 14:23:42 +0200 Subject: [PATCH] proot: remove self.stdenv.lib --- pkgs/tools/system/proot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/proot/default.nix b/pkgs/tools/system/proot/default.nix index f338521b87c..3eaa85e41ea 100644 --- a/pkgs/tools/system/proot/default.nix +++ b/pkgs/tools/system/proot/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { description = "User-space implementation of chroot, mount --bind and binfmt_misc"; platforms = platforms.linux; license = licenses.gpl2; - maintainers = with self.stdenv.lib.maintainers; [ ianwookim ]; + maintainers = [ maintainers.ianwookim ]; }; }