about summary refs log tree commit diff
path: root/pkgs/tools/misc/heimdall
AgeCommit message (Collapse)AuthorFilesLines
2022-05-29treewide: pkgs/tools: mark broken for darwinRick van Schijndel1-0/+1
All packages that were failing on x86_64-darwin are marked broken. I'm assuming here that these are also broken on aarch64-darwin.
2021-11-30pkgs/tools: use pname&version instead of nameFelix Buehler1-8/+8
2021-05-18heimdall: fix non-GUI build on darwinStéphan Kochen1-1/+1
2021-05-16heimdall-gui: fix darwin buildStéphan Kochen1-1/+5
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-04heimdall: fix build on darwinMario Rodas1-0/+3
2019-09-05heimdall: fix the GUI front-end's run-time errorsPeter Simons1-5/+6
2017-06-24heimdall: add OSX docs tooPeter Hoeg1-1/+2
2017-06-24heimdall: 1.4.1 -> 1.4.2Peter Hoeg1-23/+20
2017-02-02heimdall: clean up the build expressionPeter Simons1-5/+9
- Make sure the front-end-less build does not depend on QT. - Don't override patchPhase because that will lead to unexpected results for people who try to defined a "patches = [...]" attribute.
2017-02-02heimdall: update to latest git revisionPeter Simons1-1/+1
Probably makes no difference because there have been no significant changes. Anyway, let's live on the bleeding edge.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-19treewide: Make explicit that 'dev' output of qt5.qtbase is usedTuomas Tynkkynen1-3/+3
2016-05-07heimdall: cosmeticPeter Simons1-22/+19
2016-05-07heimdall: update to version 1.4.1-34-g7ebee1e (current Git 'master')Peter Simons1-6/+5
2016-01-23heimdall: 1.4.1 -> 1.4.2preMarius Bakke1-36/+25
2015-01-20Update heimdall to 1.4.1Damien Cassou1-7/+9
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-09-04heimdall: upgrade to 1.4.0Mathijs Kwik1-5/+5
2011-08-21svn path=/nixpkgs/trunk/; revision=28716Eelco Dolstra1-0/+57