diff options
Diffstat (limited to 'nix/pkgs/libc-database')
-rw-r--r-- | nix/pkgs/libc-database/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 ]; }; } |