gnucap: move to by-name

tested gnucap-full still works as well
This commit is contained in:
Arnout Engelen 2024-02-23 12:01:37 +01:00
parent 0e74ca98a7
commit 68d9ecff4c
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA
4 changed files with 0 additions and 1 deletions

View file

@ -8641,7 +8641,6 @@ with pkgs;
jdk = graalvm-ce;
};
gnucap = callPackage ../applications/science/electronics/gnucap { };
gnucap-full = gnucap.withPlugins(p: [ p.verilog ]);
gnu-cim = callPackage ../development/compilers/gnu-cim { };