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:
parent
fb45ff9994
commit
143c64732c
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue