[Nix-dev] Re: Re: Package definition for icarus verilog

Antonio Vargas Gonzalez windenntw at gmail.com
Sat Nov 27 19:14:45 CET 2010


Right, I attach now the fixed version. Thanks for the prompt review :)





On 26 November 2010 22:21, Yury G. Kudryashov
<urkud+nix at ya.ru<urkud%2Bnix at ya.ru>
> wrote:

> Antonio Vargas Gonzalez wrote:
>
> > Hi,
> >
> > The patch I sent 2 days ago was incorrect and fails to fetch the package
> > from sourceforce. Please integrate this patch on top of it that makes the
> > fetch work OK.
> mirror://sourceforge/name/name-version.suffix should be enough.
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at cs.uu.nl
> https://mail.cs.uu.nl/mailman/listinfo/nix-dev
>



-- 
Greetz, Antonio Vargas Gonzalez aka winden of rgba^ntw^bg

http://winden.wordpress.com/
windenntw at gmail.com

Every day, every year
you have to work
you have to study
you have to scene.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20101127/6f0c9cd6/attachment.html 
-------------- next part --------------
Index: pkgs/applications/science/electronics/verilog/default.nix
===================================================================
--- pkgs/applications/science/electronics/verilog/default.nix	(revision 24885)
+++ pkgs/applications/science/electronics/verilog/default.nix	(working copy)
@@ -4,7 +4,7 @@
   name = "verilog-0.9.3";
 
   src = fetchurl {
-    url = "mirror://sourceforce/${name}.tar.gz";
+    url = "mirror://sourceforge/iverilog/${name}.tar.gz";
     sha256 = "dd68c8ab874a93805d1e93fa76ee1e91fc0c7b20822ded3e57b6536cd8c0d1ba";
   };
 


More information about the nix-dev mailing list