treewide: editorconfig fixes
- remove trailing whitespace - use spaces for indentation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "emma-2.0.5312";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/emma/emma-2.0.5312.zip";
|
||||
sha256 = "0xxy39s2lvgs56vicjzpcz936l1vjaplliwa0dm7v3iyvw6jn7vj";
|
||||
|
||||
@@ -41,7 +41,7 @@ buildPythonApplication rec {
|
||||
MkDocs is a fast, simple and downright gorgeous static site generator that's
|
||||
geared towards building project documentation. Documentation source files
|
||||
are written in Markdown, and configured with a single YAML configuration file.
|
||||
|
||||
|
||||
MkDocs can also be used to generate general-purpose Websites.
|
||||
'';
|
||||
homepage = "http://mkdocs.org/";
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
python.pkgs.wrapPython ];
|
||||
|
||||
buildInputs = [ python gettext libedit glib imagemagick libxml2 boost
|
||||
gnuplot graphviz tesseract gts
|
||||
gnuplot graphviz tesseract gts
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
buildGoPackage rec {
|
||||
pname = "ineffassign-unstable";
|
||||
version = "2018-09-09";
|
||||
rev = "1003c8bd00dc2869cb5ca5282e6ce33834fed514";
|
||||
rev = "1003c8bd00dc2869cb5ca5282e6ce33834fed514";
|
||||
|
||||
goPackagePath = "github.com/gordonklaus/ineffassign";
|
||||
excludedPackages = ''testdata'';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, zlib, libarchive, openssl }:
|
||||
{ stdenv, fetchFromGitHub, zlib, libarchive, openssl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.0";
|
||||
pname = "makerpm";
|
||||
|
||||
|
||||
@@ -7,16 +7,16 @@ stdenv.mkDerivation {
|
||||
sha256 = "1as6z7mdjrrkw2kism41q5ybvyzvwcmj9qzla2fz98v9f4jbj2s2";
|
||||
};
|
||||
buildInputs = [ python ];
|
||||
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
|
||||
preInstall = ''
|
||||
mkdir -p $out/bin
|
||||
mkdir -p $out/share/man/man1
|
||||
cp manlifter $out/bin
|
||||
cp manlifter.1 $out/share/man/man1
|
||||
'';
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Lift documents in nroff markups to XML-DocBook";
|
||||
homepage = "http://www.catb.org/esr/doclifter";
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
#
|
||||
# configureFlags = if transitional then "--transitional" else "--strict";
|
||||
#
|
||||
# buildFlags = [ "world.opt" ];
|
||||
# buildFlags = [ "world.opt" ];
|
||||
|
||||
meta = {
|
||||
description = "Omake build system";
|
||||
|
||||
@@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
||||
version = "${ver}x${build}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://beta.unity3d.com/download/6e9a27477296/LinuxEditorInstaller/Unity.tar.xz";
|
||||
url = "https://beta.unity3d.com/download/6e9a27477296/LinuxEditorInstaller/Unity.tar.xz";
|
||||
sha1 = "083imikkrgha5w9sihjvv1m74naxm5yv";
|
||||
};
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "yuicompressor";
|
||||
version = "2.4.8";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/yui/yuicompressor/releases/download/v${version}/${pname}-${version}.jar";
|
||||
sha256 = "1qjxlak9hbl9zd3dl5ks0w4zx5z64wjsbk7ic73r1r45fasisdrh";
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
makeWrapper ${jre}/bin/java $out/bin/yuicompressor --add-flags \
|
||||
"-cp $out/lib/yuicompressor.jar com.yahoo.platform.yui.compressor.YUICompressor"
|
||||
'';
|
||||
|
||||
|
||||
meta = with lib; {
|
||||
description = "A JavaScript and CSS minifier";
|
||||
homepage = "http://yui.github.io/yuicompressor/";
|
||||
|
||||
Reference in New Issue
Block a user