haskellPackages.htune: supported platform is linux

This commit is contained in:
Dennis Gosnell 2023-09-09 13:38:35 -04:00
parent 3a5a22091e
commit 62ba01c06e
2 changed files with 2 additions and 0 deletions

View file

@ -717,6 +717,7 @@ supported-platforms:
HFuse: [ platforms.linux ]
HQu: [ platforms.x86 ] # vendored C++ library needs i686/x86_64
hs-swisstable-hashtables-class: [ platforms.x86_64 ] # depends on swisstable, which Needs AVX2
htune: [ platforms.linux ] # depends on alsa-pcm
hw-prim-bits: [ platforms.x86 ] # x86 assembler
inline-asm: [ platforms.x86 ] # x86 assembler
keid-core: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)

View file

@ -160816,6 +160816,7 @@ self: {
executableHaskellDepends = [ alsa-pcm base carray fft gloss ];
description = "harmonic analyser and tuner for musical instruments";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
mainProgram = "htune";
}) {};