mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
ruby_2_0_0: fix eval due to nested list
This commit is contained in:
parent
d0dab8a330
commit
fc8fc63b67
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ let
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
hardeningDisable = lib.optional isRuby20 [ "format" ];
|
hardeningDisable = lib.optional isRuby20 "format";
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
(import ./patchsets.nix {
|
(import ./patchsets.nix {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue