Commit 2c76c4c2 authored by jopejoe1's avatar jopejoe1
Browse files

bchunk: add update script

parent 50024894
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -25,6 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
    install -Dt $out/share/man/man1 bchunk.1
  '';

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    homepage = "http://he.fi/bchunk/";
    description = "Program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks";