Remove some 'rec'

svn path=/nixpkgs/trunk/; revision=31360
This commit is contained in:
Yury G. Kudryashov 2012-01-06 18:13:26 +00:00
parent 265b149db1
commit f3923f5b4a
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, glib, xz, pkgconfig, intltool, gnutls, libgcrypt
, gsettings_desktop_schemas }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "glib-networking-2.30.2";
src = fetchurl {

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, xz, glib, pkgconfig, intltool }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "gsettings-desktop-schemas-3.2.0";
src = fetchurl {

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, glib, dbus_libs, libgcrypt, pkgconfig, xz,
intltool }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
name = "libgnome-keyring-3.2.2";
src = fetchurl {