summaryrefslogtreecommitdiffstats
path: root/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-08-16 22:15:43 +0200
committermakefu <github@syntax-fehler.de>2020-08-16 22:15:43 +0200
commit87904ae328d057c68a0fdf1ba53dbbbc90923f04 (patch)
tree715d2e591751e2ec52317be50ae6de475c15d8eb /5pkgs
parent141fbe3c7ed6a92be99f23cf856e2f7cf70f2cf2 (diff)
ma pkgs.hactool: fix metadata
Diffstat (limited to '5pkgs')
-rw-r--r--5pkgs/hactool/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/5pkgs/hactool/default.nix b/5pkgs/hactool/default.nix
index fc6f17a9d..a4ebd9f77 100644
--- a/5pkgs/hactool/default.nix
+++ b/5pkgs/hactool/default.nix
@@ -1,5 +1,4 @@
-{ lib, stdenv, fetchFromGitHub
-}:
+{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "hactool";
name = "${pname}-${version}";
@@ -9,21 +8,21 @@ stdenv.mkDerivation rec {
owner = "SciresM";
repo = "hactool";
rev = version;
- sha256 = "0305ngsnwm8npzgyhyifasi4l802xnfz19r0kbzzniirmcn4082d";
+ sha256 = "162zv7my79a5ssn6zwk1yh64jjwlzr9kiplbpyvj4ly79dpngwyn";
};
+
preBuild = ''
cp config.mk.template config.mk
'';
+
installPhase = ''
install -D hactool $out/bin/hactool
'';
- buildInputs = [ ];
- nativeBuildInputs = [ ];
meta = {
- description = "PulseAudio volumene meter";
- homepage = http://0pointer.de/lennart/projects/pavumeter;
- license = stdenv.lib.licenses.gpl2;
+ description = "tool to view information about, decrypt, and extract common file formats for the Nintendo Switch, especially Nintendo Content Archives";
+ homepage = https://github.com/SciresM/hactool;
+ license = stdenv.lib.licenses.isc;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ makefu ];
};
[cgit] Unable to lock slot /tmp/cgit/08300000.lock: No such file or directory (2)