libcrafter: fix broken evaluation

This commit is contained in:
Peter Simons
2015-05-08 13:50:46 +02:00
parent 3efad777a2
commit 7e9d00b05d
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/pellegre/libcrafter; homepage = https://github.com/pellegre/libcrafter;
description = "High level C++ network packet sniffing and crafting library"; description = "High level C++ network packet sniffing and crafting library";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = [ maintainers.lethalman ]; maintainers = [ stdenv.lib.maintainers.lethalman ];
}; };
} }