[Nix-dev] [Nix-commits] SVN commit: nix - r34442 - in nixpkgs/trunk/pkgs: misc/screensavers/vlock top-level
Ludovic Courtès
ludo at gnu.org
Mon Jun 11 14:39:46 CEST 2012
Hi Peter,
Peter Simons <simons at cryp.to> skribis:
> + name = "vlock-2.2.2";
> + src = fetchurl
> + {
> + url = mirror://debian/pool/main/v/vlock/vlock_2.2.2.orig.tar.gz;
> + sha256 = "1b9gv7hmlb8swda5bn40lp1yki8b8wv29vdnhcjqfl6ir98551za";
> + };
> +
> + prePatch = ''
> + sed -i -e '/INSTALL/s/-[og] [^ ]*//g' Makefile modules/Makefile
> + '';
Please follow the coding style described at
<http://hydra.nixos.org/build/2690654/download/2/manual/#id487157>.
Thanks,
Ludo'.
More information about the nix-dev
mailing list