nvc: 1.14.1 -> 1.14.2 (#358689)

This commit is contained in:
Weijia Wang 2024-11-25 21:13:55 +01:00 committed by GitHub
commit 613c347a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 25 deletions

View File

@ -1,27 +1,29 @@
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, check
, flex
, pkg-config
, which
, elfutils
, libffi
, llvm
, zlib
, zstd
{
lib,
stdenv,
fetchFromGitHub,
autoreconfHook,
check,
flex,
pkg-config,
which,
elfutils,
libffi,
llvm,
zlib,
zstd,
apple-sdk_11,
}:
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-EPnHm2bZCui8K/H1a6+pgec3Lrf+zAlFoKYBnLspdQQ=";
hash = "sha256-ppZ6rvSmny4wKCpdlJvvaLOTUn3/hUAiEhEkj33oF3c=";
};
nativeBuildInputs = [
@ -32,14 +34,19 @@ stdenv.mkDerivation rec {
which
];
buildInputs = [
libffi
llvm
zlib
zstd
] ++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform elfutils) [
elfutils
];
buildInputs =
[
libffi
llvm
zlib
zstd
]
++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform elfutils) [
elfutils
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_11
];
preConfigure = ''
mkdir build

View File

@ -17975,8 +17975,6 @@ with pkgs;
withNgshared = false;
};
nvc = darwin.apple_sdk_11_0.callPackage ../applications/science/electronics/nvc { };
openems = callPackage ../applications/science/electronics/openems {
qcsxcad = libsForQt5.qcsxcad;
};