kdeApplications: rename kdeApp to mkDerivation

This commit is contained in:
Thomas Tuegel
2017-06-18 08:42:20 -05:00
parent 7b6f8dc77f
commit 6beea32ab1
47 changed files with 96 additions and 97 deletions
@@ -1,10 +1,10 @@
{
kdeApp, lib,
mkDerivation, lib,
extra-cmake-modules,
kio
}:
kdeApp {
mkDerivation {
name = "kdegraphics-mobipocket";
meta = {
license = [ lib.licenses.gpl2Plus ];