snapper: add meta.mainProgram
This commit is contained in:
parent
7168780bc8
commit
9bf32814e8
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
|
|||
description = "Tool for Linux filesystem snapshot management";
|
||||
homepage = "http://snapper.io";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "snapper";
|
||||
maintainers = with maintainers; [ markuskowa ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue