gnu-efi: remove unused with

This commit is contained in:
Sandro Jäckel 2022-12-04 09:21:22 +01:00
parent 1b01f5dbfd
commit 6a3c00638e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,8 +1,6 @@
{ lib, stdenv, buildPackages, fetchurl, pciutils
, gitUpdater }:
with lib;
stdenv.mkDerivation rec {
pname = "gnu-efi";
version = "3.0.15";
@ -32,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/gnu-efi/";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
};
}