My way of testing packages was wrong..
svn path=/nixpkgs/trunk/; revision=16847
This commit is contained in:
parent
3b5b31afed
commit
0c294c4827
1 changed files with 6 additions and 5 deletions
|
@ -5878,11 +5878,12 @@ let
|
|||
inherit (gnome) libglade libgnomeprint libgnomeprintui libgnomecanvas;
|
||||
};
|
||||
|
||||
adobeReader = import ../applications/misc/adobe-reader {
|
||||
inherit fetchurl stdenv zlib libxml2 cups;
|
||||
inherit (xlibs) libX11;
|
||||
inherit (gtkLibs) glib pango atk gtk;
|
||||
};
|
||||
adobeReader = platformPackage ["i686-linux"] (
|
||||
import ../applications/misc/adobe-reader {
|
||||
inherit fetchurl stdenv zlib libxml2 cups;
|
||||
inherit (xlibs) libX11;
|
||||
inherit (gtkLibs) glib pango atk gtk;
|
||||
});
|
||||
|
||||
amsn = import ../applications/networking/instant-messengers/amsn {
|
||||
inherit fetchurl stdenv which tcl tk x11;
|
||||
|
|
Loading…
Reference in a new issue