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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user