barcode: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:38:28 +02:00
parent 7ec7b32e23
commit 828bb68c20
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
downloadPage = "http://ftp.gnu.org/gnu/barcode/";
updateWalker = true;
homepage = http://ftp.gnu.org/gnu/barcode/;
license = licenses.gpl3;
};
}