Commit graph

472 commits

Author SHA1 Message Date
Eduardo Sánchez Muñoz b5c90bb4da kicad: fix license
https://kicad.org/about/licenses/
2021-04-10 20:39:02 +02:00
Eduardo Sánchez Muñoz 427edc8b5a kicad: include desktop, icon and mime files
Fixes https://github.com/NixOS/nixpkgs/issues/106295.
2021-04-10 18:55:04 +02:00
Sandro Jäckel 33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Sandro edac82660c
Merge pull request #117039 from raboof/gnucap-init-at-20210107
gnucap: init at 20210107
2021-03-20 19:49:27 +01:00
Arnout Engelen 52b7bd1e77
gnucap: init at 20210107
Submitting on behalf of kvtb,
https://discourse.nixos.org/t/casual-nixpkgs-contributions/9607/13
2021-03-20 16:36:48 +01:00
Doron Behar 23ef497c17
Merge pull request #111237 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.107 -> 3.3.108
2021-03-19 10:24:36 +00:00
Samuel Gräfenstein d90e7ac2e1
kicad: gnome3.dconf -> dconf
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:17 +01:00
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