ruby_2_0_0: fix eval due to nested list

This commit is contained in:
Robin Gloster 2017-09-02 13:08:09 +02:00
parent d0dab8a330
commit fc8fc63b67
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -83,7 +83,7 @@ let
enableParallelBuilding = true;
hardeningDisable = lib.optional isRuby20 [ "format" ];
hardeningDisable = lib.optional isRuby20 "format";
patches =
(import ./patchsets.nix {