Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dia: enable on darwin, 0.97 -> 2017-06-22 #28776

Merged
merged 3 commits into from
Aug 31, 2017
Merged

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Aug 31, 2017

Motivation for this change

Releases of Dia have stopped in 2014, but there are some ongoing improvements in git. Darwin support is already available in 0.97.3, but there is a bug with colors that is fixed in master.
I also found that "persistence" bug was fixed between 0.97.2 and 0.97.3.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

cc @7c6f434c

The wrapper was introduced as workaround for NixOS#1691. The original bug was
present in 0.97.2 but was fixed in 0.97.3.
@mention-bot
Copy link

@veprbl, thanks for your PR! By analyzing the history of the files in this pull request, we identified @urkud, @7c6f434c and @aske to be potential reviewers.

name = "dia-${minVer}.3";
minVer = "0.97";
name = "dia-${version}";
version = "2017-06-22";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is recommended to write something like 0.97.3.20170622 just in case there is ever a 0.97.4

@Mic92 Mic92 merged commit 7076bc2 into NixOS:master Aug 31, 2017
@veprbl veprbl deleted the dia_update branch December 1, 2020 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants