treewide: stdenv.lib -> lib
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ stdenv, lndir, symlinkJoin, makeWrapper
|
||||
{ lib, stdenv, lndir, symlinkJoin, makeWrapper
|
||||
, lilypond, openlilylib-fonts
|
||||
}:
|
||||
|
||||
stdenv.lib.appendToName "with-fonts" (symlinkJoin {
|
||||
lib.appendToName "with-fonts" (symlinkJoin {
|
||||
inherit (lilypond) meta name version ;
|
||||
|
||||
paths = [ lilypond ] ++ openlilylib-fonts.all;
|
||||
|
||||
Reference in New Issue
Block a user