summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2017-03-04 14:03:42 -0600
committerGraham Christensen <graham@grahamc.com>2017-03-06 19:34:07 -0500
commit5013998b0ee4f2289fa0baebf3a7ff495bfabfb5 (patch)
tree98c3ac6a9d4985c29be1f8fa2cfa7cb0d30967ab
parent9f062c2c0b98a8f6e715dacc4b90ca712a868fac (diff)
downloadnixpkgs-5013998b0ee4f2289fa0baebf3a7ff495bfabfb5.tar
nixpkgs-5013998b0ee4f2289fa0baebf3a7ff495bfabfb5.tar.gz
nixpkgs-5013998b0ee4f2289fa0baebf3a7ff495bfabfb5.tar.bz2
nixpkgs-5013998b0ee4f2289fa0baebf3a7ff495bfabfb5.tar.lz
nixpkgs-5013998b0ee4f2289fa0baebf3a7ff495bfabfb5.tar.xz
nixpkgs-5013998b0ee4f2289fa0baebf3a7ff495bfabfb5.tar.zst
nixpkgs-5013998b0ee4f2289fa0baebf3a7ff495bfabfb5.zip
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.
-rw-r--r--pkgs/development/libraries/ustr/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ustr/default.nix b/pkgs/development/libraries/ustr/default.nix
index b0a4cc07bc6..c15259c585a 100644
--- a/pkgs/development/libraries/ustr/default.nix
+++ b/pkgs/development/libraries/ustr/default.nix
@@ -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")