mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ponyc: disabling stdlib tests
This commit is contained in:
parent
66d745f5f5
commit
9130e5f1e3
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ stdenv.mkDerivation ( rec {
|
|||
substituteInPlace packages/process/_test.pony \
|
||||
--replace '=/bin' "${coreutils}/bin"
|
||||
|
||||
# Disabling the stdlib tests
|
||||
substituteInPlace Makefile-ponyc \
|
||||
--replace 'test-ci: all check-version test-core test-stdlib-debug test-stdlib' 'test-ci: all check-version test-core'
|
||||
|
||||
# Remove impure system refs
|
||||
substituteInPlace src/libponyc/pkg/package.c \
|
||||
--replace "/usr/local/lib" "" \
|
||||
|
|
Loading…
Reference in a new issue