2017-06-11 02:38:49 +02:00
|
|
|
{ lib, rubyTool }:
|
2017-06-11 02:11:37 +02:00
|
|
|
|
2017-06-27 19:56:36 +02:00
|
|
|
bundlerApp {
|
|
|
|
pname = "corundum";
|
2017-06-11 02:11:37 +02:00
|
|
|
gemdir = ./.;
|
2017-06-11 02:38:49 +02:00
|
|
|
exes = [ "corundum-skel" ];
|
|
|
|
|
|
|
|
meta = with lib; {
|
2017-06-11 02:11:37 +02:00
|
|
|
description = "Tool and libraries for maintaining Ruby gems.";
|
|
|
|
homepage = http://sass-lang.com/;
|
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = [ maintainers.nyarly ];
|
|
|
|
platforms = platforms.unix;
|
|
|
|
};
|
|
|
|
}
|