mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
raspa-data: remove gzip
the `nativeBuildInputs` had a typo anyway, so it was not in use
This commit is contained in:
parent
871a8481f3
commit
ad291eff6e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user