add download button to song view
This commit is contained in:
@@ -4,8 +4,8 @@ with pkgs.yarn;
|
||||
stdenv.mkDerivation {
|
||||
name = "yarn";
|
||||
buildInputs = [
|
||||
nodejs-10_x
|
||||
(yarn.override { nodejs = nodejs-10_x; })
|
||||
nodejs
|
||||
(yarn.override { nodejs = nodejs; })
|
||||
mozjpeg
|
||||
optipng
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user