Skip to content

Commit

Permalink
heimdall: add OSX docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 24, 2017
1 parent 276adb9 commit 68a4dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/tools/misc/heimdall/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/{bin,share/doc/heimdall,lib/udev/rules.d}
install -m755 -t $out/bin bin/*
install -m644 -t $out/share/doc/heimdall ../Linux/README
install -m644 -t $out/lib/udev/rules.d ../heimdall/60-heimdall.rules
install -m644 ../Linux/README $out/share/doc/heimdall/README.linux
install -m644 ../OSX/README.txt $out/share/doc/heimdall/README.osx
'';

enableParallelBuilding = true;
Expand Down

0 comments on commit 68a4dc8

Please sign in to comment.