libcrafter: fix broken evaluation
This commit is contained in:
parent
3efad777a2
commit
7e9d00b05d
@ -3,12 +3,12 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libcrafter-${version}";
|
name = "libcrafter-${version}";
|
||||||
version = "0.3";
|
version = "0.3";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/pellegre/libcrafter/archive/version-${version}.zip";
|
url = "https://github.com/pellegre/libcrafter/archive/version-${version}.zip";
|
||||||
sha256 = "04lpmshh4wb1dav03p6rnskpd1zmmvhv80xwn8v7l8faps5gvjp4";
|
sha256 = "04lpmshh4wb1dav03p6rnskpd1zmmvhv80xwn8v7l8faps5gvjp4";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "cd libcrafter";
|
preConfigure = "cd libcrafter";
|
||||||
|
|
||||||
configureScript = "./autogen.sh";
|
configureScript = "./autogen.sh";
|
||||||
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user