fix unfree warnings

🏴‍☠️
This commit is contained in:
uku 2023-12-24 18:24:25 +01:00
parent 1e9dc8986f
commit 868738360d
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -17,5 +17,7 @@ final: prev: {
fetchSubmodules = true;
hash = "sha256-8PXqMDf2ATxmtFqyZlGip+DhGrdK8M6Ztte7fGH6Fmo=";
};
meta.license = prev.lib.licenses.mit; # removes unfree error
});
}