mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
libgksu: fix build
no longer builds after gtk-doc bump in eb03685546
https://hydra.nixos.org/build/70843465/nixlog/1
This commit is contained in:
parent
50fdcd414e
commit
490079cf37
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pkgconfig, wrapGAppsHook, gtk2, gnome2, gnome3,
|
||||
libstartup_notification, libgtop, perl, perlXMLParser,
|
||||
autoreconfHook, intltool, gtk-doc, docbook_xsl, xauth, sudo
|
||||
autoreconfHook, intltool, docbook_xsl, xauth, sudo
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig autoreconfHook intltool gtk-doc docbook_xsl wrapGAppsHook
|
||||
pkgconfig autoreconfHook intltool docbook_xsl wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -67,6 +67,10 @@ stdenv.mkDerivation rec {
|
||||
intltoolize --force --copy --automake
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--disable-gtk-doc"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A library for integration of su into applications";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user