forked from mirrors/nixpkgs
systemtap: mark supported only for Glibc platforms
Uses obstack, a GNU API not implemented by other Linux libcs.
This commit is contained in:
parent
c65bfdac31
commit
1d86b75742
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in runCommand "systemtap-${kernel.version}-${version}" {
|
||||||
homepage = "https://sourceware.org/systemtap/";
|
homepage = "https://sourceware.org/systemtap/";
|
||||||
description = "Provides a scripting language for instrumentation on a live kernel plus user-space";
|
description = "Provides a scripting language for instrumentation on a live kernel plus user-space";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.systems.inspect.patterns.isGnu;
|
||||||
};
|
};
|
||||||
} ''
|
} ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue