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