gnome3: stop using aliases
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ cairo, fetchzip, glib, gnome3, gobject-introspection, pkgconfig, stdenv }:
|
||||
{ cairo, fetchzip, glib, gnome3, gtk3, gobject-introspection, pkgconfig, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "osm-gps-map-${version}";
|
||||
@@ -15,9 +15,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
cairo glib gobject-introspection
|
||||
] ++ (with gnome3; [
|
||||
gnome-common gtk libsoup
|
||||
]);
|
||||
gnome3.gnome-common gtk3 gnome3.libsoup
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Gtk+ widget for displaying OpenStreetMap tiles";
|
||||
|
||||
Reference in New Issue
Block a user