Weijia Wang
0e12c8993e
nvc: 1.6.2 -> 1.7.0
2022-08-11 01:27:57 +02:00
R. Ryantm
ea50144392
xschem: 3.0.0 -> 3.1.0
2022-08-06 09:02:23 +00:00
Guillaume Girol
a9cb4fcace
Merge pull request #182348 from muscaln/fritzing-bump
...
fritzing: unstable-2021-09-22 -> unstable-2022-07-01
2022-08-03 22:16:57 +00:00
evils
bd87e0b8ab
kicad: 6.0.6 -> 6.0.7 ( #184935 )
...
and fix handling of the '6.0.7' branch
not sure how the --heads got in there
2022-08-03 12:36:35 -04:00
Mustafa Çalışkan
8c3afe0978
fritzing: unstable-2021-09-22 -> unstable-2022-07-01
2022-08-03 16:13:41 +03:00
Artturi
aeed5a4f93
Merge pull request #179584 from Artturin/fmtupdate
2022-07-22 21:24:12 +03:00
Robert Scott
6d626b5e11
Merge pull request #182062 from jiegec/hal-hardware-analyzer
...
hal-hardware-analyzer: fix build with python 3.10
2022-07-20 19:22:04 +01:00
Jiajie Chen
7519d550fa
hal-hardware-analyzer: fix build with python 3.10
...
The build fails with Python 3.10. Applied upstream pr to fix it.
2022-07-20 08:29:28 +08:00
Artturin
9f86e929b0
openroad: 2.0 -> unstable-2022-07-19
2022-07-19 20:48:54 +03:00
K900
0ff0b14968
treewide: more cmake rpath fixups
2022-07-17 17:42:15 +03:00
Aiken Cairncross
d73e58de0a
vhd2vl: Fix executable name ( #177493 )
...
* vhd2vl: Fix executable name
* vhd2vl: Fix tests
This partially reverts commit 5d44c9a222
.
2022-07-15 16:22:23 +02:00
Sebastián Mancilla
fdfd961ee1
gaw: mark as Linux-only
...
The error when building on Darwin is:
sockcon.c:19:10: fatal error: 'linux/tcp.h' file not found
So, it uses Linux-specific headers.
2022-07-09 23:34:54 -04:00
Weijia Wang
22c2fef365
nvc: init at 1.6.2
2022-07-08 07:22:45 +02:00
Rick van Schijndel
5cbfadba69
Merge pull request #178552 from jiegec/gtkwave-darwin
...
gtkwave: support darwin build
2022-07-07 09:04:12 +02:00
Sergei Trofimovich
8aaed36df3
archimedes: use latest toolchain, not gcc-6
...
Without the change archimedes fails to build with latest toolchains as:
ld: archimedes.c:(.text+0xdac7): undefined reference to `rnd'
ld: archimedes.c:(.text+0xdeab): undefined reference to `rnd'
ld: archimedes.c:(.text+0xdf13): undefined reference to `rnd'
ld: archimedes.c:(.text+0xe3ef): undefined reference to `rnd'
ld: archimedes.o:archimedes.c:(.text+0xe456): more undefined references to `rnd' follow
ld: archimedes.o: in function `EMC':
archimedes.c:(.text+0xf11b): undefined reference to `creation'
ld: archimedes.c:(.text+0xf5f5): undefined reference to `creation'
ld: archimedes.c:(.text+0xf826): undefined reference to `creation'
ld: archimedes.c:(.text+0xf9ce): undefined reference to `creation'
The change happens to fix build against clang as well.
2022-07-04 08:20:07 +01:00
Bobby Rong
54503f0e7f
Merge pull request #178505 from evils/kicad-unstable
...
kicad-unstable: 2022-05-06 -> 2022-06-21
2022-06-30 19:58:26 +08:00
Bobby Rong
f99a7033ff
Merge pull request #178501 from evils/kicad-6.0.6
...
kicad: 6.0.5 -> 6.0.6
2022-06-30 19:45:21 +08:00
ajs124
0aac41a5d9
maintainers: remove winden
...
no github account linked
2022-06-29 00:52:14 +02:00
Mario Hros
0570ae054a
openboardview: init at 9.0.3
2022-06-27 20:48:38 +02:00
Jiajie Chen
0aec6813da
gtkwave: support darwin build
...
Import two upstream commits to fix compilation under darwin
2022-06-27 15:58:49 +08:00
Will Dietz
d926f00526
verilator: 4.222 -> 4.224
...
https://github.com/verilator/verilator/blob/v4.224/Changes
2022-06-24 12:26:25 -05:00
Robert Scott
466c2e342a
treewide/applications: add sourceType
binaryNativeCode
for many packages
2022-06-23 18:38:19 +01:00
Evils
6a66c08222
kicad-unstable: 2022-05-06 -> 2022-06-21
...
contains fix for upstream issue 9888 (intermittent test failure)
2022-06-22 00:11:15 +02:00
Evils
a746fa431d
kicad: 6.0.5 -> 6.0.6
2022-06-21 20:36:17 +02:00
Bobby Rong
e88df1605b
Merge pull request #177930 from lschuermann/dev/update/horizon-eda-2.3.1
...
horizon-eda: 2.3.0 -> 2.3.1
2022-06-18 22:18:08 +08:00
Sandro
b2e046efae
Merge pull request #176852 from trofi/workaround-fno-common-for-fped
...
fped: add -fcommon workaround
2022-06-17 22:14:21 +02:00
Leon Schuermann
0f89a22e70
horizon-eda: 2.3.0 -> 2.3.1
2022-06-16 23:05:11 +02:00
Sergei Trofimovich
4c33f198e3
fped: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: postscript.o:postscript.h:29: multiple definition of
`postscript_params'; fped.o:postscript.h:29: first defined here
2022-06-08 08:32:57 +01:00
Sergei Trofimovich
8b7b76a612
geda: pull upstream fixes for -fno-common toolchains
...
Without the change builda fails on upstream gcc-10 as:
ld: gattrib/src/../include/globals.h:97:
multiple definition of `window'; gattrib/src/../include/globals.h:97: first defined here
2022-06-05 19:42:55 +01:00
Robert Scott
53573e4866
Merge pull request #176278 from risicle/ris-jar-source-provenance
...
treewide: set `sourceProvenance` for packages containing downloaded jars
2022-06-05 12:04:38 +01:00
Luz
a001dc6e37
ngspice: 36 -> 37
2022-06-05 12:58:26 +02:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Sandro
0950dcd37b
Merge pull request #174261 from LumiGuide/lumi-team
...
picoscope, openrazer, it87, esptool: move maintainership to new LumiGuide team
2022-05-31 15:40:04 +02:00
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
...
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux
2022-05-30 13:42:58 +02:00
Sergei Trofimovich
53591dcd4d
Merge pull request #173021 from trofi/fix-fno-common-for-gerbv
...
gerbv: pull fix pending upstream inclusion for -fno-common toolchains
2022-05-29 15:52:56 +00:00
Rick van Schijndel
37c633f7ae
treewide: pkgs/applications: mark broken for darwin
2022-05-29 10:56:04 +02:00
Jörg Thalheim
a3a93502f1
picoscope: fix sources
2022-05-28 09:36:31 +02:00
Yorick van Pelt
0924b1863c
picoscope, openrazer, it87, esptool: move maintainership to LumiGuide
...
I no longer work there, but I inherited a few package maintainerships.
2022-05-24 12:16:25 +02:00
Sergei Trofimovich
0b3eecc56f
gerbv: pull fix pending upstream inclusion for -fno-common toolchains
...
Without the change build fails on upstream gcc-10 as:
ld: interface.o:/build/gerbv/src/callbacks.h:50: multiple definition of
`toggle_layer'; callbacks.o:/build/gerbv/src/callbacks.h:50: first defined here
ld: interface.o:/build/gerbv/src/callbacks.h:44: multiple definition of
`CALLBACKS_SAVE_FILE_TYPE'; callbacks.o:/build/gerbv/src/callbacks.h:44: first defined here
ld: render.o:/build/gerbv/src/callbacks.h:44: multiple definition of
`CALLBACKS_SAVE_FILE_TYPE'; callbacks.o:/build/gerbv/src/callbacks.h:44: first defined here
2022-05-14 13:41:11 +01:00
Armeen Mahdian
d912addd5a
alliance: unstable-2021-09-15 -> unstable-2022-01-13
2022-05-13 17:18:09 -05:00
Thiago Kenji Okada
eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
...
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
Adam Joseph
5d44c9a222
vhd2vl: fix the tests
...
The testing scheme for vhd2vl is sensitive to subtle shifts in
iverilog's parenthesization choices, meaning that the golden test
outputs require constant maintenance.
The patch previously applied in order to deal with this situation is
no longer sufficient, so a patch which is sufficient has been added.
Also, the `buildTargets` and `checkTarget` attributes have been set,
so future benign failures of this sort can be dealt with through
`doCheck=false` in a pinch.
2022-05-11 23:59:59 -07:00
Artturi
6c7e0653c2
Merge pull request #172356 from zaninime/nanovna-zhf
...
nanovna-saver: 0.3.8 -> 0.4.0
2022-05-11 03:35:13 +03:00
Mustafa Çalışkan
f24cf4422d
maintainers: change musfay to muscaln
2022-05-10 21:34:19 +03:00
Francesco Zanini
d404697e7c
nanovna-saver: 0.3.8 -> 0.4.0
2022-05-10 18:18:55 +02:00
Sandro
20b3e2f83d
Merge pull request #172079 from lschuermann/dev/horizon-eda-2.3.0
...
horizon-eda: 2.2.0 -> 2.3.0
2022-05-09 01:16:46 +02:00
Sandro
5c1adf9ffd
Merge pull request #168576 from evils/kicad-unstable
2022-05-08 23:50:51 +02:00
Sandro
a0aeb0dc1e
Merge pull request #171765 from evils/kicad-6.0.5
...
kicad: 6.0.4 -> 6.0.5
2022-05-08 23:50:32 +02:00
Leon Schuermann
c353f171b9
horizon-eda: 2.2.0 -> 2.3.0
...
Signed-off-by: Leon Schuermann <leon@is.currently.online>
2022-05-08 20:57:06 +02:00
Naïm Favier
76f93323f2
qucs-s: fix wrapper arguments escaping
2022-05-06 18:29:50 +02:00
Evils
3592ccf6cc
kicad-unstable: 2022-03-19 -> 2022-05-06
2022-05-06 06:20:03 +02:00
Evils
64436e0df5
kicad: 6.0.4 -> 6.0.5
2022-05-06 04:48:05 +02:00
Will Dietz
4b79fa29a6
verilator: 4.220 -> 4.222
2022-05-05 12:15:54 -05:00
ajs124
7d59bd47d2
Merge pull request #165341 from r-ryantm/auto-update/verilator
...
verilator: 4.218 -> 4.220
2022-04-19 17:52:10 +01:00
ajs124
b52d39ee09
eagle7: drop
2022-04-04 15:10:44 +01:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs
2022-03-30 20:17:24 -05:00
Sandro
a63a39e238
Merge pull request #165335 from willcohen/qwt-6.2
2022-03-28 14:19:09 +02:00
Sandro
966dd84461
Merge pull request #165778 from Luz/ngspice
2022-03-27 16:13:39 +02:00
Sandro
08e8862bca
Merge pull request #159943 from evils/kicad-unstable
2022-03-27 11:58:39 +02:00
Sandro
2a581ac5e5
Merge pull request #164981 from evils/kicad-6.0.4
2022-03-27 11:58:31 +02:00
Will Cohen
f405c59874
libsForQt5.qwt: 6.1.6 -> 6.2.0
2022-03-26 13:35:18 -04:00
Luz
793d40b8df
ngspice: 34 -> 36
2022-03-25 19:19:48 +01:00
davidak
6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
...
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Felix Buehler
3bc5196252
treewide: rename name to pname&version
2022-03-23 22:55:50 +01:00
R. Ryantm
8fd85d6940
verilator: 4.218 -> 4.220
2022-03-22 23:21:05 +00:00
Serge Bazanski
8171e0a24e
magic-vlsi: 8.3.109 -> 8.3.277
2022-03-22 02:14:44 +01:00
Evils
dfb7d36e7a
kicad-unstable: 2022-01-13 -> 2022-03-19
2022-03-20 16:32:32 +01:00
Evils
fc6f267e5d
kicad: 6.0.2 -> 6.0.4
...
6.0.3 was tagged but never released due to an issue
2022-03-20 15:36:44 +01:00
Federico Beffa
3076eab196
gaw: 20200922 -> 20220315
2022-03-16 08:01:53 +01:00
Federico Beffa
5d702c6b23
gaw: init at version 20200922
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-12 17:50:10 +01:00
Federico Beffa
a40de4b146
xschem: init at version 3.0.0
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-12 17:49:48 +01:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
80175b54cc
openhantek6022: 3.2.4 -> 3.2.5
2022-02-12 20:37:00 +00:00
Kim Lindberger
c7df3bf58c
Merge pull request #155108 from fedeinthemix/add-xyce-2
...
Add Xyce 7.4 (second attempt)
2022-02-12 11:34:10 +01:00
Federico Beffa
10b7f30936
xyce,xyce-parallel: init at 7.4
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> and
Kim Lindberger <kim.lindberger@gmail.com>
2022-02-12 10:26:05 +01:00
evils
bb8a321187
kicad: 6.0.1 -> 6.0.2 ( #159132 )
2022-02-11 01:15:42 -05:00
R. RyanTM
b6869047c5
lepton-eda: 1.9.16-20210731 -> 1.9.17-20211219
...
(#152772 )
2022-02-10 21:43:31 +01:00
Renaud
3e5d286cc4
eagle7: update homepage
...
www.cadsoftusa.com and www.cadsoft.de are gone
2022-02-06 15:10:29 +01:00
FliegendeWurst
a43431f376
alliance: disable parallel build
2022-01-29 11:40:09 +01:00
Vegard Strand Lende
41f927b433
verilator: 4.210 -> 4.218 ( #157122 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-01-29 02:30:41 +01:00
evils
ba7c4fa91d
kicad: enable i18n by default ( #155065 )
...
without i18n
/nix/store/xgs0n52djlqqmw6qlvg6j2jxpzdpsi92-kicad-6.0.1 7269408096
/nix/store/k7ra3zkx6mp0b3ivsf0ba14mbinwws0w-kicad-unstable-33a4c9b08e 7277796352
with i18n
/nix/store/2xh82r2znqipky0sny49h9cs5fbhmh4v-kicad-6.0.1 7286672288
/nix/store/532r1f3j8xjki8g87400n0gnd594pcbm-kicad-unstable-33a4c9b08e 7294795424
2022-01-18 13:06:30 -05:00
R. RyanTM
0c7342b6e7
horizon-eda: 2.1.0 -> 2.2.0
...
(#154557 )
2022-01-15 22:09:09 +01:00
Evils
1d81731642
kicad: 6.0.0 -> 6.0.1
2022-01-14 02:44:34 +01:00
Evils
d98b76cf5b
kicad-unstable: 2021-12-23 -> 2022-01-13
...
PCM is no longer optional
removed in 211820a689a618ac5bcbea19a8c58d345ce25ddb
-unknown suffix is back
3e373da8c25048205dfa2278079555a522fd2e62
2022-01-14 02:44:12 +01:00
Dmitry Kalinkin
33d85a8e24
Merge pull request #152149 from evils/kicad
...
KiCad: 5.1.12 -> 6.0.0; and a bunch of cleanup
2021-12-27 14:11:05 -05:00
Evils
2753f7c8e1
kicad: disable tests
...
due to an intermittent failure of the qa_pcbnew test
https://gitlab.com/kicad/code/kicad/-/issues/9888
2021-12-27 05:45:38 +01:00
Evils
83e6fe5557
kicad: remove unused options
...
the asserts are in nixos-unstable by now
and use the build_qa flag to disable building unused tests
2021-12-26 22:07:02 +01:00
Evils
e54357a7d2
kicad: KICAD_SPICE build option defaults to ON
...
and has apparently done so since it was added...
2021-12-26 22:07:02 +01:00
Evils
f7da08bb19
kicad.updateScript: full shellcheck
2021-12-26 22:07:02 +01:00
Evils
b3f0da107e
kicad: remove the separate i18n stuff
...
i18n is now in the kicad source in both stable and unstable
behind the withI18n flag which is disabled by default
2021-12-26 22:07:02 +01:00
Evils
818894d6a5
kicad-unstable: 6.0.0-rc1 -> 2021-12-23
2021-12-26 22:07:02 +01:00
Evils
78f0769183
kicad: 5.1.12 -> 6.0.0
...
remove old build conditionals
the old wrapper env vars are no longer applicable to 6.0.0
scripting is no longer optional
though wxPython is still an optional dependency?
add withI18n build option to kicad.base
i18n was moved to the kicad source, and is disabled by default
withI18n takes the same default
add withPCM option
to allow disabling building the Plugin and Content Manager
remove the withOCE option
the build option was removed in upstream commit:
1c5c052301b607a0cf8b8ed6681f1db1622a865b
and unconditionally use wxGTK31-gtk3 and wxPython
the pcb editor's python terminal seems to work with these versions
2021-12-26 22:07:02 +01:00
Evils
b7f9203059
kicad.updateScript: account for the bad 6.9.9 tag
2021-12-26 22:07:02 +01:00
Fabian Affolter
c586350dfb
flatcam: add packaging
2021-11-30 18:52:55 -08:00
Alexander Krimm
e248ab379a
picoscope: set LANG=C in wrapper
...
The picoscope application seems to crash for non-english locales. This
overrides the LANG environment variable to C. This does not affect the
language selected in the mono gtk GUI.
2021-11-23 11:26:40 +01:00
Alexander Krimm
d56073935d
picoscope: 7.0.83 -> 7.0.86
...
Update performed via update.py, other affected versions:
libps*: 2.1.75 -> 2.1.76
libpicoipp: 1.3.0-4r121 -> 1.3.0-4r130
2021-11-23 11:21:26 +01:00
evils
decac5a0d2
kicad-unstable: 2021-07-12 -> 6.0.0-rc1 ( #142261 )
...
* kicad-unstable: 2021-07-12 -> 2021-11-10
with changes to library paths
Plugin and Content Manager seems to work
(not related to the library paths changes)
* kicad-unstable: 2021-11-10 -> 6.0.0-rc1
2021-11-23 00:05:57 -05:00
evils
d2c4e0a3ba
kicad: 5.1.11 -> 5.1.12 ( #145403 )
...
very minor change
5.1.11 was never officially released
due to a re-tag
2021-11-23 00:05:27 -05:00
Jonathan Ringer
fadaef5aed
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/networking/browsers/chromium/common.nix
2021-11-19 14:31:57 -08:00