commit
9ef088c603
@ -1,7 +1,9 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, libjack2
|
, libjack2
|
||||||
, qt5
|
, wrapQtAppsHook
|
||||||
|
, qtsvg
|
||||||
|
, qttools
|
||||||
, cmake
|
, cmake
|
||||||
, libsndfile
|
, libsndfile
|
||||||
, libsamplerate
|
, libsamplerate
|
||||||
@ -13,7 +15,6 @@
|
|||||||
, dssi
|
, dssi
|
||||||
, liblo
|
, liblo
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, gitAndTools
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -45,14 +46,14 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
gitAndTools.gitFull
|
wrapQtAppsHook
|
||||||
|
qttools
|
||||||
|
cmake
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libjack2
|
libjack2
|
||||||
qt5.qtsvg
|
qtsvg
|
||||||
qt5.qttools
|
|
||||||
cmake
|
|
||||||
libsndfile
|
libsndfile
|
||||||
libsamplerate
|
libsamplerate
|
||||||
ladspaH
|
ladspaH
|
||||||
@ -65,15 +66,4 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
|
|
||||||
sourceRoot = "source/muse3";
|
sourceRoot = "source/muse3";
|
||||||
|
|
||||||
buildPhase = ''
|
|
||||||
cd ..
|
|
||||||
bash compile_muse.sh
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
mkdir $out
|
|
||||||
cd build
|
|
||||||
make install
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
@ -24930,7 +24930,7 @@ in
|
|||||||
|
|
||||||
mupen64plus = callPackage ../misc/emulators/mupen64plus { };
|
mupen64plus = callPackage ../misc/emulators/mupen64plus { };
|
||||||
|
|
||||||
muse = callPackage ../applications/audio/muse { };
|
muse = libsForQt5.callPackage ../applications/audio/muse { };
|
||||||
|
|
||||||
musly = callPackage ../applications/audio/musly { };
|
musly = callPackage ../applications/audio/musly { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user