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 }:
bundlerEnv rec {
name = "fpm-${version}";
version = (import gemset).fpm.version;
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
pname = "fpm";
gemdir = ./.;
meta = with lib; {
description = "Tool to build packages for multiple platforms with ease";