Skip to content

Commit da192f2

Browse files
nmattiaFuuzetsu
authored andcommittedMay 26, 2017
stutter: init at 0.1.0.1
This adds the stutter string generator to all-packages and update the hackage indices for dependencies.
1 parent 16857df commit da192f2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎pkgs/development/haskell-modules/hackage-packages.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -171519,8 +171519,8 @@ self: {
171519171519
({ mkDerivation, base, pandoc, process }:
171520171520
mkDerivation {
171521171521
pname = "snipcheck";
171522-
version = "0.1.0.0";
171523-
sha256 = "0v44p82sn9kaflr3sa1jk0wlmxwl49zj709p8rjyxfk0hxq9g40k";
171522+
version = "0.1.0.1";
171523+
sha256 = "1kc3yzah4xss479lhzyb083qm0sfnkix7h03pd4da35i1q30k0w0";
171524171524
libraryHaskellDepends = [ base pandoc process ];
171525171525
homepage = "https://github.com/nmattia/snipcheck#readme";
171526171526
description = "Markdown tester";
@@ -177204,8 +177204,8 @@ self: {
177204177204
}:
177205177205
mkDerivation {
177206177206
pname = "stutter";
177207-
version = "0.1.0.0";
177208-
sha256 = "04fal5j1mdgpn5w4vh4gw4jb20j8jh3clsiz82llc392h5c8w0x3";
177207+
version = "0.1.0.1";
177208+
sha256 = "1s3bwwylbf7mcjzpnl8681aaw92q8kcyp074gns5cazsi0slfzl4";
177209177209
isLibrary = true;
177210177210
isExecutable = true;
177211177211
libraryHaskellDepends = [

‎pkgs/top-level/all-packages.nix

+4
Original file line numberDiff line numberDiff line change
@@ -4202,6 +4202,10 @@ with pkgs;
42024202

42034203
stunnel = callPackage ../tools/networking/stunnel { };
42044204

4205+
stutter = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.stutter) (drv: {
4206+
preCheck = "export PATH=dist/build/stutter:$PATH";
4207+
});
4208+
42054209
strongswan = callPackage ../tools/networking/strongswan { };
42064210

42074211
strongswanTNC = callPackage ../tools/networking/strongswan { enableTNC=true; };

0 commit comments

Comments
 (0)
Please sign in to comment.