chow-kick: remove unneeded dependencies (#448761)
This commit is contained in:
@@ -1,38 +1,21 @@
|
||||
{
|
||||
alsa-lib,
|
||||
at-spi2-core,
|
||||
brotli,
|
||||
cmake,
|
||||
curl,
|
||||
dbus,
|
||||
libepoxy,
|
||||
fetchFromGitHub,
|
||||
libglut,
|
||||
freetype,
|
||||
gtk2-x11,
|
||||
lib,
|
||||
libGL,
|
||||
libXcursor,
|
||||
libXdmcp,
|
||||
libXext,
|
||||
libXinerama,
|
||||
libXrandr,
|
||||
libXtst,
|
||||
libdatrie,
|
||||
libjack2,
|
||||
libpsl,
|
||||
libselinux,
|
||||
libsepol,
|
||||
libsysprof-capture,
|
||||
libthai,
|
||||
libxkbcommon,
|
||||
lv2,
|
||||
pcre,
|
||||
pkg-config,
|
||||
python3,
|
||||
sqlite,
|
||||
stdenv,
|
||||
util-linuxMinimal,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -53,34 +36,17 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
at-spi2-core
|
||||
brotli
|
||||
curl
|
||||
dbus
|
||||
libepoxy
|
||||
libglut
|
||||
freetype
|
||||
gtk2-x11
|
||||
libGL
|
||||
libXcursor
|
||||
libXdmcp
|
||||
libXext
|
||||
libXinerama
|
||||
libXrandr
|
||||
libXtst
|
||||
libdatrie
|
||||
libjack2
|
||||
libpsl
|
||||
libselinux
|
||||
libsepol
|
||||
libsysprof-capture
|
||||
libthai
|
||||
libxkbcommon
|
||||
lv2
|
||||
pcre
|
||||
python3
|
||||
sqlite
|
||||
util-linuxMinimal
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
@@ -101,12 +67,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp ChowKick_artefacts/Release/Standalone/ChowKick $out/bin
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/Chowdhury-DSP/ChowKick";
|
||||
description = "Kick synthesizer based on old-school drum machine circuits";
|
||||
license = with licenses; [ bsd3 ];
|
||||
maintainers = with maintainers; [ magnetophon ];
|
||||
platforms = platforms.linux;
|
||||
license = [ lib.licenses.bsd3 ];
|
||||
maintainers = [ lib.maintainers.magnetophon ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "ChowKick";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user