bwbasic: format with nixfmt-rfc-style
This commit is contained in:
parent
c027f3704a
commit
5e0698df32
@ -1,4 +1,10 @@
|
||||
{ lib, gccStdenv, dos2unix, fetchurl, unzip }:
|
||||
{
|
||||
lib,
|
||||
gccStdenv,
|
||||
dos2unix,
|
||||
fetchurl,
|
||||
unzip,
|
||||
}:
|
||||
|
||||
gccStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "bwbasic";
|
||||
@ -9,7 +15,10 @@ gccStdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-7hju+rftka0a1QzKsz6wOMSr11NZXhmYKJCGfygjOfE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ dos2unix unzip ];
|
||||
nativeBuildInputs = [
|
||||
dos2unix
|
||||
unzip
|
||||
];
|
||||
|
||||
unpackPhase = ''
|
||||
unzip $src
|
||||
|
Loading…
Reference in New Issue
Block a user