haskellPackages.htune: supported platform is linux
This commit is contained in:
parent
3a5a22091e
commit
62ba01c06e
2 changed files with 2 additions and 0 deletions
|
@ -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, …)
|
||||
|
|
|
@ -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";
|
||||
}) {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue