forked from mirrors/nixpkgs
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:
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 }:
|
||||
|
||||
let
|
||||
fetchNetBSD = path: version: sha256: buildPackages.fetchcvs {
|
||||
fetchNetBSD = path: version: sha256: fetchcvs {
|
||||
cvsRoot = ":pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot";
|
||||
module = "src/${path}";
|
||||
inherit sha256;
|
||||
|
|
Loading…
Reference in a new issue