rcu: set correct meta.license for source tarball

`requireFile` now sets `meta.license` to `lib.licenses.unfree` by
default.
This commit is contained in:
Tom Hunze
2026-05-19 23:17:57 +02:00
parent 828b906beb
commit a4c95800a7
+4
View File
@@ -34,6 +34,10 @@ python3Packages.buildPythonApplication rec {
name = "rcu-${version}-source.tar.gz";
hash = "sha256-9YhhsLqAcevjJmENWVWfA1ursPz3mgFz8mzLLSNlXVM=";
url = "https://www.davisr.me/projects/rcu/";
meta = {
# `requireFile` sets `lib.licenses.unfree` by default
inherit (meta) license;
};
};
in
runCommand "${src-tarball.name}-unpacked" { } ''