bchunk: add update script
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@@ -25,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
install -Dt $out/share/man/man1 bchunk.1
|
install -Dt $out/share/man/man1 bchunk.1
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://he.fi/bchunk/";
|
homepage = "http://he.fi/bchunk/";
|
||||||
description = "Program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks";
|
description = "Program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks";
|
||||||
|
|||||||
Reference in New Issue
Block a user