Added superkaramba
svn path=/nixpkgs/trunk/; revision=9297
This commit is contained in:
parent
898eda2398
commit
9c5f420b00
1 changed files with 6 additions and 0 deletions
|
@ -629,6 +629,12 @@ rec {
|
|||
inherit fetchurl stdenv coreutils pam;
|
||||
};
|
||||
|
||||
superkaramba = import ../desktops/superkaramba {
|
||||
inherit stdenv fetchurl kdebase kdelibs zlib libjpeg
|
||||
perl qt3 python libpng freetype expat;
|
||||
inherit (xlibs) libX11 libXext libXt libXaw libXpm;
|
||||
};
|
||||
|
||||
sshfsFuse = import ../tools/networking/sshfs-fuse {
|
||||
inherit fetchurl stdenv pkgconfig fuse;
|
||||
inherit (gtkLibs) glib;
|
||||
|
|
Loading…
Reference in a new issue