stdenv.lib -> lib
This commit is contained in:
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
||||
mpfr
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = http://www.openfoam.com;
|
||||
description = "Free open-source CFD software";
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user