Skip to content

Commit

Permalink
glyr: enable darwin build
Browse files Browse the repository at this point in the history
(cherry picked from commit ad3eb5d)
  • Loading branch information
knedlsepp authored and Mic92 committed Mar 24, 2018
1 parent 6f384b7 commit e32dee8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/tools/audio/glyr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ sqlite glib curl ];

configurePhase = ''
cmake -DCMAKE_INSTALL_PREFIX=$out
'';

meta = with stdenv.lib; {
license = licenses.lgpl3;
description = "A music related metadata searchengine";
homepage = https://github.com/sahib/glyr;
maintainers = [ maintainers.sternenseemann ];
platforms = platforms.linux; # TODO macOS would be possible
platforms = platforms.unix;
};
}

Expand Down

0 comments on commit e32dee8

Please sign in to comment.