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