lol

sbsigntool: clean up a bit

ajs124 3ab75249 8d8f4cde

+1 -7
+1 -7
pkgs/tools/security/sbsigntool/default.nix
··· 35 automake --add-missing -Wno-portability 36 37 ./configure --prefix=$out 38 - ''; 39 - 40 - installPhase = '' 41 - mkdir -p $out 42 - make install 43 - ''; 44 45 meta = with lib; { 46 description = "Tools for maintaining UEFI signature databases"; ··· 50 license = licenses.gpl3; 51 }; 52 } 53 -
··· 35 automake --add-missing -Wno-portability 36 37 ./configure --prefix=$out 38 + ''; 39 40 meta = with lib; { 41 description = "Tools for maintaining UEFI signature databases"; ··· 45 license = licenses.gpl3; 46 }; 47 }