mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 19:07:38 +00:00
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:
parent
9f062c2c0b
commit
5013998b0e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user