summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Brooks <andrew.brooks@flightaware.com>2021-04-30 19:07:32 -0500
committerAndrew Brooks <andrew.brooks@flightaware.com>2021-05-21 15:18:13 -0500
commitfab8407b549c32d7e73163741b5ea7b6c38ce7a4 (patch)
tree6d14d4040069ba8e2cc7cb79e653ff9dd8f15559
parentc677478b0bb5d8d78402db1c38d2946d54d26147 (diff)
downloadnixpkgs-fab8407b549c32d7e73163741b5ea7b6c38ce7a4.tar
nixpkgs-fab8407b549c32d7e73163741b5ea7b6c38ce7a4.tar.gz
nixpkgs-fab8407b549c32d7e73163741b5ea7b6c38ce7a4.tar.bz2
nixpkgs-fab8407b549c32d7e73163741b5ea7b6c38ce7a4.tar.lz
nixpkgs-fab8407b549c32d7e73163741b5ea7b6c38ce7a4.tar.xz
nixpkgs-fab8407b549c32d7e73163741b5ea7b6c38ce7a4.tar.zst
nixpkgs-fab8407b549c32d7e73163741b5ea7b6c38ce7a4.zip
tix: Prevent tcl.mkTclDerivation from altering configureFlags
-rw-r--r--pkgs/development/libraries/tix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/tix/default.nix b/pkgs/development/libraries/tix/default.nix
index 86f56cc9dc3..c42847ef533 100644
--- a/pkgs/development/libraries/tix/default.nix
+++ b/pkgs/development/libraries/tix/default.nix
@@ -34,6 +34,7 @@ tcl.mkTclDerivation {
       ln -s $i private_headers/generic;
     done;
     '';
+  addTclConfigureFlags = false;
   configureFlags = [
     "--with-tclconfig=."
     "--with-tkinclude=${tk.dev}/include"