redis-dump: 0.3.5 -> 0.4.0
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
{ lib, bundlerEnv, ruby, perl, autoconf }:
|
||||
{ lib, bundlerApp }:
|
||||
|
||||
bundlerEnv {
|
||||
name = "redis-dump-0.3.5";
|
||||
|
||||
inherit ruby;
|
||||
bundlerApp {
|
||||
pname = "redis-dump";
|
||||
gemdir = ./.;
|
||||
|
||||
buildInputs = [ perl autoconf ];
|
||||
exes = [ "redis-dump" ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = true; # needs ruby 2.0
|
||||
description = "Backup and restore your Redis data to and from JSON";
|
||||
homepage = http://delanotes.com/redis-dump/;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
maintainers = with maintainers; [ offline manveru ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user