remove the picotls header files
This commit is contained in:
parent
2d45876146
commit
e86c37422b
|
@ -5,6 +5,7 @@
|
|||
, libextractor
|
||||
, libgcrypt
|
||||
, libhandy
|
||||
, libnotify
|
||||
, gnunet
|
||||
, gtk3
|
||||
, pkgconfig
|
||||
|
@ -18,8 +19,8 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitLab {
|
||||
owner = "TheJackiMonster";
|
||||
repo = "cadet-gtk";
|
||||
rev = "v${version}";
|
||||
sha256 = "09a3ga5gfvrdq0z4325p7ndb78mg3lkc021c8bhkf6dxd76qm7r5";
|
||||
rev = "14a5a86e06d66b75b1e1e12f332cba2d68644493";
|
||||
sha256 = "0ai0sxghkj4zln0j74hsc7gmk9cfkmw8iqz29vckf4636f8bh3mn";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
libextractor
|
||||
libgcrypt
|
||||
libhandy
|
||||
libnotify
|
||||
gnunet
|
||||
gtk3
|
||||
];
|
||||
|
|
|
@ -65,8 +65,6 @@ stdenv.mkDerivation rec {
|
|||
install -Dt $out/lib *.a
|
||||
install -Dt $dev/include ../include/quicly.h
|
||||
install -Dt $dev/include/quicly ../include/quicly/*.h
|
||||
install -Dt $dev/include ${picotls}/include/picotls.h
|
||||
install -Dt $dev/include/picotls ${picotls}/include/picotls/*.h
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue