sbsigntool: clean up a bit

This commit is contained in:
ajs124 2022-06-17 17:39:34 +02:00
parent 8d8f4cde9b
commit 3ab75249ab

View file

@ -37,11 +37,6 @@ stdenv.mkDerivation rec {
./configure --prefix=$out ./configure --prefix=$out
''; '';
installPhase = ''
mkdir -p $out
make install
'';
meta = with lib; { meta = with lib; {
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";
@ -50,4 +45,3 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
}; };
} }