mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
* Make xpdf build again.
svn path=/nixpkgs/trunk/; revision=5239
This commit is contained in:
parent
01ca1e7fef
commit
965fa2208e
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, x11, libXp}:
|
{stdenv, fetchurl, x11, libXp, libXau}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "lesstif-0.94.4";
|
name = "lesstif-0.94.4";
|
||||||
@ -7,5 +7,5 @@ stdenv.mkDerivation {
|
|||||||
md5 = "3096ca456c0bc299d895974d307c82d8";
|
md5 = "3096ca456c0bc299d895974d307c82d8";
|
||||||
};
|
};
|
||||||
buildInputs = [x11];
|
buildInputs = [x11];
|
||||||
propagatedBuildInputs = [libXp];
|
propagatedBuildInputs = [libXp libXau];
|
||||||
}
|
}
|
||||||
|
@ -1627,7 +1627,7 @@ rec {
|
|||||||
|
|
||||||
lesstif = (import ../development/libraries/lesstif) {
|
lesstif = (import ../development/libraries/lesstif) {
|
||||||
inherit fetchurl stdenv x11;
|
inherit fetchurl stdenv x11;
|
||||||
inherit (xlibs) libXp;
|
inherit (xlibs) libXp libXau;
|
||||||
};
|
};
|
||||||
|
|
||||||
t1lib = (import ../development/libraries/t1lib) {
|
t1lib = (import ../development/libraries/t1lib) {
|
||||||
|
Loading…
Reference in New Issue
Block a user