treewide: stdenv.lib -> lib
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ zlib ncurses htslib ];
|
||||
|
||||
configureFlags = [ "--with-htslib=${htslib}" ]
|
||||
++ stdenv.lib.optional (ncurses == null) "--without-curses";
|
||||
++ lib.optional (ncurses == null) "--without-curses";
|
||||
|
||||
preCheck = ''
|
||||
patchShebangs test/
|
||||
|
||||
Reference in New Issue
Block a user