3
0
Fork 0
forked from mirrors/nixpkgs

Use kdepim{,-runtime}-4.4.x in 4.5 till kdepim-4.5 will become stable

svn path=/nixpkgs/trunk/; revision=23895
This commit is contained in:
Yury G. Kudryashov 2010-09-22 18:04:21 +00:00
parent 209c32c4c9
commit 57a42bd5ba

View file

@ -135,9 +135,12 @@
kimagemapeditor = callPackage ./webdev/kimagemapeditor.nix { };
};
#kdepim_runtime = callPackage ../kde-4.4/pim-runtime { };
kdepim_runtime = callPackage ./pim-runtime { };
kdepim = callPackage ./pim { };
kdepim_runtime = callPackage ../kde-4.4/pim-runtime { };
kdepim = callPackage ../kde-4.4/pim { };
# Experimental 4.5 versions
kdepim_runtime45 = callPackage ./pim-runtime { };
kdepim45 = callPackage ./pim { };
### DEVELOPMENT
kdebindings = callPackage ./bindings { };