16 Aug 2022 |
@qbit:tapenet.org | propagatedBuildInputs = [
JSONXS
MooseXGetopt
TextReflow
ZonemasterEngine
ZonemasterLDNS
libintlperl
]
| 21:50:21 |
@qbit:tapenet.org | making a package for zonemaster-cli | 21:50:23 |
@qbit:tapenet.org | the Zonemaster* libs might not be useful outside of the context of zonemaster | 21:50:44 |
@qbit:tapenet.org | so not sure it's worth making them "global" | 21:50:53 |
@janne.hess:helsinki-systems.de | Why not? nix is lazy enough | 21:51:07 |
@qbit:tapenet.org | ya | 21:53:11 |
@qbit:tapenet.org | k | 21:53:13 |
@qbit:tapenet.org | > checking for SSL... configure: error: Cannot find the SSL libraries in /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /opt/local /usr/local/opt/openssl /usr/sfw /usr | 22:12:14 |
| * @qbit:tapenet.org shakes his fist | 22:12:16 |
@qbit:tapenet.org | is there something that lets one pass in flags to the Makefile.PL stage? | 22:14:58 |
@qbit:tapenet.org | they have --prefix-openssl | 22:15:08 |
@qbit:tapenet.org | guess i can do a full configurePhase | 22:15:48 |
@andreas.schraegle:helsinki-systems.de | https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/perl.section.md#packaging-perl-programs-ssec-perl-packaging says makeMakerFlags | 22:18:21 |
@andreas.schraegle:helsinki-systems.de | haven't verified if docs match implementation though | 22:18:30 |
@qbit:tapenet.org | i see other uses of it, so i'll give it a whirl! ty! | 22:20:32 |
@qbit:tapenet.org | /nix/store/ssb0wmjda2w324jr7arv9sc8xq1d8mvq-perl5.36.0-Zonemaster-CLI-4.0.1 \o/ | 22:22:13 |
@qbit:tapenet.org | thanks! | 22:22:16 |
17 Aug 2022 |
@qbit:tapenet.org | /nix/store/j7sqcsk4kqcf5iy02idvr60x6nrz3d20-perl5.36.0-Zonemaster-CLI-4.0.1
qbit@europa[0]:~/src/nixpkgs(master)% ./result/bin/zonemaster-cli
/nix/store/m5n32vy7rbfrqcxigw1p6wyx3cj7smg9-coreutils-9.1/bin/env: ‘perl -I/nix/store/iiy452z89fpj7ky0i8fls6kh41k8qcg8-perl-5.36.0/lib/perl5/site_perl -I/nix/store/n1lm8aqsbvl8gf1wy7jdz4kz5vnmls8v-perl5.36.0-JSON-XS-4.03/lib/perl5/site_perl -I/nix/store/w’: No such file or directory
/nix/store/m5n32vy7rbfrqcxigw1p6wyx3cj7smg9-coreutils-9.1/bin/env: use -[v]S to pass options in shebang lines
qbit@europa[127]:~/src/nixpkgs(master)%
| 01:03:24 |
@qbit:tapenet.org | so close :D | 01:03:26 |
@qbit:tapenet.org | https://github.com/NixOS/nixpkgs/compare/master...qbit:nixpkgs:zonemastercli is what i have so far | 01:21:34 |
@qbit:tapenet.org | not sure what do to about the env error | 01:21:49 |
@qbit:tapenet.org | oh, i guess i should stop using env :D | 01:27:33 |
@qbit:tapenet.org | yay \o/ | 01:30:19 |
@qbit:tapenet.org | https://github.com/NixOS/nixpkgs/pull/187052 | 01:39:57 |
@janne.hess:helsinki-systems.de | stigo: do you know of a way to query a file from a distribution from meta::cpan? | 18:39:18 |
@janne.hess:helsinki-systems.de | * stigo: do you know of a way to query a file from a distribution from meta:cpan? | 18:39:20 |
@janne.hess:helsinki-systems.de | * stigo: do you know of a way to query a file from a distribution from metacpan? | 18:39:21 |
@janne.hess:helsinki-systems.de | in particular I want to check whether a module.build exists | 18:39:31 |
@janne.hess:helsinki-systems.de | * in particular I want to check whether a Build.PL exists | 18:40:21 |
@janne.hess:helsinki-systems.de | got it ;) | 19:14:26 |