- Remove gnome2 (#39976)
- Use pango instead of gnome2.pango
- Remove gnome2.GConf
- Remove gtk2-x11
- Add at-spi2-atk dependency
- Explicitly import packages rather than just pkgs or xorg
- Refactor patchelf to be more generic
- Use wrapGAppsHook
- As this app uses GTK3 for the UI, we need to use wrapGAppsHook
- Move libPath creation to postFixup
- Remove dontPatchELF
- Remove unnecessary Postman binary, only use _Postman
- Remove unnecessary makeWrapper
- Add dontConfigure
- Remove unnecessary lib
- Move libPath inputs to buildInputs
* Move en_AU alias to above declaration to match others
* Add en_GB-large, en_US-large, en_CA-large and en_AU-large hunspell dictionaries
Squashed commit of the following:
commit e3c0054263f6d71c1890ecb52b06ade71ce046ee
Author: Jai Flack <jaiflack@protonmail.com>
Date: Tue Aug 27 18:38:34 2019 +1000
Add en_GB-large, en_US-large, en_CA-large and en_AU-large hunspell
dictionaries
Squashed commit of the following:
commit 6b16e7326061aa55bb6993b3913fb4fb701a9b8f
Author: Jai Flack <jaiflack@protonmail.com>
Date: Sun Aug 25 15:38:08 2019 +1000
Adding en_GB-large dictionary
commit c94c6c39503750c820cdab533b4372695b61bad3
Author: Jai Flack <jaiflack@protonmail.com>
Date: Sun Aug 25 15:37:37 2019 +1000
Fix en_US-large and en_CA-large hashes
commit 84a847b39e7ad967d26434b0f6935211bb42010a
Author: Jai Flack <jaiflack@protonmail.com>
Date: Sun Aug 25 15:15:54 2019 +1000
Adding en_AU-large dictionary
commit b7d6e1ceebae98a5d7f3c6e119cb3816b879ed54
Author: Jai Flack <jaiflack@protonmail.com>
Date: Sun Aug 25 15:15:36 2019 +1000
Adding en_CA-large dictionary
commit c1857a6e054b60bbe51eda4a8c3c55285cf6092e
Author: Jai Flack <jaiflack@protonmail.com>
Date: Sun Aug 25 15:15:10 2019 +1000
Adding en_US-large dictionary
commit 898caa0eb9452992d5dc59cd82d267fcc8ad1133
Author: Jai Flack <jaiflack@protonmail.com>
Date: Sun Aug 25 15:14:25 2019 +1000
Modifying mkDictFromWordlist to allow for different src and destination
file names
- Upgraded dependencies
- dependencies script upgraded to take into account new WORKSPACE
rules
- Tests now depends on the `distdir`
Runtime bazel now also depends on the `distdir` setting which appears
in the global configuration file. This increases the bazel closure
size by 85 MO for stuffs which can normally be downloaded at runtime
by bazel. However, any invocation of `buildBazelPackage` (such as in
`bazel-watcher`) may fail in nix sandbox if theses files are not
available at runtime.
If this overhead is too important, we may later evolve to a finer
grained solution, where buildBazelPackage declares the list of
necessary dependencies.