stdenv.lib -> lib

This commit is contained in:
2023-05-23 14:24:16 -04:00
parent 5c2be8a078
commit 016a641c38
19 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
curl
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = http://software.dlr.de/p/sumo/home;
description = "SUMO is an open source, highly portable, microscopic and continuous road traffic simulation package designed to handle large road networks";
platforms = platforms.all;