20 lines
634 B
Nix
20 lines
634 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cmdargs, HTTP, network, networkUri }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "PastePipe";
|
|
version = "1.7";
|
|
sha256 = "0had11n44y7zjhhymdbvahwmxcxxrbxy7c9jxijhw3n7xqhdmva0";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ cmdargs HTTP network networkUri ];
|
|
meta = {
|
|
homepage = "http://github.com/Fuuzetsu/pastepipe";
|
|
description = "CLI for pasting to lpaste.net";
|
|
license = self.stdenv.lib.licenses.gpl3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
|
};
|
|
})
|