fpm: simplify

This commit is contained in:
zimbatm 2016-10-03 09:33:07 +01:00
parent 80d4117a8c
commit 16cf3cf687

View File

@ -1,13 +1,9 @@
{ lib, bundlerEnv, ruby }: { lib, bundlerEnv, ruby }:
bundlerEnv rec { bundlerEnv rec {
name = "fpm-${version}";
version = (import gemset).fpm.version;
inherit ruby; inherit ruby;
gemfile = ./Gemfile; pname = "fpm";
lockfile = ./Gemfile.lock; gemdir = ./.;
gemset = ./gemset.nix;
meta = with lib; { meta = with lib; {
description = "Tool to build packages for multiple platforms with ease"; description = "Tool to build packages for multiple platforms with ease";