Pkgs/kame-editor: add required programs to wrapper path
This commit is contained in:
parent
0bfe20a736
commit
85b1605ea9
1 changed files with 10 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
qt6,
|
||||
|
|
@ -27,12 +28,17 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
qt6.qtbase
|
||||
portaudio
|
||||
kame-tools
|
||||
vgmstream
|
||||
rstmcpp
|
||||
];
|
||||
|
||||
dontStrip = true;
|
||||
qtWrapperArgs = [
|
||||
"--prefix PATH : ${
|
||||
lib.makeBinPath [
|
||||
kame-tools
|
||||
vgmstream
|
||||
rstmcpp
|
||||
]
|
||||
}"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
qt6.qmake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue