quickder: cleanup expression
This commit is contained in:
parent
dfee92cd2e
commit
5e56f4e19c
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, python2Packages, hexio
|
||||
, which, cmake, bash, arpa2cm, git, asn2quickder, pkgconfig }:
|
||||
, cmake, bash, arpa2cm, git, asn2quickder }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "quickder";
|
||||
@ -12,20 +12,17 @@ stdenv.mkDerivation rec {
|
||||
repo = "quick-der";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = with python2Packages; [
|
||||
arpa2cm
|
||||
asn1ate
|
||||
bash
|
||||
cmake
|
||||
git
|
||||
hexio
|
||||
pyparsing
|
||||
python
|
||||
six
|
||||
which
|
||||
asn1ate
|
||||
asn2quickder
|
||||
pkgconfig
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
@ -39,9 +36,6 @@ stdenv.mkDerivation rec {
|
||||
cmakeFlags = [
|
||||
"-DNO_TESTING=ON"
|
||||
"-DARPA2CM_TOOLCHAIN_DIR=$out/share/ARPA2CM/toolchain/"
|
||||
"-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON"
|
||||
"-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON"
|
||||
"-DPACKAGE_NO_PACKAGE_REGISTRY=ON"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user