10 pname = "dl-librescore";
13 src = fetchFromGitHub {
15 repo = "dl-librescore";
17 hash = "sha256-u09aquwZIT2XxxaqirrMU5Q3PpXbj70bcI3pOflxVAE=";
20 npmDepsHash = "sha256-LZgVQNFXUqFbzXKdXk8wsMDBqApmtXFLRUw6zIKDAqs=";
22 # see https://github.com/LibreScore/dl-librescore/pull/32
23 # TODO can be removed with next update
25 substituteInPlace package-lock.json \
26 --replace 50c7a1508cd9358757c30794e14ba777e6faa8aa b4cb32eb1734a2f73ba2d92743647b1a91c0e2a8
29 makeCacheWritable = true;
33 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
38 description = "Download sheet music";
39 homepage = "https://github.com/LibreScore/dl-librescore";
40 license = lib.licenses.mit;
41 mainProgram = "dl-librescore";