2
0
Fork 0

Remove stdcxx package

This commit is contained in:
Emery Hemingway 2020-03-26 21:03:27 +05:30
parent db7d458b5e
commit 04d1588044
1 changed files with 0 additions and 1 deletions

View File

@ -97,6 +97,5 @@ in rec {
solo5 = let drv = callPackage ./solo5 { };
in drv // { tests = drv.tests // { pname = "solo5-tests"; }; };
stdcxx = callPackage' ./stdcxx { };
sotest-producer = callPackage ./sotest-producer { };
}