all-packages.nix: tabs --> blanks

This commit is contained in:
Peter Simons 2013-05-30 11:13:11 +02:00
parent fb45ff9994
commit 143c64732c

View File

@ -6905,9 +6905,9 @@ let
# A variant of the Darcs derivation that containts only the executable and
# thus has no dependencies on other Haskell packages.
cabal = { mkDerivation = x: rec { final = haskellPackages.cabal.mkDerivation (self: (x final) // {
isLibrary = false;
configureFlags = "-f-library"; }); }.final;
};
isLibrary = false;
configureFlags = "-f-library"; }); }.final;
};
};
darktable = callPackage ../applications/graphics/darktable {