Change default from gnome 3.10 to gnome 3.12

This commit is contained in:
Luca Bruno
2014-09-08 18:35:45 +02:00
parent 152ae27aac
commit e4e39f26ba
5 changed files with 10 additions and 9 deletions
+2 -5
View File
@@ -1,11 +1,8 @@
{ stdenv, fetchurl, pkgconfig, makeWrapper, intltool, libgpod, curl, flac,
gnome3_12, gtk3, glib, gettext, perl, perlXMLParser , libglade, flex, libid3tag,
gnome, gtk3, glib, gettext, perl, perlXMLParser, flex, libglade, libid3tag,
libvorbis, hicolor_icon_theme, gdk_pixbuf }:
let
gnome = gnome3_12;
in stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
version = "2.1.4";
name = "gtkpod-${version}";