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

@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
meta = with lib; {
description = "The General Hidden Markov Model library (GHMM) is a freely available C library implementing efficient data structures and algorithms for basic and extended HMMs with discrete and continous emissions.";
homepage = http://ghmm.sourceforge.net;
platforms = platforms.all;