sbsigntool: clean up a bit
This commit is contained in:
parent
8d8f4cde9b
commit
3ab75249ab
1 changed files with 1 additions and 7 deletions
|
@ -35,12 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
automake --add-missing -Wno-portability
|
automake --add-missing -Wno-portability
|
||||||
|
|
||||||
./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";
|
||||||
|
@ -50,4 +45,3 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue