ustr: Remove unhelpful 'buildTargets' value.

mkDerivation doesn't do anything with this,
and while it does become an environment variable
AFAICT that was never the intention and isn't helpful here.
This commit is contained in:
Will Dietz 2017-03-04 14:03:42 -06:00 committed by Graham Christensen
parent 9f062c2c0b
commit 5013998b0e
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
sed -i 's,\(USTR_CONF_HAVE_STDINT_H\) 0,\1 1,g' ustr-import.in
'';
buildTargets = [ "all-shared" ];
preBuild = ''
makeFlagsArray+=("prefix=$out")
makeFlagsArray+=("LDCONFIG=echo")