mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Added superkaramba
svn path=/nixpkgs/trunk/; revision=9297
This commit is contained in:
parent
898eda2398
commit
9c5f420b00
@ -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 New Issue
Block a user