mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Refactoring.
svn path=/nixpkgs/trunk/; revision=8290
This commit is contained in:
parent
2df33633a6
commit
f2c540241a
@ -2526,6 +2526,12 @@ rec {
|
||||
### APPLICATIONS
|
||||
|
||||
|
||||
aangifte2005 = import ../applications/taxes/aangifte2005 {
|
||||
inherit stdenv fetchurl;
|
||||
inherit (xlibs) libX11 libXext;
|
||||
patchelf = patchelfNew;
|
||||
};
|
||||
|
||||
abiword = import ../applications/office/abiword {
|
||||
inherit fetchurl stdenv pkgconfig fribidi libpng popt;
|
||||
inherit (gtkLibs) glib gtk pango;
|
||||
@ -2732,6 +2738,10 @@ rec {
|
||||
inherit (xlibs) libXft;
|
||||
};
|
||||
|
||||
joe = import ../applications/editors/joe {
|
||||
inherit stdenv fetchurl;
|
||||
};
|
||||
|
||||
kuickshow = import ../applications/graphics/kuickshow {
|
||||
inherit fetchurl stdenv kdelibs arts libpng libjpeg libtiff libungif imlib expat perl;
|
||||
inherit (xlibs) libX11 libXext libSM;
|
||||
@ -3090,12 +3100,6 @@ rec {
|
||||
### MISC
|
||||
|
||||
|
||||
aangifte2005 = import ../evil/belastingdienst {
|
||||
inherit stdenv fetchurl;
|
||||
inherit (xlibs) libX11 libXext;
|
||||
patchelf = patchelfNew;
|
||||
};
|
||||
|
||||
atari800 = import ../misc/emulators/atari800 {
|
||||
inherit fetchurl stdenv unzip zlib SDL;
|
||||
};
|
||||
@ -3126,10 +3130,6 @@ rec {
|
||||
x11Support = false;
|
||||
};
|
||||
|
||||
joe = import ../applications/editors/joe {
|
||||
inherit stdenv fetchurl;
|
||||
};
|
||||
|
||||
lazylist = import ../misc/tex/lazylist {
|
||||
inherit fetchurl stdenv tetex;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user