mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
proot: remove self.stdenv.lib
This commit is contained in:
parent
6a0396ce01
commit
526b4d9f79
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user