Skip to content

Commit

Permalink
FromCabal.Flags: update git-annex flags
Browse files Browse the repository at this point in the history
- Remove all flags that no longer exist
- Force new crypton flag on (which it seems to default to in practice
  anyways)

I've pondered whether to remove this altogether, but let's not get ahead
of ourselves yet.
  • Loading branch information
sternenseemann committed Apr 21, 2024
1 parent 173e8a5 commit 4945d01
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal/Flags.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,17 @@ configureCabalFlags' (PackageIdentifier name version)
| name == "diagrams-builder" = [enable "cairo", enable "svg", enable "ps", enable "rasterific"]
| name == "fltkhs" = [enable "opengl"]
| name == "folds" = [disable "test-hlint"]
| name == "git-annex" = [ enable "assistant"
| name == "git-annex" = [ -- default
enable "assistant"
, disable "debuglocks"
-- custom
, disable "benchmark"
, enable "crypton"
, enable "dbus"
, disable "debuglocks"
, enable "magicmime"
, enable "networkbsd"
, enable "pairing"
, enable "production"
, enable "s3"
, enable "torrentparser"
, enable "webapp"
, enable "webdav"
]
| name == "haskeline" = [enable "terminfo"]
| name == "haste-compiler" = [enable "portable"]
Expand Down

0 comments on commit 4945d01

Please sign in to comment.