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
|
# A variant of the Darcs derivation that containts only the executable and
|
||||||
# thus has no dependencies on other Haskell packages.
|
# thus has no dependencies on other Haskell packages.
|
||||||
cabal = { mkDerivation = x: rec { final = haskellPackages.cabal.mkDerivation (self: (x final) // {
|
cabal = { mkDerivation = x: rec { final = haskellPackages.cabal.mkDerivation (self: (x final) // {
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
configureFlags = "-f-library"; }); }.final;
|
configureFlags = "-f-library"; }); }.final;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
darktable = callPackage ../applications/graphics/darktable {
|
darktable = callPackage ../applications/graphics/darktable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user