nix: remove traceVal
This slipped through review of https://github.com/NixOS/nixpkgs/pull/108069.
This commit is contained in:
parent
88738dd72d
commit
8c657c3576
@ -98,7 +98,7 @@ common =
|
||||
# when cross-compiling.
|
||||
lib.optionalString (
|
||||
stdenv.buildPlatform != stdenv.hostPlatform &&
|
||||
(lib.versionOlder "2.3.8" (lib.traceVal version) && !is24)
|
||||
(lib.versionOlder "2.3.8" version && !is24)
|
||||
# The additional is24 condition is required as versionOlder doesn't understand nixUnstable version strings
|
||||
) ''
|
||||
mkdir tmp/
|
||||
|
Loading…
Reference in New Issue
Block a user