reduce diffs due to reordering

This commit is contained in:
Ding Xiang Fei 2018-07-27 14:19:05 +08:00
parent a33d4ed984
commit a998a49ee4

View File

@ -1,4 +1,4 @@
{ lib, stdenv, glibc, fetchurl, zlib, readline, libossp_uuid, openssl, libxml2, makeWrapper, tzdata, symlinkJoin }: { lib, stdenv, glibc, fetchurl, zlib, readline, libossp_uuid, openssl, libxml2, makeWrapper, tzdata }:
let let
@ -15,7 +15,7 @@ let
setOutputFlags = false; # $out retains configureFlags :-/ setOutputFlags = false; # $out retains configureFlags :-/
buildInputs = buildInputs =
[ zlib readline openssl makeWrapper libxml2 ] [ zlib readline openssl libxml2 makeWrapper ]
++ lib.optionals (!stdenv.isDarwin) [ libossp_uuid ]; ++ lib.optionals (!stdenv.isDarwin) [ libossp_uuid ];
enableParallelBuilding = true; enableParallelBuilding = true;