wt: Add missing dependencies libICE and libSM; lms: 3.74.0 -> 3.78.0 (#539369)
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
graphicsmagick,
|
||||
ffmpeg,
|
||||
zlib,
|
||||
libsm,
|
||||
libice,
|
||||
stb,
|
||||
openssl,
|
||||
xxhash,
|
||||
@@ -23,20 +21,22 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lms";
|
||||
version = "3.74.0";
|
||||
version = "3.78.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "epoupon";
|
||||
repo = "lms";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-D1Sg6XzZ8t/dFKrVh7k+KGLg2r6LeLGJk4FweVb4L1A=";
|
||||
hash = "sha256-uOijIipay4ncE8hP6vJG9vOGiD/Ad6WJHEQ7P1HKi/Y=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtest
|
||||
boost
|
||||
@@ -44,11 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
taglib
|
||||
libconfig
|
||||
libarchive
|
||||
graphicsmagick
|
||||
ffmpeg
|
||||
zlib
|
||||
libsm
|
||||
libice
|
||||
stb
|
||||
openssl
|
||||
xxhash
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
openssl,
|
||||
harfbuzz,
|
||||
icu,
|
||||
libice,
|
||||
libsm,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -53,6 +55,8 @@ let
|
||||
openssl
|
||||
harfbuzz
|
||||
icu
|
||||
libice
|
||||
libsm
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
Reference in New Issue
Block a user