treewide: fix meta evaluation
There is no `stdenv.maintainers`. /cc @veprbl.
This commit is contained in:
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://root.cern.ch/";
|
||||
description = "A data analysis framework";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with stdenv.maintainers; [ veprbl ];
|
||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user