littlegptracker: use unstableGitUpdater
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, unstableGitUpdater
|
||||||
, SDL
|
, SDL
|
||||||
, jack2
|
, jack2
|
||||||
, Foundation
|
, Foundation
|
||||||
@@ -42,6 +43,8 @@ stdenv.mkDerivation rec {
|
|||||||
installPhase = let extension = if stdenv.isDarwin then "app" else "deb-exe";
|
installPhase = let extension = if stdenv.isDarwin then "app" else "deb-exe";
|
||||||
in "install -Dm555 lgpt.${extension} $out/bin/lgpt";
|
in "install -Dm555 lgpt.${extension} $out/bin/lgpt";
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A music tracker similar to lsdj optimised to run on portable game consoles";
|
description = "A music tracker similar to lsdj optimised to run on portable game consoles";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user