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.
|
# when cross-compiling.
|
||||||
lib.optionalString (
|
lib.optionalString (
|
||||||
stdenv.buildPlatform != stdenv.hostPlatform &&
|
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
|
# The additional is24 condition is required as versionOlder doesn't understand nixUnstable version strings
|
||||||
) ''
|
) ''
|
||||||
mkdir tmp/
|
mkdir tmp/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user