a note about what this is and what's going on upstream

This commit is contained in:
Jean-Paul Calderone 2023-03-14 20:38:46 -04:00
parent 10414e80ed
commit 505032d0ca

View File

@ -1,3 +1,10 @@
# package https://gitlab.com/tahoe-lafs/pycddl
#
# also in the process of being pushed upstream
# https://github.com/NixOS/nixpkgs/pull/221220
#
# we should switch to the upstream package when it is available from our
# minimum version of nixpkgs
{ lib, fetchPypi, buildPythonPackage, rustPlatform }:
buildPythonPackage rec {
pname = "pycddl";