Merge pull request #4727 from dysinger/acme-lookofdisapproval
adding haskell package acme-lookofdisapproval (just for fun)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "acme-lookofdisapproval";
|
||||
version = "0.1";
|
||||
sha256 = "194xvcab14bs3b3nrayxp4z3da60afxa9cmip58mkms5016kwhis";
|
||||
meta = {
|
||||
homepage = "https://github.com/llelf/acme-lookofdisapproval";
|
||||
description = "Express your disapproval";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user