From f62271e0d0739cbc7a4fae21ebfcd76e0e7e9d58 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 10 Feb 2025 19:40:10 +0100 Subject: pkgs/libc-database: fix type in license --- nix/pkgs/libc-database/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/pkgs/libc-database') diff --git a/nix/pkgs/libc-database/default.nix b/nix/pkgs/libc-database/default.nix index 4ddcf07..b13a167 100644 --- a/nix/pkgs/libc-database/default.nix +++ b/nix/pkgs/libc-database/default.nix @@ -18,7 +18,7 @@ pkgs.stdenv.mkDerivation rec { # not building, we just want to download the repo buildPhase = ''''; - + installPhase = '' mkdir -p $out/bin ls -l @@ -28,7 +28,7 @@ pkgs.stdenv.mkDerivation rec { meta = { description = "Build a database of libc offsets to simplify exploitation"; homepage = "https://github.com/niklasb/libc-database"; - license = lib.license.mit; + licenses = lib.license.mit; maintainers = with lib.maintainers; [ hanemile ]; }; } -- cgit 1.4.1