diff options
Diffstat (limited to 'spine.nix')
| -rwxr-xr-x | spine.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -139,7 +139,7 @@ mkDubDerivation rec {      install -m755 -D spine $out/bin/spine      echo "built $out/bin/spine"    ''; -  meta = with stdenv.lib; { +  meta = with pkgs.lib; {      homepage = http://sisudoc.org;      description = "a sisu like document parser";      license = licenses.agpl3Plus; | 
