treewide: remove trailing whitespaces
This commit is contained in:
committed by
Jonathan Ringer
parent
863054f9da
commit
3496ce2a0c
@@ -19,7 +19,7 @@
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
|
||||
pname = "bitcoin" + toString (optional (!withGui) "d") + "-gold";
|
||||
version = "0.15.2";
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
, util-linux, qtbase ? null, qttools ? null
|
||||
, enableUpnp ? false
|
||||
, disableWallet ? false
|
||||
, disableDaemon ? false
|
||||
, disableDaemon ? false
|
||||
, withGui ? false }:
|
||||
|
||||
with stdenv.lib;
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
++ optionals withGui [ "--with-gui=yes"
|
||||
"--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin"
|
||||
];
|
||||
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doChecks = true;
|
||||
postBuild = ''
|
||||
|
||||
Reference in New Issue
Block a user