Loading pkgs/by-name/ge/genmap/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ stdenv.mkDerivation rec { echo > benchmarks/CMakeLists.txt ''; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required (VERSION 3.0.0)" "cmake_minimum_required(VERSION 3.10)" ''; meta = { description = "Ultra-fast computation of genome mappability"; mainProgram = "genmap"; Loading @@ -41,5 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/cpockrandt/genmap"; maintainers = with lib.maintainers; [ jbedo ]; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isDarwin; }; } Loading
pkgs/by-name/ge/genmap/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,11 @@ stdenv.mkDerivation rec { echo > benchmarks/CMakeLists.txt ''; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required (VERSION 3.0.0)" "cmake_minimum_required(VERSION 3.10)" ''; meta = { description = "Ultra-fast computation of genome mappability"; mainProgram = "genmap"; Loading @@ -41,5 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/cpockrandt/genmap"; maintainers = with lib.maintainers; [ jbedo ]; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isDarwin; }; }