Samuel Gräfenstein
672cd0c8e7
treewide: gnome3.gtkmm -> gtkmm3
...
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:15 +01:00
Samuel Gräfenstein
9517398973
treewide: gnome3.defaultIconTheme -> gnome3.adwaita-icon-theme
...
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:15 +01:00
R. RyanTM
7c14c1a8d0
pcb: 4.2.2 -> 4.3.0
2021-03-14 13:34:35 -04:00
Austin Seipp
b54b679c90
Merge pull request #115717 from r-ryantm/auto-update/verilator
...
verilator: 4.108 -> 4.110
2021-03-10 08:49:38 -06:00
R. RyanTM
5a9a1b3545
verilator: 4.108 -> 4.110
2021-03-10 07:47:54 +00:00
R. RyanTM
c0c700cb99
hal-hardware-analyzer: 3.2.5 -> 3.2.6
2021-03-09 15:29:51 -08:00
Eduardo Sánchez Muñoz
b1718d879a
librepcb: fix use of wrapQtApp ( #114891 )
2021-03-03 01:03:37 +01:00
Eduardo Sánchez Muñoz
ade1748bd8
diylc: 4.15.1 -> 4.17.0 ( #114260 )
...
* diylc: set eduardosm as maintainer
* diylc: 4.15.1 -> 4.17.0
* diylc: run preInstall and postInstall hooks
2021-02-25 09:14:51 +01:00
Mario Rodas
19d38d712a
Merge pull request #112945 from r-ryantm/auto-update/ngspice
...
ngspice: 33 -> 34
2021-02-23 20:40:05 -05:00
Sandro Jäckel
af5886a2a3
kicad: remove unused inputs
2021-02-22 02:27:52 +01:00
SCOTT-HAMILTON
22ecdf7051
hal-hardware-analyzer: 3.1.9 -> 3.2.5 ( #112414 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-17 11:26:19 +01:00
Sandro Jäckel
2a342932d3
verilog: Disable tests on darwin
2021-02-13 01:07:43 +01:00
R. RyanTM
edba482e23
ngspice: 33 -> 34
2021-02-12 22:33:55 +00:00
guserav
e8906d6b4a
horizon-eda: 1.3.0 -> 1.4.0
2021-01-30 18:30:22 +01:00
R. RyanTM
9da1056eef
gtkwave: 3.3.107 -> 3.3.108
2021-01-30 01:46:31 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
...
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
{
mpi = super.mpich;
}
All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
zowoq
932941b79c
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Sandro
0b6f223eec
Merge pull request #104756 from Mazurel/qucs-s
...
qucs-s: init at 0.0.22
2021-01-18 01:30:34 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
yangm2
c7ebdc8123
verilator: 4.100 -> 4.108
...
Co-authored-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 21:10:37 -06:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
...
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Evils
0448f1c082
kicad-unstable: 2020-12-01 -> 2020-12-23
2021-01-07 16:17:41 -05:00
Evils
9be551c1d8
kicad: 5.1.8 -> 5.1.9
2021-01-07 16:17:41 -05:00
Evils
86e29a0b72
kicad: fix update.sh multiple tag reply handling
...
and fix tabs in update.sh
2021-01-07 16:17:41 -05:00
github-actions[bot]
5c072a088d
Merge master into staging-next
2021-01-07 18:40:50 +00:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
...
b04fc593e7
seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Eduardo Sánchez Muñoz
0d84b3f540
diylc: init at 4.15.1
2021-01-07 12:53:35 +01:00
AndersonTorres
e8183d4687
magic-vlsi: 8.3.80 -> 8.3.109
...
Also, add myself to maintainers list.
2021-01-05 10:49:00 -03:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
zowoq
fb2311d430
Merge staging-next into staging
2021-01-03 16:33:28 +10:00
R. RyanTM
43a4341bf7
nanovna-saver: 0.3.7 -> 0.3.8
2021-01-01 10:47:03 +00:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Robert Scott
d81a6bb6f2
hal-hardware-analyzer: 2.0.0 -> 3.1.9
2020-12-11 22:37:04 +00:00
SCOTT-HAMILTON
d98fae8072
Update pkgs/applications/science/electronics/hal-hardware-analyzer/default.nix
...
Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
2020-12-10 16:35:46 +01:00
SCOTT-HAMILTON
ddf90cb942
spdlog: use nixpkgs' fmt instead of bundled one
2020-12-10 10:47:00 +01:00
Ben Gamari
c98ce627d4
kicad-unstable: 2020-11-07 -> 2020-12-01 ( #105743 )
2020-12-03 19:17:32 -05:00
Doron Behar
56a2c8bb22
Merge pull request #104171 from freezeboy/unbreak-dsview-qt515
...
dsview: 0.99 -> 1.12
2020-11-28 17:55:25 +02:00
Tad Fisher
40db868048
horizon-eda: 1.2.1 -> 1.3.0
2020-11-25 12:23:45 -08:00
Mazurel
880974a84d
qucs-s: init at 0.0.22
2020-11-24 19:24:38 +01:00
freezeboy
f2335a5d98
appcsxcad: migrate to Qt5.15
...
* remove useless wrapQtAppsHook
2020-11-20 22:24:18 +01:00
freezeboy
ed7a64c4ee
qcsxcad: migrate to Qt511 + additional cleanup
...
* Split into multiple outputs
* Rewrite the derivation without stdenv
2020-11-20 22:24:18 +01:00
Austin Seipp
00c451ad40
librepcb: touch ups, co-maintain
...
Fixes a bug where the build system tried to call `git` to embed the
release tag revision into the binary, which isn't allowed. Easily fixed
with `substituteInPlace`.
Also updates the expression to be a little closer to "standard"
expressions (e.g. consistent indentation, importing `stdenv` instead of
`lib` and `mkDerivation`, etc.)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:36:27 -06:00
R. RyanTM
26803925aa
ngspice: 32 -> 33
2020-11-19 22:57:08 -08:00
freezeboy
00b385c612
dsview: 0.99 -> 1.12
...
Adapted the patches and took a commit from upstream master branch to
allow the migration to Qt5.15.
Had to copy the patch because of the custom sourceRoot.
2020-11-18 15:36:11 +01:00
Pavol Rusnak
610d337764
vhd2vl: fix compatibility with verilog 11.0
2020-11-14 20:15:09 +01:00
Pavol Rusnak
960b4816a5
verilog: unstable-2020-10-24 -> 11.0
2020-11-14 20:15:09 +01:00
Austin Seipp
c1661fa7e1
magic-vlsi: 8.3.5 -> 8.3.80, co-maintain
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-12 15:23:03 -06:00
Austin Seipp
58a906a7bf
iverilog: unstable-2020-08-24 -> unstable-2020-10-24
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-12 15:23:02 -06:00
Luz
3bf8df2877
librepcb: 0.1.4 -> 0.1.5
2020-11-09 11:56:58 +00:00
Evils
a52e974cff
kicad-unstable: 2020-10-09 -> 2020-11-07
...
patch for issue 72248 no longer applies
issue doesn't seem to occur without it anymore...
2020-11-07 16:29:52 +01:00
Evils
905134a79f
kicad: 5.1.7 -> 5.1.8
2020-11-07 16:29:52 +01:00
Evils
50ec961174
kicad: fix update.sh bootstrapping
...
it will now correctly build a version.nix file from scratch
2020-11-07 16:29:52 +01:00
Evils
756f36b554
kicad: 5.1.6 -> 5.1.7
2020-11-07 16:29:52 +01:00
R. RyanTM
ccabae32dd
gtkwave: 3.3.106 -> 3.3.107
2020-11-02 08:26:41 -08:00
Pavol Rusnak
2c931312ce
treewide: simplify rev/repo arguments in src
...
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
R. RyanTM
250757970b
openhantek6022: 3.1.2 -> 3.1.3
2020-10-26 00:37:51 +00:00
Francesco Zanini
2a54c4f950
nanovna-saver: init at 0.3.7
2020-10-22 16:23:13 +02:00
Doron Behar
1693d00562
Merge pull request #85456 from matthuszagh/kicad-libraries
2020-10-17 20:31:38 +03:00
Matt Huszagh
9320c69ecb
kicad: set default footprint, symbol library and package locations
...
Previously, these library locations were set absolutely. This
prevented overriding their locations with environment variables. Now,
setting the corresponding environment variable will override the
setting in the environment wrapper. For instance, I can set
KISYSMOD=/some/path/to/footprints
and this will be used as my footprint library instead of the default
footprint library in the nix store. This feature is particularly
useful for having kicad libraries which are writable.
2020-10-17 09:32:55 -07:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Doron Behar
58b8ae4127
Merge pull request #100066 from matthuszagh/kicad-srcs
2020-10-12 22:55:16 +03:00
Matt Huszagh
f2cb2c447d
kicad: add srcs parameter to allow configuring kicad versions
...
This also exposes the full src and version parameters for each
derivation, allowing them to overrideable by srcs.
2020-10-12 11:32:44 -07:00
Matt Huszagh
9d13164b27
kicad: Rename <feature>Support
arguments to with<Feature>
...
Also: Use assertions instead of silently ignoring arguments that don't cooperate
(occ+oce) / won't compile (aarch64 + oce).
base.nix no longer provides default argument values since these are
provided by default.nix.
2020-10-12 11:32:04 -07:00
Claudio Bley
0f6b8b7964
fritzing: 0.9.3b -> 0.9.4
...
Notes:
* fritzing still needs an older version of libgit2
* releases no longer directly correspond to tags in the git repository, they are
using build numbers instead
* the fritzing-parts repository is no longer versioned at all, the master branch
contains the latest stable release
* a `parts.db` file needs to be generated from the fritzing-parts files during
the build
2020-10-11 16:51:59 -07:00
Matt Huszagh
937c2597d9
ngspice: 31 -> 32
2020-10-11 16:10:33 +02:00
Matt Huszagh
85d5195f70
kicad: remove unnecessary with lib; statements
2020-10-10 16:22:04 -07:00
Matt Huszagh
e2fea84597
kicad: clarify wrapGAppsHook comment
2020-10-10 15:15:43 -07:00
Matt Huszagh
b3e2b523e5
kicad: reformat with nixpkgs-fmt
2020-10-10 12:53:09 -07:00
Doron Behar
967a01f206
Merge pull request #100065 from matthuszagh/kicad
2020-10-10 12:28:09 +03:00
guserav
6a4c1972a2
horizon-eda: init at 1.2.1
...
Mostly based on #86694 by yrashk
2020-10-09 19:57:38 +02:00
Matt Huszagh
104aca941a
kicad-unstable: 2020-08-22 -> 2020-10-09
...
base.nix requires gtk3 to compile
2020-10-09 07:36:42 -07:00
Matt Huszagh
b67afd8a44
kicad: modify update script to use gitlab for libraries
...
Kicad libraries are now hosted on gitlab instead of github.
2020-10-09 07:36:41 -07:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Matt Huszagh
6b9481607b
openems: init at unstable-2020-02-15
2020-09-27 11:32:27 -07:00
Drew Risinger
ba886f7b1a
verilog: add tests
...
Run recommended self-tests from iverilog's CI.
Tests add about a minute to the build time on local machine
(2 -> 3 mins).
2020-09-22 13:58:15 -04:00
Drew Risinger
0d9a6e2da5
verilog: cleanup
...
Meta attributes were out of date or not in current style,
and some attributes of derivation were redundant.
2020-09-22 13:58:06 -04:00
Hannes Weisbach
9c73e34d18
kicad: remove gettext from buildInputs, add to nativeBuildInputs
...
The i18n "library" does not link against gettext. It only requires the
msgfmt utility from gettext, hence gettext should be a nativeBuildInput
2020-09-17 19:48:50 +02:00
Austin Seipp
f1f1396167
Merge pull request #98109 from Pamplemousse/verilator
...
verilator: 4.040 -> 4.100
2020-09-16 14:25:25 -05:00
Pamplemousse
9839c0b292
verilator: 4.040 -> 4.100
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-16 08:40:01 -07:00
Anderson Torres
811709ff94
Merge pull request #95734 from trepetti/flatcam
...
flatcam: init at 8.5
2020-09-15 23:17:59 -03:00
Cole Helbling
339f6248f6
verilog: unstable-2019-08-01 -> unstable-2020-08-24
...
The build would previously fail due to a change in bison's behavior (see
5b699c1be7
for more information). Updating to a more recent version fixes this
issue.
2020-09-09 00:47:52 -07:00
Tom Repetti
10e5003d20
flatcam: init at 8.5
2020-09-03 14:19:59 -04:00
R. RyanTM
71d933e214
openhantek6022: 3.1.1 -> 3.1.2
2020-08-31 17:24:28 -07:00
Austin Seipp
7cb1f36513
verilator: 4.036 -> 4.040
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-23 11:01:24 -05:00
Evils
3ebb12a695
kicad-unstable: 2020-07-21 -> 2020-08-22
2020-08-23 13:24:16 +02:00
Evils
c761c60431
kicad: reenable scriptingSupport
...
94108 fixed the wxPython dependency
2020-08-23 13:24:16 +02:00
Evils
43a6b7b886
kicad: use hash rather than date for package names
...
to prevent duplication when just the date changes
kicad.libraries should be fixed output derivations?
2020-08-23 13:24:16 +02:00
Daniël de Kok
0d2d55f16b
Merge pull request #86807 from matthuszagh/vhd2vl
...
vhd2vl: init
2020-08-22 20:19:43 +02:00
Matt Huszagh
38aadfbbad
vhd2vl: init at unstable-2018-09-01
2020-08-22 09:42:34 -07:00
Daniël de Kok
0cb88d7302
Merge pull request #95975 from r-ryantm/auto-update/hyp2mat
...
hyp2mat: 0.0.17 -> 0.0.18
2020-08-22 15:24:37 +02:00
R. RyanTM
55d5e762d0
hyp2mat: 0.0.17 -> 0.0.18
2020-08-22 09:25:47 +00:00
R. RyanTM
60a133f5d1
adms: 2.3.6 -> 2.3.7
2020-08-21 21:04:44 -07:00
R. RyanTM
2f9ceb5416
gtkwave: 3.3.105 -> 3.3.106
2020-08-15 15:25:15 -07:00
Daniël de Kok
01a69537df
Merge pull request #93613 from baracoder/init-openhantek6022
...
openhantek6022: init at 3.1.1
2020-08-11 17:33:16 +02:00
Matt Huszagh
93e5e9e22d
appcsxcad: init at unstable-2020-01-04
2020-08-10 23:45:59 -07:00
Matt Huszagh
dad6b637c2
qcsxcad: init at unstable-2020-01-04
2020-08-10 21:39:57 -07:00
Brandon Black
bceadafba3
fritzing: use Qt's mkDerivation ( #89117 )
2020-08-06 23:24:25 +02:00
Matt Huszagh
4390d9b9f1
hyp2mat: init at 0.0.17
2020-08-06 10:22:06 -07:00
Matt Huszagh
e74a6bcc20
csxcad: init at unstable-2020-02-08
2020-08-05 19:27:28 -07:00
Herman Fries
956d35b990
openhantek6022: init at 3.1.1
2020-07-29 22:04:07 +02:00
Dmitry Kudriavtsev
345949594f
maintainers: update name to anna
2020-07-28 19:48:16 -07:00
Evils
b6863cbfe7
kicad: fix build
...
disable scripting support as 92261 broke wxPython_4_0
and i haven't managed to get wxPython 4.1 to work
something caused makeWrapper to have to be added on its own
not sure where it came from before...
and some cleanup
2020-07-24 03:26:00 -04:00
Evils
e842233678
kicad-unstable: 2020-05-14 -> 2020-07-21
2020-07-24 03:26:00 -04:00
Robert Scott
d2d921b763
hal-hardware-analyzer: init at 2.0.0
2020-07-20 22:35:00 +01:00
R. RyanTM
6e3fd6892c
gtkwave: 3.3.104 -> 3.3.105
2020-07-09 10:06:28 +00:00
zowoq
c7e61112df
treewide: remove deprecated value Application
from makeDesktopItem
2020-06-25 12:18:37 +10:00
R. RyanTM
7b104edf89
eagle: 9.6.1 -> 9.6.2
2020-06-17 11:04:13 -07:00
Austin Seipp
9954d5a583
verilator: 4.034 -> 4.036
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-16 11:19:57 -05:00
Frederik Rietdijk
bc3c3b4a59
pythonPackages.kicad: bindings to kicad
...
Add the Python bindings for kicad.
Following now functions
$ nix run "(import ./. {}).python3.withPackages(ps: with ps; [ kicad ])" -c python3 -c "import pcbnew"
Have not tested this any further.
2020-05-23 15:44:14 +02:00
Evils
d798396684
kicad-unstable: 2020-05-06 -> 2020-05-14
2020-05-21 10:49:18 +02:00
Evils
a791245d51
kicad: 5.1.5 -> 5.1.6
2020-05-21 10:49:18 +02:00
R. RyanTM
d11e5f1a4e
verilator: 4.032 -> 4.034
2020-05-12 22:27:21 -07:00
Jörg Thalheim
3a9543b778
Merge pull request #82634 from evils/kicad
2020-05-11 10:27:18 +01:00
Luz
5e40913eac
librepcb: 0.1.3 -> 0.1.4
2020-05-09 09:10:20 +02:00
Evils
2d3d8c4d66
kicad-unstable: 2020-04-25 -> 2020-05-06
2020-05-07 02:15:57 +02:00
Evils
1059fdf143
kicad: link utils; clean up wrapper installPhase
2020-05-07 01:54:51 +02:00
Evils
95e4e33bdf
kicad-unstable-small: init to make kicad-unstable
...
the -small packages depend on all hydra buildable dependencies
the non-small ones depend on packages3d which exceeds hydra's limit
set platforms to all (kicad is cross-platform)
clarify package differences in the description
set maintainers on just the top level derivation
switch -unstable to not save debug symbols
indicate patch in version string
note broken dependencies
2020-05-07 01:54:50 +02:00
Evils
18a1b153ac
kicad: expose base and libraries attributes
2020-05-07 01:54:50 +02:00
Benjamin Hipple
6b21541772
Merge pull request #86101 from dkudriavtsev/magic-vlsi
...
magic-vlsi: init at 8.3.5
2020-05-02 13:51:41 -04:00
R. RyanTM
7333b8cd6d
eagle: 9.6.0 -> 9.6.1
2020-05-01 09:09:10 +02:00
Dmitry Kudriavtsev
69f54c1e19
magic-vlsi: init at 8.3.5
2020-04-27 00:13:59 -07:00
Evils
b80bd001e2
kicad-unstable: 2020-02-10 -> 2020-04-25
...
cc #82634
2020-04-26 13:38:37 -04:00
Evils
75963b9160
kicad: update.sh: set -e
...
and some more suggestions from veprbl
warn if an empty item gets through anyway
and use UTC time
cc #82634
2020-04-26 13:38:13 -04:00
Martin Milata
7d1c2c05c5
caneda: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
markuskowa
d9af81af16
Merge pull request #85006 from r-ryantm/auto-update/verilator
...
verilator: 4.030 -> 4.032
2020-04-20 16:51:31 +02:00
R. RyanTM
3fcbc7545c
verilator: 4.030 -> 4.032
2020-04-11 15:46:52 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Matt Huszagh
fc66192b37
fparser: init at 4.5.1
2020-04-09 11:28:21 -07:00
Jan Tojnar
418628e162
dsview: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-05 01:13:14 +02:00
Jan Tojnar
08cf27e5d9
libsigrok4dsl: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 10:50:34 +02:00
Austin Seipp
517fd073fc
xcircuit: 3.9.73 -> 3.10.12, maintain
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 17:46:15 -05:00
Mario Rodas
baeb670ce2
Merge pull request #82610 from r-ryantm/auto-update/eagle
...
eagle: 9.5.2 -> 9.6.0
2020-03-20 06:21:30 -05:00
Dmitry Kalinkin
ebe5f10794
kicad: don't build versions with 3d on Hydra
...
The hydraPlatforms have to be set on the kicad package itself, that can be
checked using:
echo ":p { inherit kicad kicad-small kicad-unstable; }" | nix repl ./pkgs/top-level/release.nix
This commit disables build of all kicad variants that require downloading
packages3d, which currently fail on hydra with the "Output limit exceeded"
status. This leaves Hydra with only building the kicad-small, which will allow
us to cache the build of kicad-base as well as all libraries except of
packages3d.
2020-03-16 19:45:04 -04:00
R. RyanTM
bafbfc5a06
eagle: 9.5.2 -> 9.6.0
2020-03-14 20:19:26 +00:00
R. RyanTM
a58d091d8d
verilator: 4.028 -> 4.030
2020-03-12 20:57:34 -05:00
Jan Tojnar
9555834399
netpbm: split into multiple outputs
2020-03-01 15:13:03 +01:00
R. RyanTM
4080e7976e
gtkwave: 3.3.103 -> 3.3.104
2020-02-24 11:43:54 -06:00
R. RyanTM
d54a58a2cd
verilator: 4.026 -> 4.028
2020-02-14 12:13:04 -06:00
Evils
d3a9e634bf
kicad-unstable: update update.sh && update
...
use /tmp instead of XDG_RUNTIME_DIR
which is /run/user/1000, which defaults to 10% of RAM
and kicad-packages3d needs ~6gb
2020-02-10 19:54:38 +01:00
Evils
a9942b0226
kicad: simplify component names
2020-02-10 19:54:38 +01:00
R. RyanTM
3a1098e3e2
pcb: 4.2.1 -> 4.2.2
2020-02-09 16:49:13 +01:00
Luz
0522b3347e
librepcb: 0.1.2 -> 0.1.3 ( #74786 )
2020-02-09 01:07:31 -05:00
Dmitry Kalinkin
1872e69450
Merge pull request #79301 from Abdillah/patch-2
...
librepcb: Fix platform plugin xcb not found
2020-02-09 00:28:49 -05:00
R. RyanTM
78d6e74427
eagle: 9.5.1 -> 9.5.2
2020-02-06 20:17:53 +01:00
Hernawan Faïz Abdillah
2d4ee40176
librepcb: Fix platform plugin xcb not found
2020-02-06 08:44:16 +07:00
Jörg Thalheim
37286820f2
verilator: shebangs patch is not needed anymore
2020-01-30 20:42:51 +00:00
R. RyanTM
cd526d844b
verilator: 4.024 -> 4.026
2020-01-30 18:06:40 +00:00