openorienteering-mapper: also enable linux
This commit is contained in:
parent
0fe94a1258
commit
a2efd3e81c
@ -55,14 +55,14 @@ stdenv.mkDerivation rec {
|
|||||||
ln -s $out/Mapper.app/Contents/MacOS/Mapper $out/bin/mapper
|
ln -s $out/Mapper.app/Contents/MacOS/Mapper $out/bin/mapper
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = ''
|
description = ''
|
||||||
OpenOrienteering Mapper is an orienteering mapmaking program
|
OpenOrienteering Mapper is an orienteering mapmaking program
|
||||||
and provides a free alternative to the existing proprietary solution.
|
and provides a free alternative to the existing proprietary solution.
|
||||||
'';
|
'';
|
||||||
homepage = https://www.openorienteering.org/apps/mapper/;
|
homepage = https://www.openorienteering.org/apps/mapper/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = with stdenv.lib.platforms; darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = with stdenv.lib.maintainers; [mpickering];
|
maintainers = with maintainers; [mpickering];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user