Commit Graph
100 Commits
Author SHA1 Message Date
Joe Hermaszewski be7b132bf5 haskellPackages.hnix: Patch to fix broken location annotations
Also reenable tests for update-nix-fetchgit
2021-05-22 16:14:27 +08:00
Joe Hermaszewski a3830da1aa haskell: default name to "" when root isn't a path in developPackage
See https://github.com/NixOS/nixpkgs/issues/103062
2021-05-08 18:22:54 +08:00
Joe Hermaszewski 9fb7b6dc1d mautrix-signal: Fix incorrect escaping in wrapper 2021-05-03 13:51:47 +08:00
Joe Hermaszewski c87152d97c ecpdap: 0.1.5 -> 0.1.6
Also put the new udev rules in /etc/udev/rules.d
2021-04-30 21:53:43 +08:00
Joe Hermaszewski 849b29b4f7 pangolin: 2017-08-02 -> 0.6 (#120735)
Drop ffmpeg_3 dependency in favor of ffmpeg: https://github.com/NixOS/nixpkgs/issues/120705
2021-04-30 11:32:45 +02:00
Joe Hermaszewski ba86df95ac ecpdap: init at 0.1.5 2021-04-29 22:34:33 +08:00
Joe Hermaszewski e14e57fb19 mx-puppet-discord: init at 2021-01-22 2021-04-28 12:11:55 +08:00
Joe Hermaszewski 580e83525b inav-blackbox-tools: init at 2021-04-22 2021-04-26 12:26:51 +08:00
Joe Hermaszewski 78bdfddde1 signald: init at 0.13.1 2021-04-22 19:07:19 +08:00
Joe Hermaszewski 03ea3ba1ed modules.matrix-appservice-irc: allow connecting to unix sockets
In order to connect to postgres sockets.

This took a while to track down :/
2021-04-20 15:48:50 +08:00
Joe Hermaszewski a71b18f5d4 mautrix-signal: init at v0.1.1
The script wrapping python -m mautrix_signal was inspired by
the gunicorn script in powerdns-admin
2021-04-15 08:24:39 +08:00
Joe Hermaszewski 580d88efa0 services.postgresql: Improve example clarity
Although the quotes here aren't necessary, they may be if a user cargo-cults this example with a database name with hyphens (or other "unusual" characters).
2021-04-10 11:12:36 +08:00
Joe Hermaszewski cade44d2f7 haskellPackages.derive-storable-plugin: remove from broken list 2021-01-09 12:57:50 +08:00
Joe Hermaszewski 42743be017 monado: Add serviceSupport option
This controls XRT_FEATURE_SERVICE. See
https://gitlab.freedesktop.org/monado/monado/-/blob/master/doc/targets.md#xrt_feature_service-disabled
for more info.
2021-01-09 00:38:10 +01:00
Joe Hermaszewski b08b22d85f xrgears: init at unstable-2020-04-15 2021-01-09 00:36:01 +01:00
Joe Hermaszewski dff4009b35 libsurvive: add expipiplus1 to maintainers 2021-01-09 00:35:57 +01:00
Joe Hermaszewski 2a9c1eb91e haskellPackages.nothunks: jailbreak to fix tests 2021-01-09 00:45:59 +08:00
Joe Hermaszewski cbc4bd9971 vulkan: 1.2.141 -> 1.2.162
Also improve metadata for vulkan-validation-layers
2021-01-03 11:03:42 +00:00
Joe Hermaszewski be8a89e784 directx-shader-compiler: Add Darwin support 2020-12-20 13:03:29 +08:00
Joe Hermaszewski cb43266d22 directx-shader-compiler: init at 1.5.2010 2020-12-19 14:18:02 +08:00
Joe Hermaszewski a453036794 haskellPackages.haskell-language-server: 0.7.0 -> 0.7.1 2020-12-18 20:27:54 +01:00
Joe Hermaszewski 63e5171ff8 haskell-language-server: Make update.sh fetch latest tagged release 2020-12-18 20:27:53 +01:00
Joe Hermaszewski c31e766a24 haskellPackages.haskell-language-server: 0.6.0 -> 0.7.0
Remove hls-brittany as it's no longer necessary

Fix the update script to include hls-explicit-imports-plugin and
hls-retrhls-retrie-plugin
2020-12-18 20:27:53 +01:00
Joe Hermaszewski 4e2397de0c nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.02 2020-12-08 13:55:24 +08:00
Joe Hermaszewski 4fe23ed6ca libcap: fix static build
This makes the build correct when cap==null

It also patches the Makefiles so that shared libraries aren't built during the install phase
2020-12-08 05:21:05 +01:00
Joe Hermaszewski b3640e024f binutils: patch to fix https://sourceware.org/bugzilla/show_bug.cgi?id=16177
This bug was preventing one compiling Haskell programs from `pkgsMusl` for
armv7.

`nix-build --argstr crossSystem "armv7l-linux" -A pkgsMusl.haskellPackages.hello`
succeeds with this patch.

The patch is Nick Clifton's one, rebased by @ericson2314 here
https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c6

Although there was some talk about the efficacy of the binutils patch
(https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c9) the resulting
binary seems to run without issue on the target platform. Jessica's
patch there caused ld to fail linking some programs. Nick's proposed
patch has worked well in my testing so far (a Haskell project of some
small complexity cross compiled with musl to armv7).
2020-11-28 20:19:05 +08:00
Joe Hermaszewski 15b3bc3306 ghc865-binary: Use binary distribution which links against ncurses6 for
x86_64-linux

Ben Gamari's patch from #85924.

Fixes #85924, allowing one to bootstrap GHC in `pkgsMusl`

`nix-build -A pkgsMusl.haskellPackages.hello` succeeds with this patch.
2020-11-28 20:19:05 +08:00
Joe Hermaszewski 498f9f63da haskellPackages.streamly: fix build
The build was broken because our `primitive` version was too high.

Using the patch from https://github.com/composewell/streamly/pull/565
2020-11-20 20:57:40 +01:00
Joe Hermaszewski 768b1c3c26 vulkan-extension-layer: 2020-08-25 -> 2020-11-20 2020-11-20 20:40:32 +08:00
Joe Hermaszewski c8d1171254 vulkan-extension-layer: init at 2020-08-25
There are no tags or releases on the repo, so just use the date as version.

Khronos strikes again with terrible naming here.
2020-11-20 15:25:26 +08:00
Joe Hermaszewski b2fae2dbdf vulkan-tools-lunarg: init at 1.2.141.0 2020-11-17 15:08:51 +08:00
Joe Hermaszewski 929db7f52f vulkan-tools: Correct description in metadata
Use the github repo here as the homepage as lunarg.com has heaps of
stuff besides these tools.
2020-11-17 15:08:19 +08:00
Joe Hermaszewski 1594881eb6 vulkan-validation-layers: Add output for generated include files
These are dependencies of other layers such as the layers in LunarG Vulkan Tools
2020-11-16 17:41:46 +08:00
Joe Hermaszewski 49e9758ef3 haskell: Add cabal2nixOptions to developPackage
Also neaten documentation slightly
2020-11-13 21:37:57 +01:00
Joe Hermaszewski a32c231007 haskell: add withHoogle option to developPackage 2020-11-13 21:37:57 +01:00
Joe Hermaszewski 07e697d22d haskell: improve documentation on ghcWithHoogle and developPackage 2020-11-13 21:37:57 +01:00
Joe Hermaszewski c3b35f21f7 lib: Add composeManyExtensions 2020-11-13 21:37:57 +01:00
Joe Hermaszewski 7673eda11d haskell: Add documentationTarball to lib 2020-11-13 21:37:56 +01:00
Joe Hermaszewski 407bb3ba3f haskell: whitespace fixes 2020-11-13 21:37:56 +01:00
Joe Hermaszewski e5570d9f8b update-nix-fetchgit: standalone small closure 2020-11-13 21:37:56 +01:00
Joe Hermaszewski b95bea0385 haskellPackages.update-nix-fetchgit: Several fixes
Fix versions of dependencies

Generate shell completions

Wrap executable so that required executables are in PATH

Make sure necessary executables for tests are present during build
2020-11-13 21:37:56 +01:00
Joe Hermaszewski 738d4fef65 haskellPackages.optparse-generic_1_4_4: Correct version of dependency 2020-11-13 21:37:56 +01:00
Joe Hermaszewski 4f0af81b01 haskellPackages.optparse-applicative_0_16_0_0: Fix for compgen error 2020-11-13 21:37:56 +01:00
Joe Hermaszewski a3d8c1284f haskell: add addTestToolDepends 2020-11-13 21:37:56 +01:00
Joe Hermaszewski c3b1e7e7a9 audiofile: fix static build
Fixes https://github.com/NixOS/nixpkgs/issues/103215
2020-11-12 14:03:08 +08:00
Joe Hermaszewski 695776f6bb swiftshader: 2020-06-17 -> 2020-11-06 2020-11-08 19:10:12 +08:00
Joe Hermaszewski 7347bbf454 haskellPackages.vulkan: add 32 bit platforms to unsupported-platforms
Same for haskellPackages.VulkanMemoryAllocator
2020-11-06 21:38:28 +01:00
Joe Hermaszewski f78fb98f18 haskellPackages.orbits: mark unbroken 2020-11-06 21:37:06 +01:00
Joe Hermaszewski 65c119e6e7 haskellPackages.exact-real: mark unbroken 2020-11-06 21:37:05 +01:00
Joe Hermaszewski 22dbcb3b57 haskellPackages.autoapply: Depend on correct version of th-desugar
Also mark as unbroken
2020-11-06 21:37:05 +01:00
Joe Hermaszewski 86a1b6c41d haskellPackages.vulkan-utils: Add necessary dependency on vulkan-headers
Also mark as unbroken
2020-11-06 21:37:05 +01:00
Joe Hermaszewski 55a9078748 haskell-generic-builder: Add missing preHaddock and postHaddock arguments 2020-10-23 21:00:26 +02:00
Joe Hermaszewski 0e29b48a05 nodePackages.coc-diagnostic: init at 0.9.0
Also add as Vim plugin

Also update node packages from generate.sh
2020-10-17 08:56:20 -07:00
Joe HermaszewskiandDmitry Kalinkin 99d2db8dce nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)
- This is fetched from a different URL, so allow passing that explicitly.

- There also isn't an nvidia-persistenced or nvidia-settings release for
  this version, so use 450.57 instead. Also implement passing
  persistenced and settings version explicitly.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-24 10:53:05 -04:00
Joe Hermaszewski e34b5375cd haskellPackages.haskell-language-server: fix typo in update script 2020-08-25 21:03:50 +08:00
Joe Hermaszewski f6e07b3c5d defaultGemConfig.mathematical: fix cross compilation 2020-07-10 07:48:12 +02:00
Joe Hermaszewski 79987057c4 exfat: fix cross compilation 2020-06-18 17:27:27 +08:00
Joe Hermaszewski 9e7da18382 swiftshader: init at 2020-06-17 2020-06-18 16:43:45 +08:00
Joe Hermaszewski 3e10731b08 ffmpeg-full: add librsvg support 2020-06-12 17:18:38 -07:00
Joe Hermaszewski d6c0115cee nodePackages.he: init at 1.2.0 2020-06-10 20:16:06 -04:00
Joe Hermaszewski 74ff4f65ca nodePackages.escape-string-regexp: init at 4.0.0 2020-06-10 20:16:05 -04:00
Joe Hermaszewski 53594c65ce haskellPackages.VulkanMemoryAllocator: Add extra library necessary for compilation 2020-05-29 22:28:47 +02:00
Joe Hermaszewski 7dd3d620d6 vim-plugins.coc-fzf: init at 2020-03-06
Tested working with the current version of coc.nvim and fzf
2020-03-27 01:42:32 -07:00
Joe Hermaszewski 25b70da19d restic: fix cross compilation
Remove the custom build phase
2020-02-22 16:18:23 +08:00
Joe Hermaszewski e978d20fd2 opencorsairlink: init at 2019-12-23 2020-02-08 11:57:49 +08:00
Joe Hermaszewski 4a702c9d1c vimPlugins: update 2019-10-12 18:37:46 +08:00
Joe Hermaszewski 750757dba4 vimPlugins.vim-yaml: init at 2019-01-07 2019-10-12 18:35:57 +08:00
Joe Hermaszewski f74b035ca7 vimPlugins.vim-visual-increment: init at 2015-07-02 2019-10-12 18:35:57 +08:00
Joe Hermaszewski e5a558a748 vimPlugins.vim-togglelist: init at 2013-04-07 2019-10-12 18:35:57 +08:00
Joe Hermaszewski 651a2342b4 vimPlugins.vim-tmux-focus-events: init at 2019-04-19 2019-10-12 18:35:57 +08:00
Joe Hermaszewski d6bafe8286 vimPlugins.vim-textobj-haskell: init at 2014-10-27 2019-10-12 18:35:56 +08:00
Joe Hermaszewski 8e4961701d vimPlugins.vim-diminactive: init at 2017-08-27 2019-10-12 18:35:56 +08:00
Joe Hermaszewski 035f28e398 vimPlugins.prev_indent: init at 2014-03-08 2019-10-12 18:35:56 +08:00
Joe Hermaszewski 7ba023cf60 vimPlugins.open-browser-github.vim: init at 2018-03-14 2019-10-12 18:35:56 +08:00
Joe Hermaszewski 1b42193d42 vimPlugins.neovim-fuzzy: init at 2018-11-15 2019-10-12 18:35:56 +08:00
Joe Hermaszewski cc768f7d1f vimPlugins.lessspace.vim: init at 2019-09-12 2019-10-12 18:35:56 +08:00
Joe Hermaszewski 180f6a82f7 dconf: Disable tests on armv7l-linux
Fixes: #59590
2019-05-22 23:01:46 +08:00
Joe Hermaszewski 0e2d27f5af fped: init at 2017-05-11 2019-04-13 13:36:46 +08:00
Joe Hermaszewski 096ea6d24f proot: 20171015 -> 20181214
Proot now includes a fix for the seccomp bug on recent kernels
2019-01-22 22:27:24 +08:00
Joe Hermaszewski 59379cb304 haskellPackages.monad-memo: remove unnecessary patch 2019-01-20 10:43:41 +08:00
Joe Hermaszewskiandexpipiplus1 33e7330440 libgpiod: init at 2018-10-07
Co-Authored-By: expipiplus1 <github@sub.monoid.al>
2018-12-05 11:18:31 +00:00
Joe Hermaszewski 7fa0befcc7 ghc-8.4: fix build targeting arm
Fixes https://ghc.haskell.org/trac/ghc/ticket/15780
2018-12-01 12:09:05 +08:00
Joe Hermaszewski 5778c4150a Haskell Packages: Use correct version of indexed-list-literals for vector-sized-1.0.0.0 2018-04-21 09:47:52 +08:00
Joe Hermaszewski 7abfefaaf4 haskellPackages.vulkan: Fix dependency for vulkan 2018-04-19 17:23:20 +08:00
Joe Hermaszewski dea879f8df asciidoctor: Only run patchelf on Linux 2018-04-12 20:14:20 +08:00
Joe Hermaszewski cb3f5a2d9c asciidoctor: Use an explicit path to patchelf
Hopefully fixing the Darwin build
2018-04-10 11:34:24 +08:00
Joe Hermaszewski 16bc4ffc85 asciidoctor: 1.5.6.1 -> 1.5.6.2, also add mathematical and coderay
`asciidoctor-mathematical` requires a few system dependencies to
compile, and some of these are not linked correctly into the resulting
shared object, so these are handled manually.

`asciidoctor-mathematical` and `coderay` are necessary to compile the
vulkan specification documentation.
2018-04-09 18:51:34 +08:00
Joe Hermaszewski 69017e46ae ruby bundlerApp: Allow passing gemConfig through to bundlerEnv 2018-04-09 18:51:34 +08:00
Joe Hermaszewski 7cd44aeeef pangolin: fix OS X build 2017-08-09 22:14:23 +01:00
Joe Hermaszewski 531a5b1afe git-fame: init at 2.5.2 2017-08-09 07:32:21 +01:00
Joe Hermaszewski 4b1bcf8724 pangolin: init at 2017-08-02 2017-08-08 09:57:10 +01:00
Joe Hermaszewski 6fd51f96fe qbs: init at 1.8 2017-07-05 22:53:38 +01:00
Joe Hermaszewski 5abfed0e0b qt5: Add qtcharts submodule 2017-07-01 15:07:49 +01:00
Joe Hermaszewski ad778a64d7 LLVM-3.9: formatting 2017-04-29 11:18:25 +00:00
Joe Hermaszewski 7b7ffc4999 LLVM-3.9: disable shared libraries in cross builds
The current cc-wrapper script seems to have trouble setting the rpath
correctly. Hopefully #25047 will fix this.
2017-04-29 11:18:15 +00:00
Joe Hermaszewski bad5ca0525 LLVM-3.9: Use nativeBuildInputs instead of buildPackages 2017-04-25 22:31:31 +00:00
Joe Hermaszewski fea424fea3 LLVM-3.9: Fix RPATH in cross compile builds
This error was cause by multiple-outputs.sh not setting
NIX_CROSS_LDFLAGS
2017-04-25 22:25:17 +00:00
Joe Hermaszewski 12bbc63024 llvm-3.9: Fix cross compilation
It's now possible to cross compile llvm:

`nix-build -E '(import ./. { crossSystem = import ./platform.nix; }).pkgs.llvm'`
2017-04-25 19:59:35 +00:00
Joe Hermaszewski 3eee6ea7c1 groff: use buildPackages to fix cross compile 2017-04-25 19:59:35 +00:00
Joe Hermaszewski 34436df0d0 clang: Use cmake from buildPackages 2017-04-25 19:59:09 +00:00