1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://savannah/libpipeline/libpipeline-${version}.tar.gz";
9 sha256 = "sha256-uLRRlJiQIqeewTF/ZKKnWxVRsqVb6gb2dwTLKi5GkLA=";
12 patches = lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];
15 homepage = "http://libpipeline.nongnu.org";
16 description = "C library for manipulating pipelines of subprocesses in a flexible and convenient way";
17 platforms = platforms.unix;
18 license = licenses.gpl3;