about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/syslinux
AgeCommit message (Collapse)AuthorFilesLines
2024-06-20syslinux: Drop samueldr as maintainerSamuel Dionne-Riel1-1/+1
2024-06-11syslinux: pick proposed patch to fix build on gnu-efi >= 3.0.17K9002-0/+13
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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/'
2024-06-04syslinux: Use Nixpkgs' gnu-efiSamuel Dionne-Riel2-10/+49
This resolves awkwardness with the gnu-efi submodule. Though this builds only the arch-appropriate EFI program, but since it was not used within Nixpkgs, it shouldn't be an issue. Co-Authored-By: Arnout Engelen <arnout@bzzt.net>
2024-06-04syslinux: fix replace warning, use httpsSandro Jäckel1-4/+4
2023-02-22treewide: manual fixups forArtturin1-1/+1
treewide: use toString on list NIX_CFLAGS_COMPILE treewide: move NIX_CFLAGS_COMPILE to the env attrset
2022-05-29syslinux: refactorAndersonTorres1-39/+67
2022-05-29syslinux: add -fcommon workaroundSergei Trofimovich1-0/+6
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: acpi/xsdt.o:/build/syslinux-b404870/com32/gpllib/../gplinclude/memory.h:40: multiple definition of `e820_types'; memory.o:/build/syslinux-b404870/com32/gpllib/../gplinclude/memory.h:40: first defined here
2021-07-14treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*Sandro Jäckel1-2/+2
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-2/+2
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-28syslinux: fix build on gcc10Lucas Ransan2-0/+34
2020-07-02syslinux: make reproducibleajs1241-3/+10
2020-05-05syslinux: fix #86846: build on i6861241-1/+2
vcunat tried tests.boot.biosCdrom.i686-linux - after small local modification to make that attribute even exist. Installed file list also looks fine in comparison with state before the breaking change; hopefully it will work just fine.
2020-05-03syslinux: fix UEFI supportajs1241-11/+14
2020-04-14Merge pull request #84551 from gnprice/pr-stripDebugListMaximilian Bosch1-1/+1
treewide: Fix types of stripDebugList attrs (and fix doc)
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-06treewide: Fix up stripDebugList attrs to be lists.Greg Price1-1/+1
The documentation says this should be a list, and it already is in about half the expressions that set it. The difference doesn't matter at present, because these values are all space-free literals. But it will in a future with __structuredAttrs . (The similar attr stripAllList has no users in the nixpkgs tree, so there's nothing to do to fix any of those up.)
2020-01-19syslinux: 2015-11-09 -> 2019-02-07Luka Blaskovic2-95/+18
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-02-19syslinux: fix build with new binutilsVladimír Čunát1-3/+17
Also fix the URL of the other patch.
2019-02-19Revert "syslinux: 2015-11-09 -> 2019-02-07"Vladimír Čunát2-7/+100
This reverts commit 0b49d5dd687a540c259400c1082ea660b9b9961a #55500. I'm sorry, I'm unable to fix the build quickly in other way than atop the older version. Certainly feel free to improve the approach.
2019-02-09syslinux: 2015-11-09 -> 2019-02-07Samuel Dionne-Riel2-100/+7
2019-02-09syslinux: Adds @samueldr as maintainerSamuel Dionne-Riel1-0/+1
2018-08-11syslinux: make tests run, but disableJan Malakhovski1-7/+13
2018-05-25syslinux: Slim down closure sizeTuomas Tynkkynen1-0/+3
2017-09-13syslinux: Only works on x86Tuomas Tynkkynen1-1/+1
https://hydra.nixos.org/build/60930963
2017-07-21syslinux: fix invalid use of substituteInPlaceThomas Tuegel1-1/+2
substituteInPlace was invoked with multiple targets on the command line, which is not supported.
2017-03-13syslinux: fixup build via a Debian patchVladimír Čunát1-2/+11
It stopped working probably since binutils update.
2016-04-03syslinux: disable fortify hardeningRobin Gloster1-1/+1
2016-03-05Use general hardening flag toggle listsFranz Pletz1-2/+1
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-02-12syslinux: turn off stackprotector/pic hardeningRobin Gloster1-0/+2
2015-12-09syslinux: fix missing mtools dependencyJakob Gillich1-2/+7
closes #11472
2015-11-14syslinux: 6.03 -> 2015-11-09William A. Kennington III1-7/+10
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2-28/+1
This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
2015-10-26syslinux: Disable parallel buildingTuomas Tynkkynen1-1/+1
Unfortunately I lost the exact failure, but it was something starting with 'No rule to make target: ...', which suggests missing dependencies between generated source files.
2015-10-14syslinux: Strip static librariesEelco Dolstra1-0/+2
This prevents a retained dependency on gcc.
2015-07-06syslinux: Fix failed loading on gcc5William A. Kennington III2-1/+28
2014-11-05Revert "syslinux: disable parallel building"Vladimír Čunát1-1/+1
The change fixed nothing. I'm sorry, I confused the platforms when testing. The actual problem was fixed by peti. This reverts commit e682e8018c004639f2c977fa9499af22dd992710.
2014-11-03syslinux: update from 6.02 to 6.03Evgeny Egorochkin1-2/+2
2014-11-03syslinux: disable parallel buildingVladimír Čunát1-1/+1
It started breaking on master and staging, e.g. http://hydra.nixos.org/build/16663521 . Related: #3007.
2014-06-24syslinux: Update 4.07 -> 6.02William A. Kennington III1-10/+22
2013-12-31syslinux: update from 4.06 to 4.07Nixpkgs Monitor1-2/+2
2013-01-28syslinux: Update to 4.06 and fix buildEelco Dolstra1-6/+13
http://hydra.nixos.org/build/3890519
2011-02-10Advance syslinux version to 4.03.Karn Kallio1-2/+3
Also fix hardcoded /usr/bin/perl. svn path=/nixpkgs/trunk/; revision=25878
2010-08-06* Syslinux updated to 4.02.Eelco Dolstra2-17/+95
svn path=/nixpkgs/trunk/; revision=23017
2007-08-27* Rewrite all the kernel.org URLs to mirror://kernel/.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=9202
2007-08-09* Fix URL.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=9075
2007-02-07* Syslinux 3.35.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=7874