summaryrefslogtreecommitdiff
path: root/custom/redo.nix
blob: b5255f98583206cfaf846480ada57f91579be29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, filepath, pureMD5 }:

cabal.mkDerivation (self: {
  pname = "redo";
  version = "0.2.0";
  sha256 = "18951sri8wix8aazd8hy8g2gzcpxw2x1ihzmn2prlf10zy1jcy4d";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [ filepath pureMD5 ];
  patches = [ ./redo.patch ];
  meta = {
    homepage = "https://github.com/jekor/redo";
    description = "software build system, make replacement, implementation of djb's redo";
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})