libunity: do not use alias in dependencies (#44617)
Fixes broken nixpkgs.tarball hydra build. See #44299
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, automake, autoconf, libtool
|
{ stdenv, fetchurl, pkgconfig, automake, autoconf, libtool
|
||||||
, glib, vala, dee, gobjectIntrospection, libdbusmenu-glib
|
, glib, vala, dee, gobjectIntrospection, libdbusmenu
|
||||||
, gtk3, intltool, gnome-common, python3, icu }:
|
, gtk3, intltool, gnome-common, python3, icu }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3
|
gtk3
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ dee libdbusmenu-glib ];
|
propagatedBuildInputs = [ dee libdbusmenu ];
|
||||||
|
|
||||||
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
|
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user