Skip to content

Commit

Permalink
ustr: Remove unhelpful 'buildTargets' value.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dtzWill authored and grahamc committed Mar 7, 2017
1 parent 9f062c2 commit 5013998
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/libraries/ustr/default.nix
Expand Up @@ -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")
Expand Down

0 comments on commit 5013998

Please sign in to comment.