summary refs log tree commit diff
path: root/pkgs/os-specific/bsd
Commit message (Collapse)AuthorAge
* fixup! Tweak cross-compilation of some netbsd stuffKirill Elagin2019-11-03
|
* Tweak cross-compilation of some netbsd stuffKirill Elagin2019-11-03
| | | | | | | | This makes, at least, the following packages compile with musl: * netbsd.compat * netbsd.getent * netbsd.fts
* tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting2019-09-26
| | | | | | | | | 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.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: remove redundant quotesvolth2019-08-26
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* netbsd.mkDerivation: don't supply -z relroDmitry Kalinkin2019-04-10
| | | | | | Fixes netbsd.locale Fixes: aab8c7ba437d ('netbsd: add cross target')
* netbsd.mkDerivation: fix darwin buildDmitry Kalinkin2019-04-10
| | | | | | Fixes build of netbsd.make on darwin Fixes: aab8c7ba437d ('netbsd: add cross target')
* netbsd: add cross targetMatthew Bauer2019-02-26
|
* unixtools.utillinux: add columnMatthew Bauer2019-01-23
| | | | requested on IRC
* netbsd: misc cleanupsMatthew Bauer2018-10-07
|
* netbsd: support cross compilationMatthew Bauer2018-10-06
| | | | Separates build and host packages to get cross compilation working.
* netbsd: set HOST_CC/HOST_CXX -- maybe help aarch64 defaulting to clangWill Dietz2018-09-21
|
* netbsd.libcurses: patch around funopen2 now instead of funopenWill Dietz2018-09-20
|
* netbsd: there is no /usr/bin/env in the nix sandbox, use /bin/shWill Dietz2018-09-20
|
* netbsd.terminfo: break libcurses dep cycle with simple decl of use_envWill Dietz2018-09-20
|
* netbsd: hashesWill Dietz2018-09-20
|
* netbsd 7.1.2 -> 8.0Will Dietz2018-09-20
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* netbsd.compat: fix build with musl (#41537)Orivej Desh2018-06-16
|
* netbsd.locale: initMatthew Bauer2018-06-11
|
* add sys/tree.h is needed for mgMatthew Bauer2018-05-31
|
* netbsd: allow replacing nbcompat with libbsdMatthew Bauer2018-05-31
|
* treewide: Use pkgs/build-support/roles.bash to remove copy pastaJohn Ericson2018-05-07
| | | | | Also fix some setup hooks that unnecessarily used environment hooks, which revolted in the same variable being modified too many times.
* netbsd.misc: fix BINDIRMatthew Bauer2018-05-02
|
* netbsd.quiz: fixup databaseMatthew Bauer2018-05-02
|
* netbsd.misc: initMatthew Bauer2018-05-02
|
* netbsd: remove mkdir -p callsMatthew Bauer2018-05-02
| | | | | install is now hacked to ensure the parent directory exists before running.
* netbsd.games: disable some broken linux gamesMatthew Bauer2018-05-01
|
* netbsd: cleanup bootstrappingMatthew Bauer2018-04-30
|
* netbsd.games: cleanupMatthew Bauer2018-04-29
| | | | This gets a few more games working.
* netbsd.games: disable more games on darwinMatthew Bauer2018-04-29
|
* netbsd: improve darwin supportMatthew Bauer2018-04-27
|
* netbsd: cleanup and musl suppotMatthew Bauer2018-04-28
|
* netbsd: small fixupsMatthew Bauer2018-04-28
|
* openbsd: removeMatthew Bauer2018-04-28
|
* openbsd: fixup mgMatthew Bauer2018-04-28
|
* netbsd: fix fingerMatthew Bauer2018-04-27
|
* netbsd: fix games on linuxMatthew Bauer2018-04-27
|
* netbsd: more cleanupMatthew Bauer2018-04-27
|
* netbsd: fix links installerMatthew Bauer2018-04-27
|
* netbsd: fix getent with muslMatthew Bauer2018-04-26
|
* netbsd: propagate compatMatthew Bauer2018-04-26
|
* netbsd: install db.h to compatMatthew Bauer2018-04-26
|
* netbsd: remove broken attributesMatthew Bauer2018-04-26
|
* netbsd: small fixupsMatthew Justin Bauer2018-04-24
|
* bsd: init netbsd & openbsd userlandMatthew Bauer2018-04-24
Adds a couple of useful NetBSD and OpenBSD derivations. Some of these will be integrated into Nixpkgs later. Noncomprehensive list: - netbsd.getent - netbsd.getconf - netbsd.fts - openbsd.mg - netbsd.compat (can replace libbsd)