guile-modules: rename top level attributes to be consistent

This commit is contained in:
xd1le
2017-09-24 22:24:49 +10:00
parent f069ee7af6
commit d7d33bd17c
4 changed files with 12 additions and 12 deletions
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, guile, pkgconfig, cairo, expat, guile_lib }:
{ fetchurl, stdenv, guile, pkgconfig, cairo, expat, guile-lib }:
stdenv.mkDerivation rec {
name = "guile-cairo-1.4.1";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ guile pkgconfig cairo expat ]
++ stdenv.lib.optional doCheck guile_lib;
++ stdenv.lib.optional doCheck guile-lib;
doCheck = true;