nixpkgs/pkgs/applications/version-management/redmine
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
..
2002_FHS_through_env_vars.patch add redmine package 2014-10-07 10:54:22 +02:00
2003_externalize_session_config.patch add redmine package 2014-10-07 10:54:22 +02:00
2004_FHS_plugins_assets.patch add redmine package 2014-10-07 10:54:22 +02:00
bootstrap.nix ruby: exorcise the last few remaining rubyPackages 2015-01-21 22:23:37 -05:00
default.nix Use general hardening flag toggle lists 2016-03-05 18:55:26 +01:00
Gemfile.lock redmine: fix compilation with ruby 2.3 2016-02-29 10:02:59 +00:00
Gemfile.nix redmine: fix compilation with ruby 2.3 2016-02-29 10:02:59 +00:00
generate_nix_requirements.rb add redmine package 2014-10-07 10:54:22 +02:00
README add redmine package 2014-10-07 10:54:22 +02:00

to regenerate Gemfile.nix and Gemfile.lock you need to

  % nix-build bootstrap.nix
  % cp result/Gemfile.nix ./
  % cp result/Gemfile.lock ./