mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
Merge remote-tracking branch 'origin/staging-next' into staging
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
tcl ? null,
|
||||
tk ? null,
|
||||
tclPackages,
|
||||
libX11 ? null,
|
||||
libx11 ? null,
|
||||
x11Support ? false,
|
||||
zlib,
|
||||
self,
|
||||
@@ -46,7 +46,7 @@
|
||||
pythonAttr ? "python${sourceVersion.major}${sourceVersion.minor}",
|
||||
}:
|
||||
|
||||
assert x11Support -> tcl != null && tk != null && libX11 != null;
|
||||
assert x11Support -> tcl != null && tk != null && libx11 != null;
|
||||
|
||||
assert lib.assertMsg (enableOptimizations -> (!stdenv.cc.isClang))
|
||||
"Optimizations with clang are not supported. configure: error: llvm-profdata is required for a --enable-optimizations build but could not be found.";
|
||||
@@ -279,7 +279,7 @@ let
|
||||
++ lib.optionals x11Support [
|
||||
tcl
|
||||
tk
|
||||
libX11
|
||||
libx11
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
tcl,
|
||||
tk,
|
||||
tclPackages,
|
||||
libX11,
|
||||
libx11,
|
||||
gdbm,
|
||||
db,
|
||||
xz,
|
||||
@@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
|
||||
sqlite
|
||||
tk
|
||||
tcl
|
||||
libX11
|
||||
libx11
|
||||
gdbm
|
||||
db
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user