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

_______________________________________________
nix-dev mailing list
nix-dev@cs.uu.nl
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to