7 stdenv.mkDerivation rec {
12 url = "http://perso.b2b2c.ca/~sarrazip/dev/${pname}-${version}.tar.gz";
13 hash = "sha256-WPFUoTUofigPxTRo6vUbVTEVWMeEPDWszCA05toOX0I=";
16 nativeBuildInputs = [ pkg-config ];
19 description = "Library for operations on boolean expression binary trees";
20 homepage = "http://perso.b2b2c.ca/~sarrazip/dev/boolstuff.html";
22 maintainers = [ lib.maintainers.marcweber ];
23 mainProgram = "booldnf";
24 platforms = lib.platforms.all;