summary refs log tree commit diff
path: root/maintainers/maintainer-list.nix
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-03-22 17:58:57 -0400
committerBen Gamari <ben@smart-cactus.org>2018-03-25 19:55:40 -0400
commita62fffd9a5c9441235b90c68dbd7bcba34940b6a (patch)
treec6d89aa83396689112fd25ad03a0bd893c852907 /maintainers/maintainer-list.nix
parent8cbf295b6c1d33fded6a78c7665f980bc2bb72d4 (diff)
downloadnixpkgs-a62fffd9a5c9441235b90c68dbd7bcba34940b6a.tar
nixpkgs-a62fffd9a5c9441235b90c68dbd7bcba34940b6a.tar.gz
nixpkgs-a62fffd9a5c9441235b90c68dbd7bcba34940b6a.tar.bz2
nixpkgs-a62fffd9a5c9441235b90c68dbd7bcba34940b6a.tar.lz
nixpkgs-a62fffd9a5c9441235b90c68dbd7bcba34940b6a.tar.xz
nixpkgs-a62fffd9a5c9441235b90c68dbd7bcba34940b6a.tar.zst
nixpkgs-a62fffd9a5c9441235b90c68dbd7bcba34940b6a.zip
ngspice: Move shared library to a new derivation
It turns out that the build system does not support building both the
command-line tool and the shared library at the same time. Consequently
the ngspice derivation has not provided the command-line tools since the
shared library was enabled in #31166.
Diffstat (limited to 'maintainers/maintainer-list.nix')
-rw-r--r--maintainers/maintainer-list.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 0524b26b831..b38d9b16353 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -572,6 +572,11 @@
     github = "bergey";
     name = "Daniel Bergey";
   };
+  bgamari = {
+    email = "ben@smart-cactus.org";
+    github = "bgamari";
+    name = "Ben Gamari";
+  };
   bhipple = {
     email = "bhipple@protonmail.com";
     github = "bhipple";