Not quite done - something fishy about the name attr

This commit is contained in:
Judson
2017-06-10 17:38:49 -07:00
parent 78cb9163a6
commit fc302bc07f
2 changed files with 11 additions and 8 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
{ rubyTool }:
{ lib, rubyTool }:
rubyTool {
name = "corundum-0.6.2";
gemdir = ./.;
meta = {
exes = [ "corundum-skel" ];
meta = with lib; {
description = "Tool and libraries for maintaining Ruby gems.";
homepage = http://sass-lang.com/;
license = licenses.mit;