pkgs/applications/window-managers/ratpoison: added dependency on perl, which is required by rpws
svn path=/nixpkgs/trunk/; revision=25761
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, libX11, inputproto, libXt, libXpm, libXft, fontconfig
|
{ stdenv, fetchurl, libX11, inputproto, libXt, libXpm, libXft, fontconfig
|
||||||
, libXtst, xextproto, readline, libXi, pkgconfig, autoconf, automake }:
|
, libXtst, xextproto, readline, libXi, pkgconfig, perl, autoconf, automake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ratpoison-1.4.5";
|
name = "ratpoison-1.4.5";
|
||||||
@@ -16,13 +16,11 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = "autoreconf -vf";
|
preConfigure = "autoreconf -vf"; # needed because of the patch above
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ libX11 inputproto libXt
|
[ libX11 inputproto libXt libXpm libXft fontconfig libXtst
|
||||||
libXpm libXft fontconfig libXtst
|
xextproto readline libXi pkgconfig perl autoconf automake
|
||||||
xextproto readline libXi pkgconfig
|
|
||||||
autoconf automake # needed because of the patch above
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
@@ -46,8 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://www.nongnu.org/ratpoison/;
|
homepage = http://www.nongnu.org/ratpoison/;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo stdenv.lib.maintainers.simons ];
|
||||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user