From 5013998b0ee4f2289fa0baebf3a7ff495bfabfb5 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sat, 4 Mar 2017 14:03:42 -0600 Subject: [PATCH] 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. --- pkgs/development/libraries/ustr/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/ustr/default.nix b/pkgs/development/libraries/ustr/default.nix index b0a4cc07bc63..c15259c585ad 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")