statifier: fix meta.platforms syntax
This commit is contained in:
parent
8ac9c708b9
commit
e4fcddf177
@ -17,9 +17,9 @@ stdenv.mkDerivation {
|
|||||||
sed -e s@/usr/@"$out/"@g -i */Makefile src/statifier
|
sed -e s@/usr/@"$out/"@g -i */Makefile src/statifier
|
||||||
sed -e s@/bin/bash@"${stdenv.shell}"@g -i src/*.sh
|
sed -e s@/bin/bash@"${stdenv.shell}"@g -i src/*.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tool for creating static Linux binaries";
|
description = "Tool for creating static Linux binaries";
|
||||||
platforms = with platforms; [ linux ];
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user