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
+2 -2
View File
@@ -1,12 +1,12 @@
{
kdeApp, lib, kdeWrapper,
mkDerivation, lib, kdeWrapper,
extra-cmake-modules, kdoctools,
kio, kparts, kxmlgui, qtscript, solid
}:
let
unwrapped =
kdeApp {
mkDerivation {
name = "filelight";
meta = {
license = with lib.licenses; [ gpl2 ];