nix: remove traceVal

This slipped through review of
https://github.com/NixOS/nixpkgs/pull/108069.
This commit is contained in:
Florian Klink 2021-01-02 11:09:57 +01:00
parent 88738dd72d
commit 8c657c3576

View file

@ -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/