1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "http://archive.debian.org/debian/pool/main/d/dog/dog_${version}.orig.tar.gz";
9 sha256 = "3ef25907ec5d1dfb0df94c9388c020b593fbe162d7aaa9bd08f35d2a125af056";
13 substituteInPlace Makefile \
20 mkdir -p $out/man/man1
21 cp dog.1 $out/man/man1
27 homepage = "https://lwn.net/Articles/421072/";
28 description = "cat replacement";
29 license = licenses.gpl2Plus;
30 maintainers = with maintainers; [ qknight ];
31 platforms = platforms.all;