mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
libngspice: add darwin to platforms
This commit is contained in:
parent
99d379c45c
commit
5b583650e8
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://ngspice.sourceforge.net";
|
homepage = "http://ngspice.sourceforge.net";
|
||||||
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
|
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
|
||||||
maintainers = with maintainers; [ bgamari ];
|
maintainers = with maintainers; [ bgamari ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user