about summary refs log tree commit diff
path: root/pkgs/applications/science/electronics/digital
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02digital: fix desktop item and copy icons (#305171)Pixis1-6/+15
* digital: refactor desktopItem fix desktopName change name, exec and icon to pname * digital: refactor installPhase copy icons run pre and post install hooks (we need postInstall to actually run copyDesktopItems)
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-07-31treewide: fix mvnHashWeijia Wang1-1/+1
2023-07-31treewide: cleanup maven packagesWeijia Wang1-1/+1
2023-06-20treewide: replace mavenfod with buildMavenPackageWeijia Wang1-2/+2
2023-06-20maven: adjust hashes of pull-maven-dependencies derivationsTillerino1-1/+1
Since the newer Maven pulls different versions of its own dependencies, the hashes of these derivations all changed.
2023-06-20digital: convert to mavenfodWeijia Wang1-34/+9
2023-05-19pkgs: fix typosfigsoda1-1/+1
2023-02-05digital: 0.29 -> 0.30Paul Dettorer Hervot2-45/+8
Changelog: https://github.com/hneemann/Digital/releases/tag/v0.30 - Added a search function - Added a presentation mode. - Adds Q and CTRL-Q hotkeys to copy the component the mouse - pointer is hovering over. - Now there is resetRandom method available in the test code to - reset the random number generator used by the random function. - The remote server is now disabled by default. - It must be enabled in the settings. - When a new component has been placed with CRTL click, - you can place another one. - Fixes the ignored default value in demuxer HDL export.
2023-01-08digital: init at 0.29Paul Dettorer Hervot2-0/+129