Artur Cygan
cd600120e3
haskellPackages.sbv: fix build on aarch64
2021-12-15 15:56:29 +01:00
sternenseemann
512c0ee78a
haskellPackages.xmonad*_0_17_0: build on Hydra
...
Makes it easier to spot regressions and gives binary cache to downstream
users.
2021-12-01 18:25:28 +01:00
sternenseemann
6bdb60a405
haskellPackages.xmonad-extras_0_17_0: build with matching releases
...
Needs xmonad and xmonad-contrib of the same version.
2021-12-01 18:25:28 +01:00
sternenseemann
a9fb1cb78a
haskellPackages.xmonad-contrib_0_17_0: mv override closer to xmonad
...
Having everything in one place is going to make this a bit more maintainable.
2021-12-01 18:25:28 +01:00
Nick Hu
36d5761b3e
haskellPackages.xmonad_0_17_0: respect NIX_GHC and XMONAD_XMESSAGE
...
Adds xmonad-nix.patch adjusted for xmonad 0.17.0.
Originally posted here: https://discourse.nixos.org/t/use-latest-version-of-xmonad-0-17-0/16191/5
Co-Authored-By: ento <ping@stillspinning.cc>
Co-Authored-By: sternenseemann <sternenseemann@systemli.org>
2021-12-01 18:25:28 +01:00
Ellie Hermaszewska
e4d170bc8f
Merge pull request #145124 from sternenseemann/graphviz-hardcode-store-paths
2021-12-01 16:54:35 +08:00
Malte Brandy
356698c493
haskell-language-server: Fix plugins for 1.5.0.0
2021-11-20 02:54:04 +01:00
sternenseemann
d4795c8efc
haskellPackages.hasql-interpolate: disable tests (need running postgres)
2021-11-18 17:13:42 +01:00
sternenseemann
7d3dbec3cc
haskellPackages.git-annex: move input overrides to configuration-nix
2021-11-14 20:56:43 +01:00
sternenseemann
3266c51421
haskellPackages.git-annex: refactor configuration-nix.nix overrides
...
Move everything into a single overrideCabal and express conditionality
using optionalAttrs. This should make it easier to add
more (un)conditional overrides in the future.
2021-11-14 20:56:43 +01:00
sternenseemann
bdaf941e39
haskellPackages.hercules-ci-*: fix eval with haskell.lib.compose
...
PR was merged after the switch to haskell.lib.compose by default, but
originally created before that day, so the argument order used was
completely wrong, but CI didn't show it, because its state was stale.
2021-11-14 16:36:30 +01:00
Domen Kožar
6fe99723d3
Merge pull request #145383 from hercules-ci/upgrade-cnix
...
hercules-ci-*, cachix: nix: 2.3 -> 2.4
2021-11-14 08:41:08 -06:00
Robert Hensing
f4c24b78d3
hercules-ci-*, cachix: nix: 2.3 -> 2.4
2021-11-11 11:45:47 +01:00
github-actions[bot]
da2c9c6eab
Merge master into haskell-updates
2021-11-10 00:07:08 +00:00
Bernardo Meurer
32c35c5164
haskellPackages.hercules-ci-agent: pin to nix_2_3
2021-11-09 10:47:18 -08:00
Bernardo Meurer
794d38995f
haskellPackages.hercules-ci-cnix-expr: pin to nix_2_3
2021-11-09 10:47:17 -08:00
Bernardo Meurer
7336444023
haskellPackages.hercules-ci-cnix-store: pin to nix_2_3
2021-11-09 10:47:16 -08:00
Bernardo Meurer
5bc981bed6
cachix: pin to nix_2_3
2021-11-09 10:47:15 -08:00
sternenseemann
f522c412d5
haskellPackages.graphviz: hardcode references to graphviz tools
...
This will make everything using graphviz just work without graphviz
having to be able from PATH (in a nix-shell or installed globally).
2021-11-08 23:11:06 +01:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose
2021-11-07 20:18:45 +08:00
sternenseemann
bde22ab96e
haskellPackages.procex: only execute tests if Kernel >= 5.9
...
The compile time check for close_range support is broken fundamentally
at the moment (linux-headers is always 5.14, so it'll always assume
close_range is available, upstream is aware of this issue). As a
workaround, we disable the test suite if the kernel on the builder is
too old, allowing the package to still be built.
2021-10-13 12:31:31 +02:00
Robert Hensing
d25fa35e02
haskellPackages.hercules-ci-agent: Re-enable profiling
...
This override isn't needed anymore and breaks packages that
depend on it (and don't disable profiling).
2021-10-06 22:53:44 +02:00
Malte Brandy
c077f5ae57
haskell-language-server: Remove useless major version aliases
...
The aliases, like haskell-language-server-8.10 do not get discovered by the hls-wrapper.
Only `haskell-language-server` and e.g. `haskell-languag-server-8.10.7` work.
I got that wrong when introducing those aliases.
2021-10-04 22:05:38 +02:00
sternenseemann
2eab4d5c08
haskellPackages.hashes: fix build on non-x86
...
Some hash implementations in hashes are platform-specific (32 vs 64
bit), but only implemented in terms of “is i686 or x86_64?”. This it'll
always fail on other platforms (like aarch64). Consequently it makes no
sense to build and execute the test suite there, even if some hash
implementations are platform independent and could be tested.
2021-10-02 12:50:30 +02:00
Potato Hatsue
d55ffa5a2f
haskellPackages.nvfetcher: disable check
2021-09-30 23:01:19 +02:00
sternenseemann
cdffe459d8
haskellPackages.hls-rename-plugin: provide necessary test env
2021-09-29 14:18:35 +02:00
sternenseemann
f42ab674ba
haskellPackages.webkit: remove override for broken package
...
webkitgtk24x-gtk2 has been removed, but webkit doesn't compile anymore
these days, so we can save us maintaining this override. The “correct”
override would be webkitgtk (webkit is an alias form webkitgtk atm,
maybe we should introduce a libNixName thing in cabal2nix for this?)
if webkit compiled with modern dependencies…
2021-09-28 13:35:33 +02:00
sternenseemann
734e7564cb
haskellPackages.websnap: webkit dependency is a haskell dependency
...
websnap actually depends on the haskell webkit package (which is
broken), so this override introducing a dependency on a removed package
is actually incorrect and can be removed.
2021-09-28 13:28:22 +02:00
sternenseemann
4db2830d07
haskellPackages.tz: fix tests for non-glibc platforms
...
tz's test suite (luckily only the test suite, it seems) relies on some
non-POSIX behavior of glibc which was easy enough to patch.
2021-09-26 20:27:25 +02:00
Malte Brandy
d9b9e0f9ae
haskellPackages.haskell-language-server: Use default plugin set
2021-09-18 01:12:53 +02:00
Malte Brandy
f2a3df2f30
haskell-language-server: Fix build for new version + cleanups
2021-09-14 01:04:39 +02:00
sternenseemann
fbf7db7aed
haskellPackages.isocline: don't execute flawed test suite
2021-09-06 19:12:15 +02:00
Bryan Richter
a198f75258
haskellPackages.monomer: set dontCheck
...
Monomer's tests want a display, which currently isn't provided in the Nix sandbox.
I also reordered the other packages that are in the same boat so they're
all in one place.
2021-08-24 23:08:36 +02:00
Jade
b5c2212cdf
haskellPackages.oidc-client: mark unbroken and disable spec
...
Their spec tests OpenID Connect against google.com, which does not work.
2021-08-19 11:42:28 +02:00
lassulus
3b1a6b95d4
haskellPackages.odbc: add freetds, unbreak
2021-08-16 13:10:42 +02:00
sternenseemann
22b39c2a36
haskellPackages.geomancy: restrict platforms to x86
...
Won't build on e. g. aarch64 due to its use of x86 architecture specific
features.
2021-08-06 15:03:34 +02:00
sternenseemann
c66cc62b6c
haskellPackages.ats-format: ignore custom Setup.hs, install manually
...
ats-format has a custom Setup.hs which does the following using cli-setup:
* Add ~/.local/share/man to $MANPATH by editing shell configurations in $HOME.
* Install a man page into ~/.local/share
* Install a shell completion by editing shell configurations in $HOME.
We had a workaround to keep this from failing the build in the nix sandbox, but
this seemingly broke on darwin. To fix this once and forall, we force the use
of only `defaultMain` in Setup.hs and install the man page manually.
Additionally we generate completions and remove unnecessary extra references
from the closure.
2021-08-06 11:28:54 +02:00
sternenseemann
d288d874a8
haskellPackages.Agda: enable extra optimisations
...
See https://hackage.haskell.org/package/Agda-2.6.2/changelog
2021-07-14 22:51:07 +02:00
sternenseemann
377924dd7b
haskellPackages: take (more) tool dependencies from buildPackages
...
Fix instances of tool dependencies coming from `self` or `pkgs`
instead of `self.buildHaskellPackages` or `pkgs.buildPackages`
respectively. This makes sure cross-evaluation and -compilation will
work although their may still be more kinks to work out (or cases I
missed). This change was mostly created by searching for `[tTool]` and
`\${` in the respective files.
Note that this has intentionally not been for test tool dependencies:
Like in `stdenv.mkDerivation` we need to view tests as being executed
on the *host platform* which is why we can't run tests while cross
compiling anyways. In practice this is not an important distinction,
though: `pkgs.buildPackages` and `pkgs` are almost identical in the
native case.
Resolves #127232 .
2021-06-22 00:18:12 +02:00
sternenseemann
83220ad7b9
haskellPackages.cachix: move shell completion override to configuration-nix
2021-06-21 20:14:35 +02:00
(cdep)illabout
8ec3faac52
spago: patch for newer versions library
2021-06-21 13:33:24 +09:00
sternenseemann
0e9230fcce
haskellPackages.rel8: make test suite work by providing postgres tools
2021-06-20 23:52:20 +02:00
Malte Brandy
a5052e1c6e
haskellPackages.haskell-language-server: Fix build for 1.2.0.0
2021-06-20 21:56:34 +02:00
sternenseemann
1be887ea3f
haskellPackages.cabal2nix-unstable: wrap with runtime dependencies
2021-06-17 10:52:43 +02:00
(cdep)illabout
ff9db852f0
spago: set earlier dhall dependency
2021-06-14 10:48:56 +09:00
sternenseemann
35a73693f4
haskellPackages: remove deprecated aliases mysql and utillinux
...
These attribute names were converted into aliases in the following
changes:
* 62733b37b4
* https://github.com/NixOS/nixpkgs/pull/104776
cabal2nix-unstable has been updated to be aware of these changes in
7a9080d774
, so these aliases should no
longer cause issues when evaluating with `allowAliases = false`.
2021-06-10 14:10:39 +02:00
Potato Hatsue
233087eb79
haskellPackages.nvfetcher: move overrideCabal to configuration-nix.nix
2021-06-10 09:50:57 +02:00
sternenseemann
e4d21886f4
haskellPackages.tophat: unbreak
2021-06-05 18:39:33 +02:00
sternenseemann
776e8fd668
haskellPackages.nri-redis: disable tests
...
They require a local redis daemon running.
2021-06-05 17:56:33 +02:00
Malte Brandy
51f2030430
haskellPackages.cabal2nix-unstable: Use justStaticExecutables
2021-06-05 16:55:24 +02:00
Potato Hatsue
471399b772
haskellPackages.arch-web: unbreak
2021-06-02 11:28:42 +08:00
(cdep)illabout
8f9f70446e
haskellPackages.dyre: fix build by removing out-dated patch and pulling from upstream
2021-05-20 16:14:45 +09:00
sternenseemann
20dd4577c7
haskellPackages: fix infinite recursion by disabling random's tests
...
random 1.2.0 has a new test suite with a lot of dependencies. Among
other packages it depends on doctest which depends on syb which depends
on tasty which depends on optparse-applicative which depends on
QuickCheck which depends on -- you guessed it -- random!
The cycle could be broken at any point of course, I've disabled the
tests on random here because it has seen the change that causes all
of this. However, we may also want to consider doing this for
optparse-applicative instead, since random seems like a more critical
package to run the tests for possibly? Not sure, looking for feedback.
2021-05-19 15:44:04 +02:00
Robert Schütz
be1e5f9698
haskellPackages.futhark: use python3 instead of python37
2021-05-18 18:43:37 +02:00
sternenseemann
c7e74545ee
haskellPackages: fix eval of configuration-nix.nix
2021-05-18 18:12:18 +02:00
sternenseemann
cbaa1c8a59
haskellPackages.hw-prim-bits: restrict to x86
...
Requires x86 assembler, so no luck building it anywhere else.
2021-05-18 17:48:31 +02:00
sternenseemann
a9a5465f84
haskellPackages.inline-asm: restrict to x86
...
Main executable uses x86 assembler, so we can't build it anywhere at
all.
2021-05-18 17:46:04 +02:00
sternenseemann
84f49ed51f
haskellPackages.iniline-asm: only test on x86
...
x86 assembler doesn't compile on aarch64 of course.
2021-05-18 17:08:42 +02:00
sternenseemann
d640ce886a
haskellPackages.{blake3,seqalign,crc32c}: restrict platforms to x86
...
All of these packages use x86 intrinsics-related headers and don't
compile on non x86 platforms as a result.
These overrides should be refactored into the yaml configuration at some
point.
Resolves #122014 .
2021-05-18 17:08:42 +02:00
sternenseemann
556821055f
haskellPackages.taglib: add zlib to librarySystemDepends
...
Depends on zlib somehow (https://hydra.nixos.org/build/143009645/nixlog/1 )
which is not declared in the cabal file.
2021-05-18 00:07:06 +02:00
Robert Schütz
957acfd89f
haskellPackages.cut-the-crap: use ffmpeg instead of ffmpeg_3
2021-05-17 14:32:21 +02:00
(cdep)illabout
67ebe5ad6d
haskellPackages.scrypt: move platform override to hackage2nix configuration
2021-05-16 11:02:35 +09:00
Robert Schütz
31404dd2a2
haskellPackages.scrypt: only supports x86
2021-05-15 13:11:02 +02:00
sternenseemann
9232dcb0e5
haskellPackages.llvm-hs: note reason for llvm 9 pin
2021-05-08 19:56:05 +02:00
sternenseemann
312d3bf74b
haskell.packages: move darwin-specific overrides into their own config
2021-05-08 19:56:05 +02:00
sternenseemann
e37a0ebc85
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-05-08 14:04:31 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Malte Brandy
58f8338e61
haskell-language-server: Fix build of multiple plugins
2021-05-08 01:05:37 +02:00
sternenseemann
4b137c9418
haskellPackages.hsignal: restrict platforms to x86
...
SSE(2) is an intel instruction set
2021-05-08 00:27:51 +02:00
Shlok Datye
d36f591349
haskellPackages.streamly-archive: unbreak
...
(The correct libarchive is now being passed into the package.)
2021-05-07 16:14:07 +02:00
Dennis Gosnell
f73c2278d0
Merge pull request #121970 from cdepillabout/spago-0.20.2
...
spago: 0.20.1 -> 0.20.2
2021-05-07 20:05:11 +09:00
sternenseemann
8c6c17b84e
haskellPackages.cpuid: set accurate meta.platform value
2021-05-07 12:35:42 +02:00
(cdep)illabout
774b4d6783
spago: 0.20.1 -> 0.20.2
2021-05-07 10:27:27 +09:00
sternenseemann
d1d0c73dfb
haskellPackages.FractalArt: add AppKit framework to dependencies
2021-05-06 20:06:05 +02:00
sternenseemann
0781c31545
haskellPackages.arbtt: add missing frameworks for darwin
2021-05-06 19:35:36 +02:00
sternenseemann
a51a542d60
haskellPackages: fix eval of darwin specific overrides
2021-05-06 18:14:00 +02:00
sternenseemann
da347ae251
haskellPackages.arbtt: pass Foundation on darwin
2021-05-06 18:03:16 +02:00
sternenseemann
6b1ec5695f
haskellPackages.FractalArt: pass objc on darwin
2021-05-06 17:54:52 +02:00
sternenseemann
917524cb39
pinboard-notes-backup: justStaticExecutables, move overrides
...
Should reduce closure size and reduce the difference between top-level
and haskellPackages version of pinboard-notes-backup.
2021-05-04 16:40:08 +02:00
sternenseemann
caf7725f95
stutter: move overrides into configuration-nix.nix
...
Move necessary overrides into configuration-nix.nix, so there's no
discrepancy between stutter and haskellPackages.stutter.
However the build of stutter is still broken its dependency snipcheck
doesn't build with the pandoc version we have.
2021-05-04 14:29:55 +02:00
sternenseemann
990d12641e
ihaskell: unbreak
...
Use upstream release.nix as an inspiration for the correct overrides to
fix RPATH issues and make tests run again.
2021-05-04 13:27:41 +02:00
(cdep)illabout
cba97fcde5
spago: 0.20.0 -> 0.20.1
2021-04-21 22:21:55 +09:00
(cdep)illabout
84902fa84a
spago: 0.19.0 -> 0.20.0
2021-04-09 23:47:09 +09:00
kolam
a83c45cbf6
haskellPackages.taskell: unbreak
...
Requires a jailbreak currently because the hackage version bounds are
somewhat outdated. Also regenerate the package set, so the next hydra
evaluation picks up on this.
2021-04-02 17:45:25 +02:00
Luis Chavarriaga
c2a60de9d9
gi-gtk-declarative: unbreak
...
Both gi-gtk-declarative and gi-gtk-declarative-app-simple build just fine.
But the test suites attempt to connect to the display.
2021-03-22 22:17:57 -05:00
Malte Brandy
69faa4c451
haskellPackages.prune-juice: Unbreak
2021-03-12 16:57:26 +01:00
Malte Brandy
1798bb77ab
haskellPackages.lsp-test: Remove obsolete dontCheck
...
lsp-test does not use hie anymore for tests
2021-03-12 15:36:20 +01:00
Peter Simons
83d011cc89
doctest-driver-gen: disable test suite to fix the build
2021-03-12 15:34:17 +01:00
Dennis Gosnell
36b42af29a
haskellPackages.hadolint: add comment explaining override
2021-02-19 20:56:32 +01:00
Olli Helenius
d9443bf7cd
haskellPackages.hadolint: fix build by disabling static linking
...
The `static` flag was enabled by default for 1.22.1:
e1305042c6 (diff-e0ee4e21f8811c1171864cc68ea4005347b1b0ca70626026f251bf4111c2aa6e)
We need to disable it in nixpkgs.
2021-02-19 20:56:32 +01:00
Poscat
18e82ca47a
Disable tests on haskellPackages.pixiv
2021-02-19 20:24:05 +01:00
Poscat
180ec7be87
Disable tests on haskellPackages.telegraph
2021-02-19 20:24:04 +01:00
Malte Brandy
bac09b7658
haskell-language-server: Use hackage version and cleanup
2021-02-05 23:04:46 +01:00
(cdep)illabout
f076ff3503
spago: fix build by specifying older version of dhall
2021-02-05 23:04:39 +01:00
Ben Siraphob
2f78ee7e81
pkgs/development: stdenv.lib -> lib
2021-01-24 00:16:29 +07:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Poscat
3fa0bf026b
Break the following dependency cycles
...
(testdep)
1. tasty-hedgehog <-> tasty-expected-failure
(testdep)
2. lifted-async ---> tasty-hedgehog -> hedgehog -> lifted-async
2021-01-12 17:09:27 +08:00
Peter Simons
3aae69103b
Merge remote-tracking branch 'origin/master' into haskell-updates.
2021-01-11 10:56:52 +01:00
Dominik Xaver Hörl
25bef2d8f9
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
...
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
Markus Hauck
59d349ada2
haskellPackages.threadscope: Remove jailbreak after package update
...
Thanks to a new
release (https://github.com/haskell/ThreadScope/pull/116 ) threadscope
can now be built without jailbreak. 🎉
2021-01-10 09:33:34 +01:00
Domen Kožar
d2f8eca2e8
fix cachix build
2021-01-08 20:42:50 +01:00
Markus Hauck
d812bb9bb2
haskellPackages.threadscope: jailbreak to fix build
2021-01-05 12:57:42 +01:00
Peter Simons
0a069fb1ef
splitmix: drop obsolete override
...
The 0.1.0.3 version is now the default.
2021-01-02 19:58:19 +01:00
(cdep)illabout
2db65a5d1e
spago: 0.17.0 -> 0.18.0
2020-12-25 20:42:36 +01:00
Artur Cygan
3e71b42c3c
haskellPackages.hevm: unbreak
2020-12-04 21:19:46 +01:00
Malte Brandy
899f9ffc36
haskellPackages.haskell-language-server: Try to fix tests
2020-11-20 20:57:40 +01:00
(cdep)illabout
12d12e5b1f
spago: get building again with ghc8102
2020-11-20 20:57:39 +01:00
Malte Brandy
d444c89dd4
haskellPackages: Remove obsolete packages
...
All those packages are not needed anymore in nixpkgs
2020-11-20 20:57:36 +01:00
Peter Simons
9ea5a41df0
haskell-pantry: update overrides for the new version
2020-11-13 21:37:57 +01:00
Domen Kožar
c1e5f8723c
cachix: bump to 0.5.1
2020-11-09 20:17:41 +01:00
Peter Simons
0bde9a5576
haskell-splitmix: update override for the latest version
2020-10-23 21:00:26 +02:00
Peter Simons
89ed6f458d
Extend the configuration for ghc-9.0.x to make more builds succeed.
2020-10-23 21:00:26 +02:00
Peter Simons
f39f5cf4bb
ghc-9.0.x: add plenty of overrides to make packages build
2020-10-23 21:00:25 +02:00
Peter Simons
ee44940ee5
stack: override pantry to the latest version to fix the build
2020-10-16 21:31:53 +02:00
Peter Simons
56bc587444
Merge remote-tracking branch 'origin/master' into haskell-updates,
2020-10-15 19:39:16 +02:00
Jappie Klooster
2005dbf5a8
Add youtube-dl to path for version 2
2020-10-10 12:58:11 +02:00
maralorn
19bfa40a76
nix-output-monitor: Init at 0.1.0.0 ( #100102 )
2020-10-09 22:43:10 +02:00
Malte Brandy
13f22aec25
haskellPackages.haskell-language-server: Add aliases with ghc version
...
Needed by haskell-language-server-wrapper to discover the correct
binary. Especially useful when installing hls from multiple ghc version.
2020-09-25 21:08:23 +02:00
Kai Harries
f40afea417
haskellPackages.sbv: fix tests
...
By patching paths of the external provers and excluding not available
provers from the test.
ZHF: #97479
2020-09-18 21:50:29 +02:00
maralorn
c8e5633c7a
Merge pull request #95585 from maralorn/bump-hls
...
[haskell-updates] haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0
2020-08-16 16:35:54 +02:00
Malte Brandy
af017c431a
haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0
...
While we are at it I:
* Disable tests, because I can‘t keep up with the speed hls introduces
more tests that cause trouble in nixpkgs.
* Fix builds of fourmolu and retrie
* Remove the wrapper for hls which is obsolete because of improved
package detection in hie-bios. And added a note that this can be removed
for ghcide soon, too.
2020-08-16 13:57:18 +02:00
(cdep)illabout
4d15ee4ada
spago: 0.15.3 -> 0.16.0
2020-08-16 20:50:44 +09:00
Peter Simons
1d96606e34
haskell-dhall: clean up and drop obsolete overrides
2020-07-24 20:55:19 +02:00
Peter Simons
db15e92dd0
Merge remote-tracking branch 'origin/master' into haskell-updates.
2020-06-25 10:40:08 +02:00
Alexander Bantyev
186d01eff3
haskellPackages.gi-gtk-declarative: fix build by disabling tests
...
gi-gtk-declarative requires an X11 display in its test suite.
X11 display is not available inside nix build sandbox, which makes tests fail.
Solution: disable tests for gi-gtk-declarative.
2020-06-22 09:43:26 +03:00
Robert Hensing
7d436b4618
hercules-ci-agent: init at 0.7.2
2020-06-21 13:38:22 +02:00
Peter Simons
d60fe71540
haskell-postgresql-pure: disable test suite to fix the build
...
The tests need a running PostgreSQL database.
2020-06-19 22:29:22 +02:00
Peter Simons
8a34e3369e
haskell-hasql-queue: disable test suite to fix the build
...
The tests need a running PostgreSQL database.
2020-06-19 22:29:22 +02:00
Peter Simons
a2656aad20
haskell-postgresql-libpq-notify: disable test suite to fix the build
...
The tests need a running PostgreSQL database.
2020-06-19 22:29:22 +02:00
(cdep)illabout
cdda16b1b1
spago: 0.15.1 -> 0.15.3
2020-06-19 22:29:21 +02:00
Peter Simons
b0042de0cf
haskell-postgresql-syntax: drop obsolete overrides
2020-06-19 22:29:21 +02:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Malte Brandy
83b91ab712
haskellPackages.ghcide: 0.1.0 -> 0.2.0 (fix build)
...
I decided to leave haskell-lsp and haskell-lsp-types as extra packages,
because they will get bumped before the next ghcide release, and then
the version pinned by ghcide would be missing again.
2020-06-05 21:58:24 +02:00
Peter Simons
eb1e07865e
haskell-devtools: break infinite recursion with mprelude
2020-05-29 22:28:47 +02:00
Peter Simons
5244ef40ce
haskell-dhall: configure overrides for the newly added 0.32.0 version
2020-05-29 22:28:47 +02:00
Malte Brandy
6d8175075e
haskellPackages.shh: Disable tests
2020-05-29 22:28:47 +02:00
Aycan Irican
accaa8790c
guid: fix compilation of Setup.hs and disable tests
...
guid: fix compilation of Setup.hs and disable tests
Add more docs
Remove guid from broken-packages
2020-05-29 22:28:46 +02:00
Christoph Bauer
d895bad12a
Fix dependencies issues of postgresql-syntax and re+base
2020-05-29 22:28:46 +02:00
Malte Brandy
a61cf82b6d
hackagePackages.neuron: Fix build
2020-05-15 21:02:08 +02:00
Malte Brandy
5266ceb263
haskellPackages.ghcide: Fix ghcide and hie-bios
...
This is the haskell-updates version of #86659
2020-05-08 21:11:36 +02:00
zowoq
e689b329c3
haskellPackages.hadolint: mark unbroken, remove override
2020-05-01 21:52:29 +02:00
Peter Simons
c970de4586
haskell-dhall: disable the test suite
...
Dhall 1.31.x still attempts to access the network during its
test suite run, i.e. it attempts to connect to github.com.
2020-04-25 18:06:42 +02:00
Jappie Klooster
b95534aaea
cut-the-crap: init at 1.0.0
2020-04-17 20:50:48 +02:00
Troels Henriksen
802dfc8bd7
futhark: stop wrapping the executable
2020-04-17 20:50:48 +02:00
(cdep)illabout
a0612c2a06
spago: 0.14.0 -> 0.15.1
2020-04-17 20:50:48 +02:00
Jan Tojnar
5427f5f60a
haskellPackages.llvm-hs: Use LLVM 9
2020-04-10 20:56:38 +02:00
Troels Henriksen
88c70b16b5
futhark: build and install manpages
2020-04-03 22:00:26 +02:00
Jared Tobin
899629ba48
secp256k1-haskell: unbreak via override
...
This library simply needs libsecp256k1 in its pkgconfig-depends.
2020-03-20 21:07:56 +01:00
(cdep)illabout
4e3b120db1
spago: unbreak after update to ghc-8.8.2
2020-03-06 22:15:12 +01:00
(cdep)illabout
7b6f436300
haskellPackages.dhall_1_29_0: disable tests since they access the network
2020-03-06 22:15:12 +01:00
Peter Simons
f95d327f4e
haskell-primitive: avoid infinite recursion during evaluation
2020-02-28 20:31:26 +01:00
Simon Chatterjee
4f39597903
spago: fix Darwin build
...
This change gets round a weird permissions error on darwin
2020-02-28 20:31:23 +01:00
(cdep)illabout
c44ded75fe
haskellPackages.mplayer-spot: add runtime dependency on mplayer
2020-02-28 20:31:22 +01:00
(cdep)illabout
b68c9dda98
spago: 0.13.1 -> 0.14.0
2020-02-28 20:31:21 +01:00
Peter Simons
ddb6d70051
haskell-js-flot: disable test suite to break infinite evaluation cycle
2020-02-07 20:37:58 +01:00
Luka Blaskovic
4fa34c2283
llvm-general: remove
2020-01-30 18:35:29 -05:00
Brian Hicks
dfa9d013e7
postgresql-typed: disable test suite
...
the test suite requires a running PostgreSQL instance to complete
successfully, so we'll just skip that.
2020-01-10 20:56:20 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
Dmitry Kalinkin
c744527e3e
gitAndTools.git-annex: fix darwin build
...
Closes : #76342
Fixes : #73435
2019-12-27 20:37:13 +01:00
(cdep)illabout
b7a5df05c3
spago: 0.12.1.0 -> 0.13.0
2019-12-27 20:37:13 +01:00
Peter Simons
fc8ccfa780
haskell-dhall: update overrides for the latest version
2019-12-06 20:55:12 +01:00
Frederik Rietdijk
d14baf7747
Merge master into staging-next
2019-11-30 08:57:28 +01:00
(cdep)illabout
bb104abf63
spago: init at 0.12.1.0
...
This commit adds the spago package, a PureScript package manager and build tool.
https://github.com/spacchetti/spago
2019-11-29 10:13:35 +09:00
Frederik Rietdijk
5f8b0d7d99
Merge staging-next into staging
2019-11-19 14:53:29 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined
2019-11-18 20:10:43 +00:00
(cdep)illabout
22890f7b13
haskellPackages.llvm-hs: fix build on darwin
2019-11-15 21:08:45 +01:00
William R. Arellano
266ee8d74d
Update pkgs/development/haskell-modules/configuration-nix.nix
...
Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
2019-11-15 21:08:45 +01:00
William R. Arellano
227a8e0e7c
dotnev: move changes from configuration-nix to configuration-common
2019-11-15 21:08:45 +01:00
William R. Arellano
b06de887f7
dotenv: fix broken package version 0.8.0.2
2019-11-15 21:08:45 +01:00
Domen Kožar
f1682a7f12
servant-client-core: patch a security issue leaking authorization header
2019-11-12 12:48:36 +01:00
William R. Arellano
aff8660932
hapistrano: addBuildTool -> addBuildTools
2019-11-08 18:52:37 +01:00
William R. Arellano
71446091a8
hapistrano: fix broken package
2019-11-08 18:52:36 +01:00
Domen Kožar
7a71069309
ghcide: unbreak
2019-10-18 22:49:18 +02:00
Domen Kožar
e5ae4a8dc6
ormolu: add from haskell package set
2019-10-13 14:27:17 +02:00
Peter Simons
6d95c7b595
haskell-gtk: clean up our existing overrides
2019-10-07 20:51:00 +02:00
Peter Simons
63faef32e6
haskell-pango: patch to fix the build
2019-10-07 20:51:00 +02:00
Konstantinos Sideris
c4a42a726d
haskellPackages.proteaaudio: link with the AudioToolbox framework on Darwin
...
The build is currently failing on Darwin due to missing headers. see #70151
2019-10-05 22:48:22 +03:00
mujx
0b1fb4f2d2
haskellPackages.OpenAL: link with the OpenAL framework on Darwin ( #70150 )
...
* haskellPackages.OpenAL: link with the OpenAL framework on Darwin
The missing framework caused a build failure on Darwin. Fixes #68306 .
2019-10-05 21:44:09 +02:00
Domen Kožar
ab5863afad
cachix: workaround https://github.com/NixOS/nix/issues/2990
2019-10-03 10:52:24 +02:00
Domen Kožar
660db64a26
cachix: fix build on darwin
2019-10-03 10:08:42 +02:00
Domen Kožar
cb4332e3eb
Merge pull request #69886 from NixOS/haskell-updates
...
Haskell updates
2019-10-02 15:51:55 +02:00
Peter Simons
f29e3b72df
cachix: it's no longer necessary to add boost manually
2019-09-30 15:56:13 +02:00
Domen Kožar
821676200d
cachix: comment why boost is needed
2019-09-30 13:59:16 +02:00
Domen Kožar
3a59830c44
cachix&niv: use separate bin output
2019-09-29 09:52:11 +02:00
Domen Kožar
e04dae50cf
fix dhall_1_26_0 reference
2019-09-28 21:33:14 +02:00
Dmitry Kalinkin
c455adcc42
Merge branch 'master' into staging-next
...
Fixes eval on darwin after #69072
Resolved conflict in pkgs/tools/security/thc-hydra/default.nix
Basically had to revert a1c0e10564
which
adapts #69210 to master that doesn't yet have
329a88efa7
Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:21:46 -04:00
Olli Helenius
21977c055d
haskellPackages.hadolint: fix build by disabling static linking
2019-09-25 15:28:40 +02:00
Vladimír Čunát
22a216849b
Re-Revert "Merge branch 'staging-next'"
...
This reverts commit f8a8fc6c7c
.
2019-09-22 09:38:09 +02:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
...
This reverts commit 41af38f372
, reversing
changes made to f0fec244ca
.
Let's delay this. We have some serious regressions.
2019-09-21 20:05:09 +02:00
Frederik Rietdijk
0b12d44c06
Merge master into staging-next
2019-09-19 16:59:42 +02:00
Luc Tielen
b55447925d
Update dhall: 1.25.0 -> 1.26.0
2019-09-18 19:36:58 +02:00
Jan Tojnar
1716d62f63
Merge branch 'staging-next' into staging
2019-09-10 07:06:45 +02:00
Izorkin
329a88efa7
treewide: replace mysql.connector-c to libmysqlclient
2019-09-09 15:55:34 +03:00
Domen Kožar
98c17a68e7
cachix: fix build
2019-09-09 09:52:29 +02:00
(cdep)illabout
c88651aab9
haskell: Run termonad tests
2019-08-19 10:52:30 +02:00
Domen Kožar
3db2a41854
ghcid: standalone small closure
2019-08-15 16:05:10 +02:00
Peter Simons
57343fb703
haskell-pantry: disable test suite to fix the build
2019-08-11 20:48:10 +02:00
Peter Simons
3b19d7de6a
haskell-http-download: disable test suite to fix the build
2019-08-11 20:48:10 +02:00
Peter Simons
3cbe376b37
haskell-llvm-hs: drop obsolete version overrides
2019-08-11 20:48:10 +02:00
Peter Simons
e10ae7afa6
haskell-clock & tasty: break infinite recursions
2019-08-11 20:48:09 +02:00