fix source root locations.
These have changed following commit
c3255fe8ec.
See also:
- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
This commit is contained in:
@@ -16,8 +16,6 @@ stdenv.mkDerivation rec
|
||||
|
||||
buildInputs = [ zlib python cmake ];
|
||||
|
||||
sourceRoot = "ptex-v${version}-src";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user