stdenv.lib -> lib
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A fast and flexible program for marking duplicates in read-id grouped paired-end SAM files.";
|
||||
homepage = https://github.com/GregoryFaust/samblaster;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user