keyfinder-cli: don't use libsForQt5

This is not a Qt application and libkeyfinder is now available globally.
master
Robert Schütz 2021-02-02 09:49:12 +01:00
parent 4430bf6498
commit f1bbe7f29e
1 changed files with 1 additions and 1 deletions

View File

@ -23023,7 +23023,7 @@ in
keyfinder = libsForQt5.callPackage ../applications/audio/keyfinder { };
keyfinder-cli = libsForQt5.callPackage ../applications/audio/keyfinder-cli { };
keyfinder-cli = callPackage ../applications/audio/keyfinder-cli { };
kgraphviewer = libsForQt5.callPackage ../applications/graphics/kgraphviewer { };