mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 11:57:36 +00:00
tclreadline: simplify package with tcl.mkTclDerivation
This commit is contained in:
parent
c6ca1ba9c7
commit
9571f53665
@ -8,7 +8,7 @@
|
||||
, tk
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
tcl.mkTclDerivation rec {
|
||||
pname = "tclreadline";
|
||||
version = "2.3.8";
|
||||
|
||||
@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
buildInputs = [
|
||||
readline
|
||||
tcl
|
||||
tk
|
||||
];
|
||||
|
||||
@ -35,7 +34,6 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--enable-tclshrl"
|
||||
"--enable-wishrl"
|
||||
"--with-tcl=${tcl}/lib"
|
||||
"--with-tk=${tk}/lib"
|
||||
"--with-readline-includes=${readline.dev}/include/readline"
|
||||
"--with-libtool=${libtool}"
|
||||
|
Loading…
Reference in New Issue
Block a user