stdenv.lib -> lib
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
makeWrapper $out/share/FastQC/fastqc $out/bin/fastqc --add-flags --java=${jre}/bin/java
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = https://www.bioinformatics.babraham.ac.uk/projects/fastqc/;
|
||||
description = "A quality control tool for high throughput sequence data";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user