about summary refs log tree commit diff
path: root/pkgs/development/compilers/nasm
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-06 12:39:39 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-06 12:39:39 +0200
commit7c19cc3c4972870dcb0ef7bc3150f679dec8993b (patch)
tree9017b81cd43340688a85fdf028cae631783a37f5 /pkgs/development/compilers/nasm
parent351ee40066ef24772dcd972faf03daae38629db9 (diff)
downloadnixlib-7c19cc3c4972870dcb0ef7bc3150f679dec8993b.tar
nixlib-7c19cc3c4972870dcb0ef7bc3150f679dec8993b.tar.gz
nixlib-7c19cc3c4972870dcb0ef7bc3150f679dec8993b.tar.bz2
nixlib-7c19cc3c4972870dcb0ef7bc3150f679dec8993b.tar.lz
nixlib-7c19cc3c4972870dcb0ef7bc3150f679dec8993b.tar.xz
nixlib-7c19cc3c4972870dcb0ef7bc3150f679dec8993b.tar.zst
nixlib-7c19cc3c4972870dcb0ef7bc3150f679dec8993b.zip
nasm: add license
see issue #43716
Diffstat (limited to 'pkgs/development/compilers/nasm')
-rw-r--r--pkgs/development/compilers/nasm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/nasm/default.nix b/pkgs/development/compilers/nasm/default.nix
index a0daa7df1737..b95f6e5ee95f 100644
--- a/pkgs/development/compilers/nasm/default.nix
+++ b/pkgs/development/compilers/nasm/default.nix
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
     description = "An 80x86 and x86-64 assembler designed for portability and modularity";
     platforms = platforms.unix;
     maintainers = with maintainers; [ pSub willibutz ];
+    license = licenses.bsd2;
   };
 }