* Make xlibs build again.
svn path=/nixpkgs/trunk/; revision=1449
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, pkgconfig, freetype, expat, patch}:
|
||||
{stdenv, fetchurl, pkgconfig, freetype, expat}:
|
||||
|
||||
rec {
|
||||
|
||||
@@ -55,7 +55,7 @@ rec {
|
||||
};
|
||||
|
||||
libXmu = (import ./libXmu) {
|
||||
inherit fetchurl stdenv pkgconfig xproto libX11 libXt libXext patch;
|
||||
inherit fetchurl stdenv pkgconfig xproto libX11 libXt libXext;
|
||||
};
|
||||
|
||||
libXpm = (import ./libXpm) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
. $stdenv/setup
|
||||
dontMake=1
|
||||
dontBuild=1
|
||||
dontMakeInstall=1
|
||||
nop() {
|
||||
sourceRoot=.
|
||||
|
||||
Reference in New Issue
Block a user