Revert "netbsd: take fetchcvs from buildPackages to fix eval"
This reverts commit 6dff63294a8bd264c8b93f89c721022de2abb072. We have a more general fix now, so don't need this any more.
This commit is contained in:
parent
0cbf687e07
commit
2dba1df37e
@ -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 }:
|
, writeText, buildPackages, splicePackages, symlinkJoin }:
|
||||||
|
|
||||||
let
|
let
|
||||||
fetchNetBSD = path: version: sha256: buildPackages.fetchcvs {
|
fetchNetBSD = path: version: sha256: fetchcvs {
|
||||||
cvsRoot = ":pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot";
|
cvsRoot = ":pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot";
|
||||||
module = "src/${path}";
|
module = "src/${path}";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user