nur-packages

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

commit 48d10e32e5bff957cee666d9d3fb607d1733d7f4
parent 1bc360fd14553a5645e11ea5d5fa66545237ec29
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Sat,  2 Jan 2021 03:01:05 +0300

Fix build

Diffstat:
Mpkgs/development/libraries/foma/default.nix | 2+-
Mpkgs/development/python-modules/python-hfst/default.nix | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/development/libraries/foma/default.nix b/pkgs/development/libraries/foma/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { src = sources.foma; - sourceRoot = "source/foma"; + sourceRoot = "foma-src/foma"; nativeBuildInputs = [ bison flex libtool ]; diff --git a/pkgs/development/python-modules/python-hfst/default.nix b/pkgs/development/python-modules/python-hfst/default.nix @@ -4,7 +4,7 @@ python3Packages.buildPythonPackage { pname = "python-hfst"; inherit (hfst) src version; - sourceRoot = "source/python"; + sourceRoot = "hfst-src/python"; buildInputs = [ hfst ];