Revert "netbsd: take fetchcvs from buildPackages to fix eval"

This reverts commit 6dff63294a.

We have a more general fix now, so don't need this any more.
This commit is contained in:
Alyssa Ross 2021-04-14 21:38:23 +00:00
parent 0cbf687e07
commit 2dba1df37e
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -1,8 +1,8 @@
{ stdenv, stdenvNoCC, lib, groff, mandoc, zlib, bison, flex
{ stdenv, stdenvNoCC, fetchcvs, lib, groff, mandoc, zlib, bison, flex
, writeText, buildPackages, splicePackages, symlinkJoin }:
let
fetchNetBSD = path: version: sha256: buildPackages.fetchcvs {
fetchNetBSD = path: version: sha256: fetchcvs {
cvsRoot = ":pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot";
module = "src/${path}";
inherit sha256;