tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nasm: add license
see issue #43716
Pascal Wittmann
7 years ago
7c19cc3c
351ee400
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
nasm
default.nix
+1
pkgs/development/compilers/nasm/default.nix
···
22
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
23
platforms = platforms.unix;
24
maintainers = with maintainers; [ pSub willibutz ];
0
25
};
26
}
···
22
description = "An 80x86 and x86-64 assembler designed for portability and modularity";
23
platforms = platforms.unix;
24
maintainers = with maintainers; [ pSub willibutz ];
25
+
license = licenses.bsd2;
26
};
27
}