summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2019-06-03 19:28:01 +0300
committerNikolay Amiantov <ab@fmap.me>2019-06-04 01:36:27 +0300
commit5eeb15983813f30296f5a4d1466dd78d470a0f3e (patch)
treef6c8c73b84bf3021a27ce963e0af450a33f0fa4f
parent87626411997d033a284ab0a5f1e7e0fdfe3f37b6 (diff)
grub4dos: 0.4.6a-2018-02-20 -> 0.4.6a-2019-05-12
-rw-r--r--pkgs/tools/misc/grub4dos/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/tools/misc/grub4dos/default.nix b/pkgs/tools/misc/grub4dos/default.nix
index 9719ea6fe554..ec77f3965273 100644
--- a/pkgs/tools/misc/grub4dos/default.nix
+++ b/pkgs/tools/misc/grub4dos/default.nix
@@ -6,13 +6,13 @@ let arch =
else throw "Unknown architecture";
in stdenv.mkDerivation rec {
name = "grub4dos-${version}";
- version = "0.4.6a-2018-02-20";
+ version = "0.4.6a-2019-05-12";
src = fetchFromGitHub {
owner = "chenall";
repo = "grub4dos";
- rev = "74f6c862c73a4d21e61832174f4ab2f1d7f8b12a";
- sha256 = "0p85y5adnlcs4cdi9dg6f5fzzc1y12bmfhx13qs0576izx2rma3q";
+ rev = "e8224a2d20760139ffaeafa07838e2c3c54de783";
+ sha256 = "0i7n71za43qnlsxfvjrv1z5g1w5jl9snpbnas7rw97rry7cgyswf";
};
nativeBuildInputs = [ nasm ];
@@ -30,6 +30,9 @@ in stdenv.mkDerivation rec {
dontStrip = true;
dontPatchELF = true;
+ # make[2]: *** No rule to make target 'pre_stage2_fullsize', needed by 'all-am'. Stop.
+ enableParallelBuilding = false;
+
meta = with stdenv.lib; {
homepage = http://grub4dos.chenall.net/;
description = "GRUB for DOS is the dos extension of GRUB";