nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit e92a795ee94c0d19c2524ae791a22a74eb8a48d1
parent 73523406277d913df648245c994ef76a8a80bda6
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Wed, 28 Feb 2024 19:35:19 +0400

Up

Diffstat:
Mpkgs/osm/osmium-surplus/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/osm/osmium-surplus/default.nix b/pkgs/osm/osmium-surplus/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation { meta = with lib; { description = "Collection of assorted small programs based on the Osmium framework"; homepage = "https://github.com/osmcode/osmium-surplus"; - license = with licenses; [ gpl3Plus boost ]; + license = [ licenses.gpl3Plus licenses.boost ]; maintainers = [ maintainers.sikmir ]; platforms = platforms.unix; };