From 1caaa13cb45cba11c42b2da3045a5f6b3b855121 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 30 Oct 2024 14:43:54 +0100 Subject: [PATCH 1/3] ngspice: enable OSDI support --- pkgs/development/libraries/libngspice/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/libngspice/default.nix b/pkgs/development/libraries/libngspice/default.nix index 0270050cd0012..1a31f88a6e9e2 100644 --- a/pkgs/development/libraries/libngspice/default.nix +++ b/pkgs/development/libraries/libngspice/default.nix @@ -40,6 +40,7 @@ stdenv.mkDerivation rec { ] ++ [ "--enable-xspice" "--enable-cider" + "--enable-osdi" ]; enableParallelBuilding = true; From 92b3c357f4f525d4743d10a4be26829920baa03b Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Sat, 2 Nov 2024 07:52:05 +0100 Subject: [PATCH 2/3] ngspice: remove rongcuid from maintainers on his request (PR #352381) --- pkgs/development/libraries/libngspice/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libngspice/default.nix b/pkgs/development/libraries/libngspice/default.nix index 1a31f88a6e9e2..044d1b25fafe1 100644 --- a/pkgs/development/libraries/libngspice/default.nix +++ b/pkgs/development/libraries/libngspice/default.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { mainProgram = "ngspice"; 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 rongcuid ]; + maintainers = with maintainers; [ bgamari ]; platforms = platforms.unix; }; } From 34d2e937c2d613fcc936f810fe2c537852d21083 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Sat, 2 Nov 2024 21:46:48 +0100 Subject: [PATCH 3/3] A change --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index faed7e2635403..8c7dd3788f88b 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,7 @@ let requiredVersion = import ./lib/minver.nix; in + + if ! builtins ? nixVersion || builtins.compareVersions requiredVersion builtins.nixVersion == 1 then abort ''