summaryrefslogtreecommitdiff
path: root/pkgs/tools/bootloaders (follow)
Commit message (Expand)AuthorAgeFilesLines
* refind: Drop samueldr as maintainerSamuel Dionne-Riel2024-06-201-1/+1
* refind: rename patch•••As requested in https://github.com/NixOS/nixpkgs/pull/318499#discussion_r1632296030 Arnout Engelen2024-06-102-1/+1
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* refind: make the build reproducible•••Avoid leaking build timestamps into the output. Arnout Engelen2024-06-092-0/+70
* refind: 0.14.0.2 -> 0.14.2, fix build on aarch64K9002024-04-271-2/+5
* Merge staging-next into staginggithub-actions[bot]2024-04-051-1/+2
|\
| * refind: fixing cross compilingDaniel Barter2024-04-041-1/+2
* | refind: fix typo: compatbile to compatiblePhilip Taron2024-04-021-1/+1
|/
* refind: add runtime dependenciesJohn Garcia2024-03-131-1/+18
* refind: fix sed statementsJohn Garcia2024-03-131-9/+2
* refind: add chewblacka to package maintainersJohn Garcia2024-03-111-1/+1
* refind: 0.13.3.1 -> 0.14.0.2•••Changelog - https://sourceforge.net/p/refind/code/ci/bf6c58c0b1e4be6548f1d1549e8074be72457582/tree/NEWS.txt Samuel Dionne-Riel2023-11-111-9/+2
* refind: Fix possible NULL dereference•••This was observed with U-Boot. See the upstream change. - https://sourceforge.net/p/refind/code/merge-requests/45/ Samuel Dionne-Riel2022-06-091-1/+8
* refind: 0.13.2 -> 0.13.3.1•••Among other fixes contains support for newer gnu-efi. Added boot.uefiCdrom test. Changes: https://sourceforge.net/p/refind/code/ci/master/tree/NEWS.txt Sergei Trofimovich2022-05-091-3/+7
* refind: 0.13.1 -> 0.13.2Andreas Rammhold2021-09-121-2/+2
* refind: 0.13.0 -> 0.13.1Samuel Dionne-Riel2021-02-251-2/+2
* refind: 0.12.0 -> 0.13.0 (#113328)Samuel Dionne-Riel2021-02-172-30/+8
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* refind: fix build on gcc10Lucas Ransan2020-12-282-0/+26
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* refind: 0.11.5 -> 0.12Samuel Dionne-Riel2020-03-141-2/+2
* refind: Add samueldr to maintainersSamuel Dionne-Riel2020-02-131-1/+1
* refind: 0.11.4 -> 0.11.5Samuel Dionne-Riel2020-02-131-2/+2
* treewide: remove redundant recvolth2019-08-281-1/+1
* treewide: remove redundant quotesvolth2019-08-261-3/+3
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* refind: allows building for aarch64Samuel Dionne-Riel2019-05-192-1/+34
* refind: 0.11.3 -> 0.11.4Samuel Dionne-Riel2018-11-131-2/+2
* reewide: Purge all uses `stdenv.system` and top-level `system`•••It is deprecated and will be removed after 18.09. John Ericson2018-08-301-1/+1
* refind: add license•••see issue #43716 Pascal Wittmann2018-08-061-0/+1
* Merge pull request #43996 from samueldr/update/refind-0.11.3•••refind: 0.11.2 -> 0.11.3Frederik Rietdijk2018-07-241-2/+2
|\
| * refind: 0.11.2 -> 0.11.3Samuel Dionne-Riel2018-07-231-2/+2
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|/
* refind: fix runtime errors•••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. Erik Arvstedt2018-05-031-12/+4
* refind: 0.10.3 -> 0.11.2Samuel Dionne-Riel2018-01-091-17/+2
* refind: mark as brokenRobin Gloster2017-03-141-0/+1
* refind: refactorings•••- 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 Joachim Fasting2016-09-011-32/+48
* Merge branch 'master' into staging•••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 obadz2016-08-271-12/+19
|\
| * refind: 0.9.2 -> 0.10.3, fix buildJoachim Fasting2016-08-271-12/+19
* | 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 Franz Pletz2016-03-051-1/+1
* | refind: disable stackprotector hardeningRobin Gloster2016-03-011-0/+2
|/
* use the sourceforge mirrors everywhere••• find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \; zimbatm2016-02-281-1/+1
* refind: 0.8.4 -> 0.9.2AndersonTorres2015-11-011-7/+7
* refind: 0.8.4 -> 0.9.2Matthias Beyer2015-10-171-2/+2
* refind: Fix build on i686•••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. Tuomas Tynkkynen2015-04-271-3/+7
* rEFInd (version 0.8.4): New Package•••rEFInd is a graphical, EFI-based boot manager AndersonTorres2015-01-141-0/+115