sbsigntool: only build for x86_64-linux, it is broken on i686
This commit is contained in:
parent
7f2200117d
commit
dd06e36eb8
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tools for maintaining UEFI signature databases";
|
description = "Tools for maintaining UEFI signature databases";
|
||||||
homepage = http://jk.ozlabs.org/docs/sbkeysync-maintaing-uefi-key-databases;
|
homepage = http://jk.ozlabs.org/docs/sbkeysync-maintaing-uefi-key-databases;
|
||||||
maintainers = [ maintainers.tstrobel ];
|
maintainers = [ maintainers.tstrobel ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ]; # Broken on i686
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user