Skip to content

haskellPackages.swarm: fix broken package#201344

Closed
natto1784 wants to merge 105 commits intoNixOS:haskell-updatesfrom
natto1784:haskellPackages.swarm
Closed

haskellPackages.swarm: fix broken package#201344
natto1784 wants to merge 105 commits intoNixOS:haskell-updatesfrom
natto1784:haskellPackages.swarm

Conversation

@natto1784
Copy link
Contributor

Description of changes

Unbroke haskellPackages.swarm
#199356

Things done

  • Jailbroke haskellPackage.swarm
  • Added brick 1.0 because the jailbreaking did not help with it
  • Overrid witch for swarm
  • Jailbroke and overrid brick for swarm
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

r-ryantm and others added 30 commits June 7, 2022 19:52
By simply adding cp -r ./ $out to postInstall, you will find the previous
substitution does not work at all, this is documented in Nixpkgs manual,
that for substituteAll, "Environment variables that start with an uppercase
letter or an underscore are filtered out".
Some schema comes from the mate-desktop package:

- org.mate.applications-terminal
- org.mate.background
Without this I get

    /run/current-system/sw/bin/fgfs: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
@ofborg ofborg bot added 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Nov 15, 2022
@cdepillabout cdepillabout changed the base branch from master to haskell-updates November 15, 2022 21:46
@github-actions github-actions bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 6.topic: ocaml OCaml is a general-purpose, high-level, multi-paradigm programming language. 6.topic: pantheon The Pantheon desktop environment 6.topic: python Python is a high-level, general-purpose programming language. 8.has: module (update) This PR changes an existing module in `nixos/` labels Nov 15, 2022
@cdepillabout
Copy link
Member

Whoops, sorry for pining everybody. I tried to change the base branch from master to haskell-updates, but it looks like master was too far ahead of haskell-updates.

@natto1784 I'll go ahead and just cherry-pick these changes onto haskell-updates. We generally ask Haskell-related PRs to be based on the haskell-updates branch. Thanks for the PR!

@cdepillabout cdepillabout removed 6.topic: python Python is a high-level, general-purpose programming language. 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: package (new) This PR adds a new package 8.has: module (update) This PR changes an existing module in `nixos/` 6.topic: ocaml OCaml is a general-purpose, high-level, multi-paradigm programming language. 6.topic: pantheon The Pantheon desktop environment labels Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.