Merge pull request #114768 from SuperSandro2000/fix-collection19

This commit is contained in:
Sandro
2021-03-02 16:59:03 +01:00
committed by GitHub
23 changed files with 32 additions and 43 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, nasm, which
{ lib, stdenv, fetchFromGitHub
, enableStatic ? stdenv.hostPlatform.isStatic
, enableShared ? !enableStatic
}: