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




On 26 November 2010 22:21, Yury G. Kudryashov
<[email protected]<urkud%[email protected]>
> 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
> [email protected]
> https://mail.cs.uu.nl/mailman/listinfo/nix-dev
>



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

http://winden.wordpress.com/
[email protected]

Every day, every year
you have to work
you have to study
you have to scene.
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";
   };
 
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to