fpm: 1.9.3 -> 1.11.0, use bundlerApp
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{ lib, bundlerEnv, ruby }:
|
||||
{ lib, bundlerApp }:
|
||||
|
||||
bundlerEnv rec {
|
||||
inherit ruby;
|
||||
bundlerApp {
|
||||
pname = "fpm";
|
||||
gemdir = ./.;
|
||||
exes = [ "fpm" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool to build packages for multiple platforms with ease";
|
||||
homepage = https://github.com/jordansissel/fpm;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ manveru ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user