stdenv.lib -> lib
This commit is contained in:
@@ -31,7 +31,7 @@ buildGoPackage rec {
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/brentp/smoove;
|
||||
description = "Wrap existing software and adds some internal read-filtering to simplify calling and genotyping structural variants.";
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user