about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/fo/foonathan-memory/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/fo/foonathan-memory/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/fo/foonathan-memory/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/fo/foonathan-memory/package.nix b/nixpkgs/pkgs/by-name/fo/foonathan-memory/package.nix
index 66177fabc22a..7e2141ef042c 100644
--- a/nixpkgs/pkgs/by-name/fo/foonathan-memory/package.nix
+++ b/nixpkgs/pkgs/by-name/fo/foonathan-memory/package.nix
@@ -48,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
     homepage = "https://github.com/foonathan/memory";
     changelog = "https://github.com/foonathan/memory/releases/tag/${finalAttrs.src.rev}";
     description = "STL compatible C++ memory allocator library";
+    mainProgram = "nodesize_dbg";
 
     longDescription = ''
       The C++ STL allocator model has various flaws. For example, they are