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