mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-hflags: re-generate with cabal2nix
This commit is contained in:
parent
eec522e69a
commit
7325894d72
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
|
|||
meta = {
|
||||
homepage = "http://github.com/errge/hflags";
|
||||
description = "Command line flag parser, very similar to Google's gflags";
|
||||
license = self.stdenv.lib.licenses.asl20;
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue