mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
kdePackages.kasts: build with taglib_1 to match libvlc
Otherwise it segfaults.
(cherry picked from commit 4c68f29c6b)
This commit is contained in:
committed by
github-actions[bot]
parent
faa58b0701
commit
625dcec09e
@@ -3,7 +3,7 @@
|
||||
qtsvg,
|
||||
qtmultimedia,
|
||||
pkg-config,
|
||||
taglib,
|
||||
taglib_1,
|
||||
libvlc,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
@@ -13,7 +13,7 @@ mkKdeDerivation {
|
||||
extraBuildInputs = [
|
||||
qtsvg
|
||||
qtmultimedia
|
||||
taglib
|
||||
taglib_1
|
||||
libvlc
|
||||
];
|
||||
meta.mainProgram = "kasts";
|
||||
|
||||
Reference in New Issue
Block a user