ruby: WIP

This commit is contained in:
Charles Strahan
2014-12-30 21:05:00 -05:00
parent 74a4f01fe4
commit 94dd4b9721
15 changed files with 76 additions and 34 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchgit, autoconf, automake, libtool, pkgconfig, glib, libdaemon
{ stdenv, fetchgit, autoconf, automake, libtool, pkgconfig, glib, libdaemon, buildRubyGem
, mpd_clientlib, curl, sqlite, ruby, rubyPackages, libnotify, haskellPackages }:
stdenv.mkDerivation rec {
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ autoconf automake libtool pkgconfig glib libdaemon haskellPackages.pandoc
mpd_clientlib curl sqlite ruby rubyPackages.nokogiri libnotify ];
mpd_clientlib curl sqlite ruby /*nokogiri*/ libnotify ];
preConfigure = ''
./autogen.sh