7 stdenv.mkDerivation rec {
12 url = "http://archive.debian.org/debian/pool/main/d/dog/dog_${version}.orig.tar.gz";
13 sha256 = "3ef25907ec5d1dfb0df94c9388c020b593fbe162d7aaa9bd08f35d2a125af056";
17 substituteInPlace Makefile \
24 mkdir -p $out/man/man1
25 cp dog.1 $out/man/man1
31 homepage = "https://lwn.net/Articles/421072/";
32 description = "cat replacement";
33 license = licenses.gpl2Plus;
34 maintainers = with maintainers; [ qknight ];
35 platforms = platforms.all;