summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/bootloaders
AgeCommit message (Collapse)Author
2019-05-19refind: allows building for aarch64Samuel Dionne-Riel
2018-11-13refind: 0.11.3 -> 0.11.4Samuel Dionne-Riel
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2018-08-06refind: add licensePascal Wittmann
see issue #43716
2018-07-24Merge pull request #43996 from samueldr/update/refind-0.11.3Frederik Rietdijk
refind: 0.11.2 -> 0.11.3
2018-07-23refind: 0.11.2 -> 0.11.3Samuel Dionne-Riel
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-05-03refind: fix runtime errorsErik Arvstedt
In newer versions, instead of using $PWD to locate its ressource files, Refind now refers to the dir containing $0. This causes runtime errors due to missing ressources. In lieu a wrapper binary, we now simply patch the variable 'RefindDir' which stores the path to the ressource dir.
2018-01-09refind: 0.10.3 -> 0.11.2Samuel Dionne-Riel
2017-03-14refind: mark as brokenRobin Gloster
2016-09-01refind: refactoringsJoachim Fasting
- Remove redundant build inputs These are (optional) run-time dependencies, adding them to build inputs does nothing. - Use standard buildPhase Note that specifying linker script is unnecessary. Also specify correct host arch and efi platform. - Replace non-working ad-hoc patch with wrapper The ad-hoc patching of refind-install didn't actually substitute anything; with a wrapper script patching becomes unnecessary - Remove use of deprecated meta.version Closes https://github.com/NixOS/nixpkgs/pull/18103
2016-08-27Merge branch 'master' into stagingobadz
Conflicts: pkgs/applications/misc/navit/default.nix pkgs/applications/networking/mailreaders/alpine/default.nix pkgs/applications/networking/mailreaders/realpine/default.nix pkgs/development/compilers/ghc/head.nix pkgs/development/libraries/openssl/default.nix pkgs/games/liquidwar/default.nix pkgs/games/spring/springlobby.nix pkgs/os-specific/linux/kernel/perf.nix pkgs/servers/sip/freeswitch/default.nix pkgs/tools/archivers/cromfs/default.nix pkgs/tools/graphics/plotutils/default.nix
2016-08-27refind: 0.9.2 -> 0.10.3, fix buildJoachim Fasting
2016-03-05Use general hardening flag toggle listsFranz Pletz
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-01refind: disable stackprotector hardeningRobin Gloster
2016-02-28use the sourceforge mirrors everywherezimbatm
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2015-11-01refind: 0.8.4 -> 0.9.2AndersonTorres
2015-10-17refind: 0.8.4 -> 0.9.2Matthias Beyer
2015-04-27refind: Fix build on i686Tuomas Tynkkynen
Use the correct linker script filename on i686 to fix this build error: /.../ld: cannot open linker script file /nix/store/...-gnu-efi_3.0u/lib/elf_x86_64_efi.lds: No such file or directory Only compile tested.
2015-01-14rEFInd (version 0.8.4): New PackageAndersonTorres
rEFInd is a graphical, EFI-based boot manager