Merge remote-tracking branch 'ni/master'

This commit is contained in:
lassulus 2019-01-23 16:55:51 +01:00
commit 0cc3dd577d
5 changed files with 12 additions and 10 deletions

View File

@ -1,23 +1,25 @@
{ mkDerivation, aeson, attoparsec, base, blessings, bytestring { mkDerivation, aeson, attoparsec, base, blessings, bytestring
, containers, fetchgit, filepath, network, network-simple , containers, data-default, fetchgit, filepath, lens, lens-aeson
, network-simple-tls, pcre-heavy, pcre-light, process, random , network, network-simple, network-simple-tls, pcre-heavy
, stdenv, text, time, transformers, unix, unordered-containers , pcre-light, process, random, stdenv, stringsearch, text, time
, transformers, unagi-chan, unix, unordered-containers, vector
}: }:
mkDerivation { mkDerivation {
pname = "reaktor2"; pname = "reaktor2";
version = "0.0.0"; version = "0.1.1";
src = fetchgit { src = fetchgit {
url = "https://cgit.krebsco.de/reaktor2"; url = "https://cgit.krebsco.de/reaktor2";
sha256 = "1q2rb78mzpyd8wxfmlbfdz7zq5smsrrvb4n874ap1p8f2bmmp0am"; sha256 = "0d78560gj8hm02zaps63f9mby4lzz82f45i8ypwc9l3lnsypdsr3";
rev = "ce276eee82ec0b8c4106beb4c51d6f9eb77335c4"; rev = "4fa5cb937c016f8c10bf8f40d017ca3a436db2d3";
fetchSubmodules = true; fetchSubmodules = true;
}; };
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
aeson attoparsec base blessings bytestring containers filepath aeson attoparsec base blessings bytestring containers data-default
network network-simple network-simple-tls pcre-heavy pcre-light filepath lens lens-aeson network network-simple network-simple-tls
process random text time transformers unix unordered-containers pcre-heavy pcre-light process random stringsearch text time
transformers unagi-chan unix unordered-containers vector
]; ];
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
} }

2
krebs/5pkgs/simple/Reaktor/scripts/random-emoji.sh Normal file → Executable file
View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
curl http://emojicons.com/random -s | \ curl -sS http://emojicons.com/random | \
grep data-text | \ grep data-text | \
sed -n 's/.*>\(.*\)<\/textarea>/\1/p' | \ sed -n 's/.*>\(.*\)<\/textarea>/\1/p' | \
head -n 1 | \ head -n 1 | \

0
krebs/5pkgs/simple/Reaktor/scripts/random-issue.sh Normal file → Executable file
View File

0
krebs/5pkgs/simple/Reaktor/scripts/sed-plugin.py Normal file → Executable file
View File

0
krebs/5pkgs/simple/Reaktor/scripts/shack-correct.sh Normal file → Executable file
View File