mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
fix eval
This commit is contained in:
parent
d8e89ebd4b
commit
11a414ddd5
@ -1,6 +1,8 @@
|
|||||||
{ stdenv, fetchurl, zlib, ncurses, p7zip
|
{ stdenv, fetchurl, zlib, ncurses, p7zip
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "android-ndk-r10c";
|
name = "android-ndk-r10c";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user