glyr: enable darwin build
This commit is contained in:
parent
a6425fc66d
commit
ad3eb5d8fc
@ -15,16 +15,12 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ sqlite glib curl ];
|
buildInputs = [ sqlite glib curl ];
|
||||||
|
|
||||||
configurePhase = ''
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=$out
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
description = "A music related metadata searchengine";
|
description = "A music related metadata searchengine";
|
||||||
homepage = https://github.com/sahib/glyr;
|
homepage = https://github.com/sahib/glyr;
|
||||||
maintainers = [ maintainers.sternenseemann ];
|
maintainers = [ maintainers.sternenseemann ];
|
||||||
platforms = platforms.linux; # TODO macOS would be possible
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user