1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

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 {