summary refs log tree commit diff
path: root/pkgs/development/tools/misc/saleae-logic
Commit message (Collapse)AuthorAge
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* treewide platform checks: `abort` -> `throw`Vladimír Čunát2017-12-12
| | | | | | They aren't meant to be critical (uncatchable) errors. Tested with nix-env + checkMeta: [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
* saleae-logic: 1.2.9 -> 1.2.10 (bugfixes)Bjørn Forsman2016-10-26
|
* saleae-logic: fix 32-bit source hashBjørn Forsman2016-10-26
| | | | I messed up in commit 314b1fbf0 ("saleae-logic: 1.1.15 -> 1.2.9").
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* saleae-logic: 1.1.15 -> 1.2.9Bjørn Forsman2016-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: http://support.saleae.com/hc/en-us/articles/210245593-Saleae-Logic-Beta-Software-Changelog (Yes, the changelog title contains the word 'beta', but as of version 1.2.9 the beta branding is removed from the software as the beta branch was merged to master.) This software update is required for newer logic analysers (e.g. Logic Pro 8). (The original Logic is still supported, although it's difficult to find info about it on their website.) v1.2.9 grew new dependencies: libxcb, zlib, pciutils, xkeyboardconfig. The LD_PRELOAD library hack, used to divert writes from $out/Settings/settings.xml to $HOME/.saleae-logic-settings.xml, has been updated. The new software writes more paths ($out/{Settings,Errors,Databases,Calibration}) and uses a few extra library calls to access those paths (open,openat,stat,access,unlink,...). So instead of single file redirect, the library now redirects accesses to all those directories, mirrored in $HOME/.saleae-logic/. (Existing $HOME/.saleae-logic-settings.xml files will be automatically migrated to $HOME/.saleae-logic/Settings/settings.xml.)
* replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
|
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* saleae-logic: install udev rulesBjørn Forsman2014-03-08
| | | | | | So that they can easily be activated in NixOS: services.udev.packages = [ pkgs.saleae-logic ];
* saleae-logic: new packageBjørn Forsman2013-06-05
Add Saleae Logic - analyzer software for Saleae logic analyzators. Also, add a small LD_PRELOAD library that is needed to make it work from a read-only installation directory.