bcompare: do not use aliases

This commit is contained in:
Jan Tojnar 2020-05-16 23:14:53 +02:00
parent ce90a304f1
commit 044e733e8d
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ autoPatchelfHook, bzip2, cairo, coreutils, fetchurl, gdk-pixbuf, gnome2, gtk2, kcoreaddons, ki18n, kio, kservice, lib, qt4, qtbase, stdenv, runtimeShell }:
{ autoPatchelfHook, bzip2, cairo, coreutils, fetchurl, gdk-pixbuf, pango, gtk2, kcoreaddons, ki18n, kio, kservice, lib, qt4, qtbase, stdenv, runtimeShell }:
stdenv.mkDerivation rec {
pname = "bcompare";
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
buildInputs = [
stdenv.cc.cc.lib
gtk2
gnome2.pango
pango
cairo
kio
kservice