snapper: add meta.mainProgram

This commit is contained in:
Austin Horstman 2023-08-10 13:44:23 -05:00
parent 7168780bc8
commit 9bf32814e8
No known key found for this signature in database

View File

@ -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;
};
}