Author: ludo
Date: Fri Sep  9 19:48:24 2011
New Revision: 29142
URL: https://ssl.nixos.org/websvn/nix/?rev=29142&sc=1

Log:
guile-rpc: Remove reference to the `guile_1_9' attribute.

Modified:
   hydra-config/gnu/trunk/guile-rpc/release.nix

Modified: hydra-config/gnu/trunk/guile-rpc/release.nix
==============================================================================
--- hydra-config/gnu/trunk/guile-rpc/release.nix        Fri Sep  9 19:48:20 
2011        (r29141)
+++ hydra-config/gnu/trunk/guile-rpc/release.nix        Fri Sep  9 19:48:24 
2011        (r29142)
@@ -1,5 +1,5 @@
 /* Continuous integration of GNU with Hydra/Nix.
-   Copyright (C) 2010  Ludovic Courtès <l...@gnu.org>
+   Copyright (C) 2010, 2011  Ludovic Courtès <l...@gnu.org>
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
 
 { nixpkgs ? ../../nixpkgs
 , guilerpcSrc ? { outPath = /data/src/guile-rpc; }
-, guile ? (import ../../nixpkgs {}).guile_1_9 }:
+, guile ? (import ../../nixpkgs {}).guile }:
 
 let
   pkgs = import nixpkgs {};
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to