kdePackages.ghostwriter: format with nixfmt-rfc-style
This commit is contained in:
@@ -16,8 +16,16 @@
|
||||
mkKdeDerivation {
|
||||
pname = "ghostwriter";
|
||||
|
||||
extraNativeBuildInputs = [pkg-config];
|
||||
extraBuildInputs = [qtsvg qttools qtwebchannel qtwebengine qt5compat kdoctools hunspell];
|
||||
extraNativeBuildInputs = [ pkg-config ];
|
||||
extraBuildInputs = [
|
||||
qtsvg
|
||||
qttools
|
||||
qtwebchannel
|
||||
qtwebengine
|
||||
qt5compat
|
||||
kdoctools
|
||||
hunspell
|
||||
];
|
||||
|
||||
qtWrapperArgs = [
|
||||
"--prefix"
|
||||
|
||||
Reference in New Issue
Block a user