libcrafter: fix broken evaluation

This commit is contained in:
Peter Simons 2015-05-08 13:48:26 +02:00
parent 3efad777a2
commit 7e9d00b05d

View file

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/pellegre/libcrafter;
description = "High level C++ network packet sniffing and crafting library";
license = stdenv.lib.licenses.bsd3;
maintainers = [ maintainers.lethalman ];
maintainers = [ stdenv.lib.maintainers.lethalman ];
};
}