Alyssa Ross
760c0428cb
netbsd.i18n_module: fix build
...
Tested building pkgsCross.x86_64-netbsd.netbsd.i18n_module from
x86_64-linux.
2021-04-22 18:33:14 +00:00
Alyssa Ross
c5ab13fc00
netbsd.libresolv: fix build
...
Tested building pkgsCross.x86_64-netbsd.netbsd.libresolv from
x86_64-linux.
2021-04-22 18:32:27 +00:00
John Ericson
a16384e118
Merge pull request #119916 from Ericson2314/bsd-setup-hook
...
netbsd: Generalize builder to any-bsd setup hook
2021-04-22 12:34:47 -04:00
Alyssa Ross
a2d88c63c6
netbsd.libterminfo: fix build
...
Tested building netbsd.libterminfo and
pkgsCross.x86_64-netbsd.netbsd.libterminfo from x86_64-linux.
2021-04-22 15:58:38 +00:00
John Ericson
82c231d17e
netbsd: Generalize builder to any-bsd setup hook
...
Do this to get ready for other BSDs.
2021-04-22 15:54:32 +00:00
John Ericson
ff94ed255a
Merge pull request #120225 from alyssais/netbsd-libossaudio
...
netbsd.libossaudio: fix build
2021-04-22 11:53:12 -04:00
Alyssa Ross
8c48bb08d7
netbsd.libossaudio: fix build
...
The file this was trying to modify doesn't even exist.
Tested by building pkgsCross.x86_64-netbsd.netbsd.libossaudio from
x86_64-linux.
2021-04-22 15:38:07 +00:00
Alyssa Ross
2a16327a83
netbsd.ld_elf_so: fix build
...
Tested building pkgsCross.x86_64-netbsd.netbsd.ld_elf_so from
x86_64-linux.
2021-04-22 10:34:56 +00:00
John Ericson
5910c5375f
netbsd.mkDerviation: remove pointless attrs.src or
...
`attrs` overrides these defaults already.
2021-04-19 19:49:22 +00:00
Alyssa Ross
ddcb48cc3d
netbsd.sys: actually build the kernel
...
Before, we were only building the headers, firmware, and bootloader.
CONFIG could be overridden to use another pre-defined kernel, but
there's no way to pass a custom kernel configuration yet.
Tested booting the built kernel in a NetBSD VM.
2021-04-18 19:16:51 +00:00
Alyssa Ross
37ac32a351
netbsd.config: init at 8.0
...
Needed to build the NetBSD kernel.
2021-04-18 19:04:27 +00:00
Alyssa Ross
3e9decc557
netbsd.cksum: init at 8.0
...
We need the source directory of this package for config(1), so we
might as well just package it.
2021-04-18 19:04:26 +00:00
John Ericson
3ad122f494
Merge pull request #119793 from alyssais/netbsd-sys
...
netbsd.sys: fix build
2021-04-18 14:45:37 -04:00
github-actions[bot]
f42b75df03
Merge staging-next into staging
2021-04-18 18:10:40 +00:00
Alyssa Ross
bdb8ec0ce6
netbsd.sys: set platforms
...
I don't think there's any reason for this not to be set. Maybe it was
from before netbsd.headers overrode meta.platforms for its
constituents.
2021-04-18 16:46:28 +00:00
Alyssa Ross
d8a6f55942
netbsd: add myself as maintainer
2021-04-18 12:30:22 +00:00
Alyssa Ross
f7e988de8c
netbsd.sys: set FIRMWAREDIR
...
Otherwise, would try to install firmware to /libdata/firmware.
2021-04-18 12:04:03 +00:00
Alyssa Ross
8603012521
netbsd.sys: add missing uudecode dependency
2021-04-18 12:02:29 +00:00
Alyssa Ross
05e8b0de1a
netbsd.uuencode: init at 8.0
...
Required to build the NetBSD kernel.
2021-04-18 12:02:28 +00:00
Alyssa Ross
529b539494
netbsd.mkDerivation: popd in moveUsrDir
...
Permanently changing the directory here was breaking the kernel build,
which needs to do other things after moveUsrDir.
2021-04-18 12:02:25 +00:00
Jörg Thalheim
b2a1e04eed
Merge remote-tracking branch 'upstream/staging-next' into HEAD
2021-04-17 16:37:04 +02:00
Alyssa Ross
ea50a8c811
netbsd.man: fix hash
...
This was identical to the hash for "misc" above, so was obviously just
a copy and paste error.
2021-04-15 09:24:14 +00:00
Alyssa Ross
93d0f1c237
netbsd.libc: fix build
2021-04-15 03:55:50 +00:00
Alyssa Ross
314aa175d3
netbsd: bison -> byacc
...
These are only mostly compatible, and libc won't build with bison.
2021-04-15 03:55:50 +00:00
Alyssa Ross
3b5b199012
netbsd.statHook: init
...
This fixes the build of various NetBSD programs on Linux,
e.g. netbsd.statHook.
2021-04-15 02:59:26 +00:00
Alyssa Ross
2dba1df37e
Revert "netbsd: take fetchcvs from buildPackages to fix eval"
...
This reverts commit 6dff63294a
.
We have a more general fix now, so don't need this any more.
2021-04-14 21:38:23 +00:00
sternenseemann
6dff63294a
netbsd: take fetchcvs from buildPackages to fix eval
...
For some reason fetchcvs was taken from the cross package set when
cross compiling netbsd.* instead of from buildPackages. I suspect that
this was no issue previously because it just could be substituted as it
only ever produced fixed output derivations. However since
00a2084a40
the evaluation of fetchcvs
would depend on `stdenv.cc` (via its openssh dependency). Since
netbsd.libc is required to evaluate stdenv.cc this caused a infinite
recursion when staging the cross stdenv for pkgsCross.amd64-netbsd. The
fix for this is pretty easy: Just take fetchcvs from buildPackages
explicitly instead of hoping for mkDerivation to get it right.
Resolves #119323 .
2021-04-14 14:58:08 +00:00
Sandro Jäckel
33a395f195
yacc: deprecate alias
...
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
John Ericson
1ac5398589
*-wrapper; Switch from infixSalt
to suffixSalt
...
I hate the thing too even though I made it, and rather just get rid of
it. But we can't do that yet. In the meantime, this brings us more
inline with autoconf and will make it slightly easier for me to write a
pkg-config wrapper, which we need.
2020-05-12 00:44:44 -04:00
Kirill Elagin
8e912bcb30
fixup! Tweak cross-compilation of some netbsd stuff
2019-11-03 12:04:39 +03:00
Kirill Elagin
60944c7efd
Tweak cross-compilation of some netbsd stuff
...
This makes, at least, the following packages compile with musl:
* netbsd.compat
* netbsd.getent
* netbsd.fts
2019-11-03 02:08:27 +03:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
...
Quoting from the splitString docstring:
NOTE: this function is not performant and should never be used.
This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Dmitry Kalinkin
81ab32e510
netbsd.mkDerivation: don't supply -z relro
...
Fixes netbsd.locale
Fixes: aab8c7ba43
('netbsd: add cross target')
2019-04-10 17:35:08 -04:00
Dmitry Kalinkin
1548084c3b
netbsd.mkDerivation: fix darwin build
...
Fixes build of netbsd.make on darwin
Fixes: aab8c7ba43
('netbsd: add cross target')
2019-04-10 16:58:00 -04:00
Matthew Bauer
aab8c7ba43
netbsd: add cross target
2019-02-26 15:55:47 -05:00
Matthew Bauer
d9332f2a71
unixtools.utillinux: add column
...
requested on IRC
2019-01-23 16:35:11 -05:00
Matthew Bauer
38c510c879
netbsd: misc cleanups
2018-10-07 22:33:18 -05:00
Matthew Bauer
5deee7672c
netbsd: support cross compilation
...
Separates build and host packages to get cross compilation working.
2018-10-06 14:41:56 -05:00
Will Dietz
6d8647fd36
netbsd: set HOST_CC/HOST_CXX -- maybe help aarch64 defaulting to clang
2018-09-21 06:42:46 -05:00
Will Dietz
353d994254
netbsd.libcurses: patch around funopen2 now instead of funopen
2018-09-20 23:20:31 -05:00
Will Dietz
9e2bd0ddc2
netbsd: there is no /usr/bin/env in the nix sandbox, use /bin/sh
2018-09-20 23:00:45 -05:00
Will Dietz
d08ff06d0a
netbsd.terminfo: break libcurses dep cycle with simple decl of use_env
2018-09-20 23:00:32 -05:00
Will Dietz
8517039fb9
netbsd: hashes
2018-09-20 23:00:32 -05:00
Will Dietz
6974f98245
netbsd 7.1.2 -> 8.0
2018-09-20 22:57:34 -05:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Orivej Desh
9aa1624e83
netbsd.compat: fix build with musl ( #41537 )
2018-06-16 23:25:10 -04:00
Matthew Bauer
d64b85983b
netbsd.locale: init
2018-06-11 14:47:47 -04:00