[Nix-dev] Re: libffcall
Peter Simons
simons at cryp.to
Thu Oct 29 17:31:03 CET 2009
Hi Michael,
thank you for responding so quickly. Unfortunately, nix-store --export
is not an option for me. For the time being, I managed to work around
the problem by making a tarball available on my own site:
diff --git a/pkgs/development/libraries/libffcall/default.nix b/pkgs/development/libraries/libffcall/default.nix
index 2a3ad89..ba82abc 100644
--- a/pkgs/development/libraries/libffcall/default.nix
+++ b/pkgs/development/libraries/libffcall/default.nix
@@ -10,2 +10,9 @@ in
rec {
+
+ src = fetchurl {
+ url = "http://cryp.to/libffcall-2009-05-27.tar.bz2";
+ sha256 = "ccd3c96aa3b6ce219dfc542cd569f7997c68b2494d311dc668903e0f339b7ad3";
+ };
+
+/*
src = a.fetchcvs {
@@ -16,2 +23,3 @@ rec {
};
+*/
It's probably not a good idea to check that patch into trunk, though. I
reckon that for most people the CVS fetcher is going to work fine.
Take care,
Peter
More information about the nix-dev
mailing list