summary refs log tree commit diff
path: root/pkgs/os-specific/linux/syslinux/default.nix
diff options
context:
space:
mode:
author124 <git@ajs124.de>2020-05-05 10:21:56 +0200
committerVladimír Čunát <v@cunat.cz>2020-05-05 10:25:44 +0200
commit82dfd10035256585c52053172d67fbffbaa11fc9 (patch)
tree3208c368113e5188b4fd10f3ffc5c44055f0b158 /pkgs/os-specific/linux/syslinux/default.nix
parent2147dd0648acc81cfa29c28782369bfe474c2703 (diff)
downloadnixpkgs-82dfd10035256585c52053172d67fbffbaa11fc9.tar
nixpkgs-82dfd10035256585c52053172d67fbffbaa11fc9.tar.gz
nixpkgs-82dfd10035256585c52053172d67fbffbaa11fc9.tar.bz2
nixpkgs-82dfd10035256585c52053172d67fbffbaa11fc9.tar.lz
nixpkgs-82dfd10035256585c52053172d67fbffbaa11fc9.tar.xz
nixpkgs-82dfd10035256585c52053172d67fbffbaa11fc9.tar.zst
nixpkgs-82dfd10035256585c52053172d67fbffbaa11fc9.zip
syslinux: fix #86846: build on i686
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.
Diffstat (limited to 'pkgs/os-specific/linux/syslinux/default.nix')
-rw-r--r--pkgs/os-specific/linux/syslinux/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/syslinux/default.nix b/pkgs/os-specific/linux/syslinux/default.nix
index 06b31302eb8..edb951dae3d 100644
--- a/pkgs/os-specific/linux/syslinux/default.nix
+++ b/pkgs/os-specific/linux/syslinux/default.nix
@@ -70,7 +70,8 @@ stdenv.mkDerivation {
     "DATADIR=$(out)/share"
     "MANDIR=$(out)/share/man"
     "PERL=perl"
-  ];
+  ]
+    ++ stdenv.lib.optionals stdenv.hostPlatform.isi686 [ "bios" "efi32" ];
 
   doCheck = false; # fails. some fail in a sandbox, others require qemu