kdevelop: added ability to include kdevelop plugins
kdev-php: init at 5.3.1 kdev-python: init at 5.3.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ symlinkJoin, kdevelop-unwrapped, plugins ? null }:
|
||||
|
||||
symlinkJoin {
|
||||
name = "kdevelop-with-plugins";
|
||||
|
||||
paths = [ kdevelop-unwrapped ] ++ (if plugins != null then plugins else []);
|
||||
}
|
||||
Reference in New Issue
Block a user