mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Fix case in configure option
svn path=/nixpkgs/trunk/; revision=16534
This commit is contained in:
parent
22722a5e76
commit
92c3ce343e
|
@ -15,7 +15,7 @@ rec {
|
|||
|
||||
configureCommand = "./autogen.sh ";
|
||||
configureFlags = [
|
||||
"--enable-3d-transforms"
|
||||
"--enable-3D-transforms"
|
||||
"--enable-filters"
|
||||
"--enable-web-sockets"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue