From 3ab75249abcbb1b2352999bfb97e2c7bb6f8e5c8 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Fri, 17 Jun 2022 17:39:34 +0200 Subject: [PATCH] sbsigntool: clean up a bit --- pkgs/tools/security/sbsigntool/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkgs/tools/security/sbsigntool/default.nix b/pkgs/tools/security/sbsigntool/default.nix index 4c548bbd535f..34c5e4d235c8 100644 --- a/pkgs/tools/security/sbsigntool/default.nix +++ b/pkgs/tools/security/sbsigntool/default.nix @@ -35,12 +35,7 @@ stdenv.mkDerivation rec { automake --add-missing -Wno-portability ./configure --prefix=$out - ''; - - installPhase = '' - mkdir -p $out - make install - ''; + ''; meta = with lib; { description = "Tools for maintaining UEFI signature databases"; @@ -50,4 +45,3 @@ stdenv.mkDerivation rec { license = licenses.gpl3; }; } -