1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Updated kdewebdev.

svn path=/nixpkgs/branches/kde-4.7/; revision=28000
This commit is contained in:
Eelco Dolstra 2011-07-29 14:16:12 +00:00
parent 9650b1283e
commit 2d4c4ae1bd
5 changed files with 11 additions and 11 deletions

View file

@ -161,7 +161,6 @@ recurseIntoAttrs rec {
filelight = callPackage ./utils/filelight.nix { };
};
/*
kdewebdev = combinePkgs "kdewebdev" {
klinkstatus = callPackage ./webdev/klinkstatus.nix { };
kommander = callPackage ./webdev/kommander.nix { };
@ -169,6 +168,7 @@ recurseIntoAttrs rec {
kimagemapeditor = callPackage ./webdev/kimagemapeditor.nix { };
};
/*
kdepim_runtime = callPackage ./pim-runtime { };
kdepim = callPackage ./pim { };
*/

View file

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
meta = {
description = "Batch search and replace tool";

View file

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
meta = {
description = "An HTML imagemap editor";

View file

@ -1,9 +1,9 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt, kdepimlibs, boost, htmlTidy,
ruby }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt, kdepimlibs
, boost, htmlTidy }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt kdepimlibs boost
htmlTidy ruby ];
buildInputs =
[ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt kdepimlibs boost htmlTidy ];
meta = {
description = "A KDE link checker";

View file

@ -1,7 +1,7 @@
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt }:
{ kde, cmake, kdelibs, qt4, automoc4, phonon, libxml2, libxslt }:
kde.package {
buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon libxml2 libxslt ];
meta = {
description = "A graphical editor of scripted dialogs";