mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ilbc: style
svn path=/nixpkgs/trunk/; revision=33163
This commit is contained in:
parent
105ad5e503
commit
eefb2b6531
1 changed files with 1 additions and 2 deletions
|
@ -13,14 +13,13 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0zf4mvi3jzx6zjrfl2rbhl2m68pzbzpf1vbdmn7dqbfpcb67jpdy";
|
||||
};
|
||||
|
||||
cmakeLists = ./CMakeLists.txt;
|
||||
buildNativeInputs = [ cmake ];
|
||||
|
||||
unpackPhase = ''
|
||||
mkdir -v ${name}
|
||||
cd ${name}
|
||||
${gawk}/bin/gawk -f ${script} ${rfc3951}
|
||||
cp -v ${cmakeLists} CMakeLists.txt
|
||||
cp -v ${./CMakeLists.txt} CMakeLists.txt
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue