treewide: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchgit, stdenv, smlnj, which }:
|
||||
{ fetchgit, lib, stdenv, smlnj, which }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jonprl";
|
||||
@@ -27,9 +27,9 @@ stdenv.mkDerivation rec {
|
||||
Inspired by Nuprl
|
||||
'';
|
||||
homepage = "https://github.com/jonsterling/JonPRL";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ puffnfresh ];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user