raspa-data: remove gzip

the `nativeBuildInputs` had a typo anyway, so it was not in use
This commit is contained in:
Peder Bergebakken Sundt 2024-05-28 00:42:22 +02:00
parent 871a8481f3
commit ad291eff6e

View File

@ -1,6 +1,5 @@
{ lib
, stdenvNoCC
, gzip
, raspa
}:
@ -10,8 +9,6 @@ stdenvNoCC.mkDerivation rec {
outputs = [ "out" "doc" ];
nativeBuildInpuhs = [ gzip ];
installPhase = ''
runHook preInstall
mkdir -p "$out/share/raspa"