fix lint
This commit is contained in:
parent
ecf7e4f412
commit
c2b0afaf14
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ runCommand, fetchFromGitHub }:
|
{ runCommand, fetchFromGitHub }:
|
||||||
let
|
let
|
||||||
roundcubePlugin = { pname, version, src }:
|
roundcubePlugin = { version, src }:
|
||||||
|
|
||||||
runCommand "roundcube-plugin-swipe-${version}" { } ''
|
runCommand "roundcube-plugin-swipe-${version}" { } ''
|
||||||
mkdir -p $out/plugins/
|
mkdir -p $out/plugins/
|
||||||
|
|
Loading…
Add table
Reference in a new issue