summary refs log tree commit diff
path: root/pkgs/development/tools/misc/cpphs/default.nix
blob: bb527e63c1e6ccc1def23f2c56f8afee3d7bd6da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{cabal} :

cabal.mkDerivation (self : {
  pname = "cpphs";
  version = "1.11";
  sha256 = "26124ca2b1af9a9804ba37c627dbbca3977bde93925f979f08b342895548db01";
  meta = {
    description = "A liberalised re-implementation of cpp, the C pre-processor";
  };
})