gnome3: stop using aliases

This commit is contained in:
Jan Tojnar
2019-02-13 22:47:50 +01:00
parent e27fa435f7
commit 606ceda352
179 changed files with 464 additions and 447 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl
{ stdenv, fetchurl, gtk3
, pkgconfig, gnome3, dbus, xvfb_run }:
let
version = "5.0.0";
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
];
buildInputs = [
gnome3.gtk
gtk3
];
doCheck = stdenv.isLinux;