tree-wide: inherit yarn2nix from yarn2nix-moretea

This commit is contained in:
Milan Pässler
2019-11-24 01:04:26 +01:00
committed by Lassulus
parent 9ab168b500
commit 7e0127e1ca
6 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, fetchpatch, makeWrapper
, which, nodejs, yarn2nix, python2 }:
, which, nodejs, mkYarnPackage, python2 }:
yarn2nix.mkYarnPackage rec {
mkYarnPackage rec {
name = "codimd";
version = "1.5.0";