mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
209c32c4c9
commit
57a42bd5ba
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user