Merge pull request #95513 from hannesweisbach/libngspice

libngspice: add darwin to platforms
This commit is contained in:
Daniël de Kok
2020-08-16 12:12:52 +02:00
committed by GitHub

View File

@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = "http://ngspice.sourceforge.net";
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
maintainers = with maintainers; [ bgamari ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}