stdenv.lib -> lib
This commit is contained in:
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
samtools
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A probabilistic framework for structural variant discovery.";
|
||||
homepage = https://github.com/arq5x/lumpy-sv;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user