saleae-logic-2: Fix "Error Connecting to Socket"
The problem was it couldn't find `libcrypt.so.1` because `libxcrypt` now provides `libcrypt.so.2`
This commit is contained in:
parent
0a4206a51b
commit
ac1b5deba3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ appimageTools.wrapType2 {
|
|||
alsa-lib
|
||||
at-spi2-core
|
||||
cups
|
||||
libxcrypt
|
||||
libxcrypt-legacy
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue